/** Shopify CDN: Minification failed

Line 11:24 Comments in CSS use "/* ... */" instead of "//"
Line 89:17 Expected ":"

**/


@font-face {
    font-family: VastagoGroteskRegular;
    font-weight: https: /cdn/shop/files/font.woff?v=1742732958;
    src: url(/cdn/shop/files/font.woff?v=1742732958);
    font-display: swap;
}
.secondary-btn {
    border-radius: 50px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    gap: 8px;
}
.primary-btn {
    border-radius: 50px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    gap: 8px;
}
.m-product-form .m-add-to-cart {
    padding: 24px;
    border-radius: 999px;
    font-size: 22px;
    line-height: 120%;
}
button.m-add-to-cart:hover {box-shadow:none !important;}
.yellow,.yellow h1,.yellow h2,.yellow h3,.yellow h4,.yellow p {
    color: #1250FF;
    border-color: #FFC800;
}
.primary-btn.yellow {background-color: #FFC800;}
.blue,.blue h1,.blue h2,.blue h3,.blue h4,.blue p {
    color: #1250FF;
    border-color: #1250FF;
}
.white,.white h1,.white h2,.white h3,.white h4,.white p {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.sub-heading {text-transform: uppercase;}

.h2-secondary {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -2px;
    padding: 80px 0 25px 0;
}
h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -1px;
}
h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
}

.m-slide__content {
    max-width: 100% !important;
}
.general-page ul {margin-top: 0 !important;margin-bottom: 0.6em !important;}
.general-page ul li {line-height: 140% !important;}
.max-800 {max-width: 800px;margin: auto;}
.max-550 {max-width: 550px;margin: auto;}
.accordion-section {
    max-width: 542px;
    margin: auto;
    align-content: center;
}
.faq-icon::before {
    content: "";c
    display: inline-block;
    width: 74px;
    height: 74px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 26px; 
    vertical-align: middle;
    margin-bottom: 15px;
}
.faq-icon.faq-icon-capsules::before {
    background-image: url('/cdn/shop/files/capsules-faq-icon2.jpg');
}
.faq-icon.faq-icon-gummies::before {
    background-image: url('/cdn/shop/files/gummies-faq-icon.jpg');
}
.faq-icon.faq-icon-accounts::before {
    background-image: url('/cdn/shop/files/accounts-faq-icon.svg');
}
.faq-icon.faq-icon-ordering::before {
    background-image: url('/cdn/shop/files/orders-faq-icon.svg');
}
.faq-icon.faq-icon-shipping::before {
    background-image: url('/cdn/shop/files/orders-faq-icon.svg');
}
.faqs .m-faqs-section .m-collapsible--button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -1px;
}
.faqs .m-collapsible--content__inner p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1px;
}
.faqs .m-faqs-section__block {
    border-bottom: 1px solid #1250FF;
    border-top: 1px solid #1250FF;
    margin-bottom: -1px;
}
.m-faqs-section__block {
    border-bottom: 1px solid #1250FF;
}
.m-collapsible--button, .collapsible--button {border:none !important;padding-top: 27px;padding-bottom: 21px;}
.m-collapsible--content__inner ul {margin-top:0 !important;}
.m-collapsible--content__inner {padding: 0 0 32px 0;}
.m-footer h3 {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.5%;
}
.m-footer .m-link-lists li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
}
.shopify-section-group-footer-group h2 {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.5px;
    color: #FFC800;
}

.footer-disclaimer {
    color: #D1EBFF;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
}


.footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid white;
    border-radius: 999px; /* pill shape */
    padding: 0.5rem 0.75rem 0.5rem 1.5rem;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    font-size: 1rem;
    text-decoration: none;
    gap: 1rem;
    transition: background 0.3s ease;
    width: 100%;
}

.footer-button:hover {
    background-color: #1635cc; /* slightly darker blue on hover */
}

.footer-button-text {
    line-height: 1.4;
}

.footer-button-icon {
    background-color: white;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-button-icon svg {
    display: block;
}


/* Sliding Drawer START */
/* Overlay */
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Drawer */
#drawer-content {
    padding: 40px 0;
}
.drawer h3 {padding-bottom: 30px;color: #FFFAEE;}
.drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    color: #FFFAEE;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1001;
    padding: 2rem;
    overflow-y: auto;
    background-color: #1250ff;
}
.drawer-disclaimer {
    font-size: 12px;
    line-height: 140%;
    color: #D1EBFF;
    margin-top: 30px;
}
.drawer.open {
    transform: translateX(0);
}

/* Close button */
.drawer-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
}
.drawer-triggers {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    gap: 4rem;
    padding: 0 20px;
}

.learn-more {
    background-color: #ffc800;
    padding: 80px 0 80px 0;
}
.learn-more2 {
    background-color: #EB5D2A;
    padding: 80px 0 80px 0;
    color: #fff;
}
/* Sliding Drawer END */
.m-slider-controls__button {margin-top: -55px !important;}
.product-slide .lg\:m\:w-1\/2 {width:100% !important;}
.m-featured-slider__products .swiper-slide {
  flex: 0 0 auto;
}
.m-featured-slider__products .swiper-slide:last-child {
  margin-right: 0 !important;
}

