const html = document.querySelector('html'); const bottomAnchor = document.querySelector('.bottom-anchor-content'); window.addEventListener('scroll', () => { if (html.scrollTop >= 250) { bottomAnchor.classList.add('show-anchor'); } else { bottomAnchor.classList.remove('show-anchor'); } }); * { margin: 0; padding: 0; box-sizing: border-box; } body { background: #fafafa; min-height: 100vh; width: 100%; font-family: "Source Sans Pro", sans-serif; } a { text-decoration: none; } .content { width: 100%; max-width: 1200px; margin: 0 auto; } .price { color: #9E5367; font-size: 2.5em; font-weight: 700; } .price sup { font-size: 0.5em; } .goodbye { display: none !important; } .fit-blue { color: #35AAB3; } .fit-orange { color: #F1A069; } .fit-purple { color: #9E5367; } .top-anchor-content { z-index: 5; position: fixed; top: 0; width: 100%; background-color: white; background-image: linear-gradient(to right, rgba(53, 170, 179, 0.1), rgba(241, 160, 105, 0.1)); height: 35px; width: 100%; } .top-anchor-content .content { padding: 0 20px; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; text-align: center; } .top-anchor-content .content p { margin: auto; } .top-anchor-content a { color: #5C666F; } .top-anchor-content a .bolder { font-weight: 700; margin-left: 10px; } .bottom-anchor-content { position: fixed; bottom: -65px; width: 100%; background-color: white; background-image: linear-gradient(to right, rgba(241, 160, 105, 0.2), rgba(158, 83, 103, 0.2)); height: 65px; width: 100%; transition: 0.3s; } .bottom-anchor-content.show-anchor { bottom: 0; } .bottom-anchor-content .content { padding: 0 20px; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; } .neorafit-container { color: #73808b; background: white; width: 100%; max-width: 1200px; margin: 0 auto; margin-bottom: 65px; } .neorafit-container img { display: inline; width: 100%; } .neorafit-container .desktop-image { display: none; } .neorafit-container .hero { margin-top: 35px; } .neorafit-container .hero .shop-and-video-container { margin-top: -40px; text-align: center; } .neorafit-container .hero .shop-and-video-container .price-link-group { margin-bottom: 25px; } .neorafit-container .hero .shop-and-video-container .price-link-group a, .neorafit-container .hero .shop-and-video-container .price-link-group p { margin: 10px auto; } .neorafit-container .hero .shop-and-video-container .iframe-container { width: 100%; height: 200px; padding: 15px; } .neorafit-container .hero .shop-and-video-container .iframe-container iframe { width: 100%; height: 100%; } .neorafit-container .no-show { opacity: 0.2; pointer-events: none; } .neorafit-container .steps-container { padding: 15px; text-align: center; margin-top: 25px; line-height: 2.3em; } .neorafit-container .steps-container h2 { color: #9E5367; } .neorafit-container .steps-container .p1 { color: #68737d; text-transform: uppercase; font-size: 2em; margin: 0; } .neorafit-container .steps-container .p2 { font-size: 3.5em; margin: 0 0 20px; } .neorafit-container .steps-container .image-container { margin: 20px auto; } .neorafit-container .around-the-clock { padding: 15px; } .neorafit-container .around-the-clock h2 { text-align: center; } .neorafit-container .around-the-clock .p1 { color: #9E5367; margin-bottom: 25px; } .neorafit-container .around-the-clock .image-container .group { margin: 10px auto 25px; } .neorafit-container .around-the-clock .image-container .group p { font-size: 1.1em; } .neorafit-container .around-the-clock .image-container .group p .bolder { font-weight: 700; } .neorafit-container .around-the-clock .image-container .group h3 { text-align: center; text-transform: uppercase; font-weight: 700; font-size: 1.6em; margin: 10px auto 5px; } .neorafit-container .energy-chews { margin-top: 25px; } .neorafit-container .energy-chews .group { padding: 15px; } .neorafit-container .energy-chews .group h2 { text-align: center; } .neorafit-container .energy-chews .group p { margin-top: 10px; } .neorafit-container .disclaimer { margin-top: 25px; font-size: 0.8em; padding: 15px; text-align: center; } .neorafit-container .disclaimer p { margin: 10px auto; width: 100%; max-width: 600px; } .neorafit-container .disclaimer .boxed { padding: 10px; border: 1px solid #5C666F; } @media (min-width: 500px) { .neorafit-container .hero .shop-and-video-container .iframe-container { height: 300px; } } @media (min-width: 768px) { .neorafit-container .mobile-image { display: none; } .neorafit-container .desktop-image { display: inline; } .neorafit-container .hero { position: relative; } .neorafit-container .hero .shop-and-video-container { position: absolute; top: 50px; top: 100px; right: 50px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; } .neorafit-container .hero .shop-and-video-container .price-link-group { order: 1; margin: 0 auto; } .neorafit-container .hero .shop-and-video-container .iframe-container { height: auto; } .neorafit-container .steps-container .p3, .neorafit-container .around-the-clock .p1 { font-size: 2 em; } .neorafit-container .steps-container .image-container { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; } .neorafit-container .steps-container .image-container img { width: 33%; padding: 10px; } .neorafit-container .around-the-clock .image-container { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; } .neorafit-container .around-the-clock .image-container div { width: 33%; padding: 10px; } .neorafit-container .energy-chews { margin-top: 0; padding: 25px; } .neorafit-container .energy-chews .mobile-content { display: none; } } @media (min-width: 1000px) { .neorafit-container .hero .shop-and-video-container { right: 50px; top: 50px; top: 100px; } .neorafit-container .hero .shop-and-video-container .iframe-container { height: 250px; width: 400px; } } @media (min-width: 1200px) { .neorafit-container .hero .shop-and-video-container { right: 100px; top: 100px; top: 150px; } } .btn-link { padding: 8px 25px; color: white; border: 2px solid; transition: 0.2s; text-transform: capitalize; font-weight: 600; } .btn-link.round { border-radius: 50px; } .btn-link.primary { border-color: #F1A069; color: #FF9E15; } .btn-link.primary:hover { background: #F1A069; color: white; } .btn-link.primary.cta { background: #F1A069; color: white; } .btn-link.primary.cta:hover { border-color: #9E5367; background: #9E5367; } .btn-link.secondary { border-color: #64B1Bc; color: #64B1Bc; } .btn-link.secondary:hover { background: #64B1Bc; color: white; } .btn-link.secondary.cta { background: #64B1Bc; color: white; } .btn-link.secondary.cta:hover { background: #4ca4b0; } .btn-link.default { border-color: #5C666F; color: #5C666F; } .btn-link.default:hover { background: #5C666F; color: white; } .btn-link.default.cta { background: #5C666F; color: white; } .btn-link.default.cta:hover { background: #4c545b; } .btn-link.special { border-color: #C1CBD3; color: #C1CBD3; } .btn-link.special:hover { background: #C1CBD3; color: white; } .btn-link.special.cta { background: #C1CBD3; color: white; } .btn-link.special.cta:hover { background: #E7F0F6; color: #5C666F; border-color: #5C666F; } .btn-link.holiday-btn { border-color: #8d4772; color: #8d4772; } .btn-link.holiday-btn:hover { background: #8d4772; color: white; } .btn-link.holiday-btn.cta { background: #8d4772; color: white; } .btn-link.holiday-btn.cta:hover { background: #a55385; border-color: #a55385; }

$200.00

Shop Now
Neora Fit Hero Banner Neora Fit Hero Banner

Easy As

1-2-3

3 Steps To A Slimmer, Healthier You

Activate Image Block Image Cleanse Image

Support For Your Fitness Goals Around The Clock

Slim + Skin Image

Morning

Mix Slim + Skin Collagen Powder into your coffee, tea, juice or smoothie to kickstart your day by supporting a healthy metabolism and your body’s fat-browning process, increasing energy and focus, and supporting collagen production for beautiful hair, skin and nails.*

Block + Balance Image

Noon

Take Block + Balance Pre & Probiotic before lunch to support your body’s ability to process dietary fat, reduce the feeling of bloating, ease digestion, help curb cravings and support your immune system.*†

Cleanse + Calm Image

Night

Take Cleanse + Calm Nightly Gentle Cleanse in the evening before bed to naturally balance your intestinal tract and improve your body’s ability to flush out toxins. Cleanse + Calm also contains ingredients to promote relaxation for a great night’s rest.*

Neora Fit Program Banner Neora Fit Program Banner
Energy Chews Banner

New! Energy+ Chews

More Energy, Fewer Cravings

We've taken your favorite Wellness Energy Chews and made them even better! Neora's new acai-flavored Energy+ Chews not only gives you a much-needed burst of sustained energy, but they help curb cravings too, and make the perfect daily support complement to the NeoraFit System.

Energy Chews Banner
Testimonials Testimonials

NeoraFit system includes: 1 box of Slim + Skin Collagen Powder, 1 box of Block + Balance Pre & Probiotic and 1 box of Cleanse + Calm Nightly Gentle Cleanse, plus a free program booklet with daily tracker/checklist.

*These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.

†When used in conjunction with a calorie-controlled diet and exercise program. Individual results may vary.