/* Create padding on sides of slider */
.m-featured-slider__products .swiper-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  width: auto !important;
  flex-wrap: nowrap;
}

/* Optional: Style the swiper bullets */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #333;
    opacity: 1;
}

.m-slider-controls__button.swiper-button-prev svg {width:40px;height: 40px;}
.m-slider-controls__button.swiper-button-next svg {width:48px;height: 40px;}
.swiper-pagination-bullet-active,.swiper-pagination-bullet {background: #33333300;}
.swiper-button-prev.is-disabled,
.swiper-button-next.is-disabled {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.m-product-card__price .m-price-item {display:none;}
.m-product-card__title {
    font-size: 24px;
    line-height: 140%;
    font-family: 'Inter';
    letter-spacing: -0.5px;
}
.slider-product-wrapper.coming-soon {
    position: relative;
    pointer-events: none;
}

.slider-product-wrapper.coming-soon .m-product-card__media::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,0.4);
    z-index: 2;
}

.slider-product-wrapper.coming-soon .m-product-card__media {
    position: relative;
}

.slider-product-wrapper.coming-soon::before {
    content: 'Coming Soon';
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 3;
    border-radius: 4px;
}

.shop-all .m-custom-content__block-inner {
    align-content: end;
    padding-bottom: 70px;
}
.m-testimonials--layout-3 .m-testimonial__wrapper {
    min-height: 320px;
}
.full-width-img {padding:0;}
.product-slide .m-slider-controls--absolute .m-slider-controls__button-next {right: 0px;}
.learn-more-btn {display: inline-flex;}
.m-product-card__main-image, .m-product-card svg {background-color: #fff;}
.m-product-info--wrapper .m-collapsible--button, .collapsible--button {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1250ff !important;
}
.m-product-info--wrapper .m-collapsible--content__inner {
    padding: 0 0 10px;
}
.m-product-info--wrapper .m-collapsible--button span,.m-product-info--wrapper .collapsible--button span {
    text-transform: uppercase;
    font-weight: 600;
}
.m-product-description p span,.m-product-info--wrapper .m-collapsible--button span,.m-product-info--wrapper .m-collapsible--button p,
.m-product-info--wrapper .m-product-description ul li,.m-product-info--wrapper .m-product-collapsible .m-collapsible--content ul li,.m-product-info--wrapper .m-product-collapsible .m-collapsible--content p {
    font-size: 16px;
    line-height: 140%;
}
.template-product #MainContent {padding-bottom: 0;}
.m-sticky-addtocart {display:none;}
.template-product {padding-bottom: 0;}
.product-card-blur .m-product-card__main-image img,
.product-card-blur .m-product-card__hover-image img {
  filter: blur(14px);
  transition: filter 0.3s ease;
}

.product-card-blur .m-product-card__main-image:hover img,
.product-card-blur .m-product-card__hover-image:hover img {
  filter: blur(14px); /* Keep blur on hover */
}
.selling-plan-purchase-options {
    display: none !important;
}
.m-product-card__main-image {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease;
}
/*.m-product-card__main-image:hover {
  background-image: url('/cdn/shop/files/hover-bg.jpg?v=1746024353');
}*/
.m-product-card__media:hover .m-product-card__main-image, .m-product-card__media:hover .m-placeholder-svg {
        transform: none !important;
    }
.selling-plan-price-container {min-width: 86px;}
.m-button--secondary:focus, .m-button--secondary:hover {
    background: #1250FF;
    border-color: #1250FF;
    color: #FFC800;
    box-shadow: none !important;
}
.m-cart-drawer__inner .m-button--primary {
    background-color: #1250FF;
    border-color: #1250FF;
    color: #FFC800;
}
.m-cart-drawer__inner {background-color: #FFFAEE;}
.m-menu-drawer__navigation .m-menu-mobile__link {font-size: 36px;}
.m-cart-drawer__close svg {fill: #1250FF;}
.m-cart-drawer__title,.m-cart-drawer__body,.m-cart__subtotal,.m-cart-item__remove,.m-cart-drawer__link-to-cart {color: #1250FF;}
.m-cart-drawer-item .m-quantity {background-color: #FDF2D3;}
.m-customer-address [class~="m:w-4/12"] {font-weight: bold;}
.m-account .m-customer-info__field {border-bottom: 1px solid #1250FF;}
.m-customer-info__field:has(+ .m-customer__action),.m-customer-info__field:has(+ .m-button--primary) {border-bottom:none;}
.m-product-card__main-image {
  position: relative;
  overflow: hidden;
}
.m-product-card__main-image .hover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.m-product-card__main-image:hover .hover-video {
  opacity: 1;
}

/* Ensure product image is above the video */
.m-product-card__main-image img,
.m-product-card__main-image responsive-image {
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 767px) {
    .m-slider--content-stack.sf-home__slideshow .m-slide__wrapper {
        position: absolute;
    }
    .payment-options {margin-top:10px;}
}
@media screen and (max-width: 979px) {
    .learn-more-btn .btn-text {width: 100%;}
    .learn-more-btn .btn-icon {display:none;}
}
@media screen and (min-width: 980px) {
    .learn-more-btn .btn-text {width: 95%;}
    .learn-more-btn .btn-icon {width: 5%;align-content: center;display:block;}
}

@media screen and (max-width: 1024px) {
    .reviews .swiper-button-next,.reviews .swiper-button-prev,.product-slide .swiper-button-next,.product-slide .swiper-button-prev {display:none;}
    .reviews .swiper-pagination-bullets,.product-slide .swiper-pagination-bullets {display: block;}
    .payment-options {float:left;}
    .subscribe-input-wrapper {max-width: 100%;}
    .footer-button {max-width: 100%;}
    .help-btn-container {padding-top: 20px;}
    .logo-left {max-width: 70%;}
    .logo-right {max-width: 30%;}
    .m-logo__image-transparent img {min-width: inherit;position: inherit;}
    .hero-heading {
        font-weight: 400;
        font-size: 88px;
        line-height: 100%;
        letter-spacing: -3px;
        color: #fff;
        text-align:left;
    }
    h1,h2 {
        font-weight: 400;
        font-size: 52px;
        line-height: 100%;
        letter-spacing: -2px;
    }
    .learn-more-btn {
        font-family: 'M-Heading-Font';
        font-weight: 400;
        font-size: 52px;
        line-height: 100%;
        letter-spacing: -2px;
        text-align: center;
        width: 100%;
        max-width: 1440px;
    }
    .drawer {width: 90%;}
    .mobile-no-pad .container-full {padding: 0px 8px;}
    .accordion-section {padding: 80px 15px 100px 15px;}
    .main-product__block h1.m-product-title {font-weight: 400;font-size: 60px;line-height: 100%;letter-spacing: -2px;}
}
.icon-list ul,.m-product-info--wrapper .m-collapsible--content ul {
  list-style: none;
  padding-left: 0;
}

.icon-list ul li,.m-product-info--wrapper .m-collapsible--content ul li {
  position: relative;
  padding-left: 32px; /* space for the icon */
  margin-bottom: 12px;
  line-height: 140%;
}

.icon-list ul li::before {
  content: "";
  background-image: url('/cdn/shop/files/blue-check.svg?v=1746034188');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0.15em;
}
.m-product-info--wrapper .m-collapsible--content ul li::before {
  content: "";
  background-image: url('/cdn/shop/files/blue-check.svg?v=1746034188');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media screen and (min-width: 1024px) {
    .reviews .swiper-button-next,.reviews .swiper-button-prev,.product-slide .swiper-button-next,.product-slide .swiper-button-prev {display:block;}
    .reviews .swiper-pagination-bullets,.product-slide .swiper-pagination-bullets {display: none;}
    .payment-options {float:right;}
    .subscribe-input-wrapper {max-width: 600px;}
    .footer-button {max-width: 425px;}
    .help-btn-container {padding-top: 63px;}
    .logo-left {max-width: 50%;}
    .logo-right {max-width: 50%;}
    .m-logo__image-transparent img {min-width: 690px;position: absolute;}
    h1,h2 {
        font-weight: 400;
        font-size: 72px;
        line-height: 100%;
        letter-spacing: -2px;
    }
    .learn-more-btn {
        font-family: 'M-Heading-Font';
        font-weight: 400;
        font-size: 72px;
        line-height: 100%;
        letter-spacing: -2px;
        text-align: center;
        width: 100%;
        max-width: 1440px;
    }
    .drawer {width: 600px;}
    .accordion-section {padding: 80px 15px 100px 15px;}
    .main-product__block h1.m-product-title {font-weight: 400;font-size: 60px;line-height: 100%;letter-spacing: -2px;}
}
.fetcher-selling-plan-fieldset.variant_classic-plus
  input:checked
  ~ .subscription-plan-details
  label,
.fetcher-selling-plan-fieldset.variant_classic-plus
  input[type="radio"]:checked
  ~ .subscription-plan-details
  label,
.fetcher-selling-plan-fieldset.variant_classic-plus
  input:checked
  ~ .subscription-plan-details
  .selling-plan-price,
.fetcher-selling-plan-fieldset.variant_classic-plus
  input[type="radio"]:checked
  ~ .subscription-plan-details
  .selling-plan-price {
  color: inherit !important;
}
.fetcher-selling-plan-fieldset.variant_classic-plus input:checked~.subscription-plan-details .custom-radio::after, .fetcher-selling-plan-fieldset.variant_classic-plus input[type=radio]:checked~.subscription-plan-details .custom-radio::after {
    background-color: #1250ff !important;
}
@media screen and (min-width: 1280px) {
    .m-featured-slider__product {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .m-slide__wrapper {
        padding-bottom: 0px !important;
    }
    .hero-heading {
        font-weight: 400;
        font-size: 144px;
        line-height: 120%;
        letter-spacing: -3px;
        color: #fff;
        text-align:left;
    }
}
@media (min-width: 1024px) and (max-width: 1540px) {
    .full-width-img .m-image {min-height: 100vw;}
}