capsiplex.store Open in urlscan Pro
2606:4700:3034::ac43:96e6  Public Scan

URL: https://capsiplex.store/
Submission: On April 04 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST

<form id="order-form" method="post" action="">
  <input type="hidden" name="page_name" value="PhenQ" class="toSave">
  <input type="hidden" name="lp_page_link" value="//capsiplex.store" class="toSave">
  <div class="order-form-box" data-step="1">
    <div class="row">
      <div class="col-xs-12 order-form-col-padd">
        <div class="form-group">
          <h3 class="order-form-box-label">Customer Information</h3>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12 col-sm-6 col-md-6 order-form-col-padd">
        <div class="form-group template-label-control">
          <label for="first_name">First Name</label>
          <input type="text" name="shipping_first_name" id="first_name" class="form-control validField toSave" placeholder="First Name" value="" data-field="shipping_first_name">
          <div class="help-block with-errors">Please Enter a Valid First Name</div>
        </div>
      </div>
      <div class="col-xs-12 col-sm-6 col-md-6 order-form-col-padd">
        <div class="form-group template-label-control">
          <label for="last_name">Last Name</label>
          <input type="text" name="shipping_last_name" id="last_name" class="form-control validField toSave" placeholder="Last Name" value="" data-field="shipping_last_name">
          <div class="help-block with-errors">Please Enter a Valid Last Name</div>
        </div>
      </div>
      <div style="clear:both"></div>
    </div>
    <div class="row">
      <div class="col-xs-12 col-sm-6 col-md-6 order-form-col-padd">
        <div class="form-group template-label-control">
          <label for="email">Email Address</label>
          <input type="email" name="shipping_email" id="email" class="form-control validField toSave" autocomplete="off" placeholder="Email Address" value="" data-field="shipping_email">
          <div class="help-block with-errors">Please Enter a Valid Email Address</div>
        </div>
      </div>
      <div class="col-xs-12 col-sm-6 col-md-6 order-form-col-padd">
        <div class="form-group template-label-control" id="phone_container">
          <label for="phone">Phone Number</label>
          <div class="intl-tel-input allow-dropdown">
            <div class="flag-container">
              <div class="selected-flag" tabindex="0" title="India: +91">
                <div class="iti-flag in"></div>
                <div class="iti-arrow"></div>
              </div>
              <ul class="country-list hide">
                <li class="country active" data-dial-code="91" data-country-code="in">
                  <div class="flag-box">
                    <div class="iti-flag in"></div>
                  </div><span class="country-name">India</span><span class="dial-code">+91</span>
                </li>
              </ul>
            </div><input type="tel" name="phone" maxlength="10" onkeypress="return textLimit('phone',10)" id="phone" class="form-control validField toSave" value="" placeholder="Phone Number" autocomplete="off" data-field="phone">
          </div>
          <div class="help-block with-errors">Please Enter a Valid Phone Number</div>
        </div>
      </div>
      <div style="clear:both"></div>
    </div>
    <div class="row" id="otp_container">
      <div class="col-md-12 order-form-col-padd">
        <div class="form-group template-label-control custom payment-method" id="otp_input" style="display: flex;justify-content: center;">
          <input class="form-control  validField toSave valid-otp" type="number" pattern="\d{5}" max="99999" min="10000" required="" name="otp" id="otp_input_value" placeholder="Enter OTP" maxlength="5"
            onkeypress="return textLimit('otp_input_value',4)">
          <input class="" type="hidden" id="otp_verified" value="1">
          <a class="btn  btn-custom btn_yellow" href="javascript:;" id="resend_otp">Resend OTP</a><br>
          <div style="clear:both"></div>
        </div>
        <div style="text-align:center">
          <span class="n-send-otp" id="otp_message"></span>
          <span class="n-send-otp" id="otp_success"></span>
          <div style="clear:both"></div>
        </div>
      </div>
    </div>
    <div class="row">
      <input type="hidden" name="pack" id="pack" value="1">
      <input type="hidden" name="product_name" id="product_name" value="BUY 1 AT BEST PRICE">
      <input type="hidden" name="product_price" id="product_price" value="1999">
      <input type="hidden" name="selected_product" id="product_id" value="39407709257898">
      <input checked="" name="shipping_rate" required="" type="radio" value="free" class="hidden">
      <input type="radio" value="1" checked="checked" name="address_mode" class="hidden">
      <button type="button" class="btn btn-secondary btn-buy add_to_cart_button product_type_simple next_step_button step_action verify_btn" data-step="1">Verify Details</button>
      <button type="button" class="btn btn-secondary btn-buy add_to_cart_button product_type_simple next_step_button step_action send_otp_btn hidden" data-step="2">Verify</button>
      <div id="loader" style="position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; background: rgba(255,255,255,0.9); justify-content: center; display: none; align-items: center;">
        <img src="/images/load.gif" alt="loader" style="display:block;margin:40px auto;">
      </div>
    </div>
  </div>
  <style>
    .mobile_only {
      display: none !important;
    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }

    .subtotal-list li {
      display: flex;
      justify-content: space-between;
      padding: 5px 0px;
    }

    .subtotal-list li:first-child {
      border-bottom: 1px solid #ccc;
    }

    .subtotal-list li:last-child {
      border-top: 1px solid #ccc;
      font-size: 18px;
    }

    .template-label-control label {
      color: #333;
    }

    .template-label-control.active.custom .form-control {
      padding: 6px 12px !important;
    }

    .custom-control {
      position: relative;
      display: block;
      min-height: 24px;
      width: 100%;
      padding: 0px 0px 0xp 25px;
    }

    .no-padding-custom {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .custom-control-input {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    .custom-control label {
      width: 100%;
      margin-top: 4px;
      padding: 6px 0px;
      font-weight: bold;
    }

    .custom-control-label {
      position: relative;
      margin-bottom: 0;
      vertical-align: top;
    }

    .custom-control-label::before {
      display: inline-block;
      width: 20px;
      height: 20px;
      content: "";
      background-color: #fff;
      border: #adb5bd solid 1px;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      vertical-align: middle;
      margin-right: 10px;
    }

    .custom-radio .custom-control-label::before {
      border-radius: 50%;
    }

    .custom-radio .custom-control-input:checked~.custom-control-label::before {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") no-repeat 55% / 85% 60% #002978;
    }

    .cart .item .item-img-wrapper {
      position: relative;
      margin-right: 15px;
    }

    .cart .item .item-img-wrapper .item-img {
      border-radius: 5px;
      border: 1px solid #CCCCCC;
      overflow: hidden;
    }

    .cart .item .item-img-wrapper .item-img img {
      width: 60px;
      height: 60px;
      -o-object-fit: contain;
      object-fit: contain;
      background: white;
    }

    .cart .item .item-img-wrapper .item-qty {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      color: white;
      background-color: #999;
      position: absolute;
      top: -5px;
      right: -5px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 700;
    }

    .payment-method {
      position: relative;
    }

    .payment-method .gateway-option,
    .border-around {
      border: 1px solid #CCCCCC;
      border-radius: 5px;
    }

    .payment-method .gateway-option .option-wrapper {
      padding: 0px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .payment-method .gateway-option+.gateway-option {
      margin-top: 10px;
    }

    @media (max-width: 500px) {
      .order-form-col-padd-xs:nth-child(even) {
        padding-left: 15px;
      }

      #otp_input_value {
        width: 58% !important;
      }

      span.free-ship-text {
        font-size: 15px;
        white-space: nowrap;
      }

      .mobile_only {
        display: block !important;
      }

      .desktop_only {
        display: none;
      }

      #shipping_address {
        display: none;
      }
    }
  </style>
  <style>
    #otp_container {
      display: none;
    }

    body.modal-open {
      padding-right: 0px !important;
    }

    .cart_product_name span {
      font-size: 14px;
    }

    @media screen and (max-width:768px) {
      .cart_product_name span {
        font-size: 10px;
      }

      .book-now {
        animation: shake-animation 4.72s ease infinite;
        transform-origin: 50% 50%;
      }

      ul.subtotal-list {
        font-size: 13px;
      }

      .cart_product_name {
        min-width: 200px !important;
      }

      .online-pay-image {
        background-size: 45%;
      }

      @keyframes shake-animation {
        0% {
          transform: translate(0, 0)
        }

        1.78571% {
          transform: translate(8px, 0)
        }

        3.57143% {
          transform: translate(0, 0)
        }

        5.35714% {
          transform: translate(8px, 0)
        }

        7.14286% {
          transform: translate(0, 0)
        }

        8.92857% {
          transform: translate(8px, 0)
        }

        10.71429% {
          transform: translate(0, 0)
        }

        100% {
          transform: translate(0, 0)
        }
      }
    }
  </style>
</form>

Text Content

Order Now
 * About Capsiplex
 * Benefits
 * Ingredients
 * Science
 * Testimonial

 * About Capsiplex
 * Benefits
 * Ingredients
 * Science
 * Testimonial

UK's One Of The Most Trusted Weight Loss Tabs - Now Available In India!

Capsicum Extract   + Keto Blend


LOSE WEIGHT & BURN FAT
WITH JUST 1 TAB A DAY

Doctors Recommended

Capsiplex helps to increase metabolic rate & energy expenditure, as well as burn
carbohydrates and fat.


Dr. Karen Viera
 * Helps Burn More Calories, Faster
 * Assists In Supercharging Your Metabolism
 * Aids In Controlling Food Cravings
 * Helps Increase Energy Levels

Doctors Recommended

Capsiplex is clinically proven to to increase metabolic rate & energy
expenditure, as well as burn carbohydrates and fat.


Dr. Karen Viera
Order Now
And Start Losing Weight The EAsy Way

50,000+ Packs Sold & Counting




Capsiplex Has Been Featured On


CAPSIPLEX IS
LOVED BY THE MEDIA
BECAUSE IT'S A WEIGHT LOSS TAB THAT WORKS!

Capsiplex has been featured in several leading media publications.

 * Mail Online
   
   Weight Loss Supplement Product containing NHS obesity drug is snapped up by
   slimmers.

 * NHS Weight-Loss tab
   Sells Out In 3 Days
   
   Slimmers & weight watchers rush to get their hands on Capsiplex to help lose
   weight & feel great.


Order Now
And Start Losing Weight The EAsy Way

50,000+ Packs Sold & Counting


Testimonials from our happy customers
If you are looking for weight loss product then Capsiplex, is without a doubt
one of the best you can purchase. I, myself have lost 16 kg in 3 and half month
time frame. Following a strict diet, exercise routine, plus the goodness of
Capsiplex can work wonders for you. Now people comment on how different and how
good I look than before. These comments by people I know make my day, all thanks
to Capsiplex.

Abhinav Web Designer


I got to know about this health supplement through internet. Since my teenage
years, I have been a little obese. This has been a challenge for me at times. It
has helped me live a life that I am really proud off! I will be really thankful
to Capsiplex and the people behind making this amazing formula. It really works
and is a great buy! Highly recommended.

Sushmita Network Engineer


If you are looking for weight loss product then Capsiplex, is without a doubt
one of the best you can purchase. I, myself have lost 16 kg in 3 and half month
time frame. Following a strict diet, exercise routine, plus the goodness of
Capsiplex can work wonders for you. Now people comment on how different and how
good I look than before. These comments by people I know make my day, all thanks
to Capsiplex.

Abhinav Web Designer


I got to know about this health supplement through internet. Since my teenage
years, I have been a little obese. This has been a challenge for me at times. It
has helped me live a life that I am really proud off! I will be really thankful
to Capsiplex and the people behind making this amazing formula. It really works
and is a great buy! Highly recommended.

Sushmita Network Engineer


If you are looking for weight loss product then Capsiplex, is without a doubt
one of the best you can purchase. I, myself have lost 16 kg in 3 and half month
time frame. Following a strict diet, exercise routine, plus the goodness of
Capsiplex can work wonders for you. Now people comment on how different and how
good I look than before. These comments by people I know make my day, all thanks
to Capsiplex.

Abhinav Web Designer


I got to know about this health supplement through internet. Since my teenage
years, I have been a little obese. This has been a challenge for me at times. It
has helped me live a life that I am really proud off! I will be really thankful
to Capsiplex and the people behind making this amazing formula. It really works
and is a great buy! Highly recommended.

Sushmita Network Engineer


‹›


Please keep in mind that results may vary with PhenQ. While testimonials come
from our customers, they do not guarantee specific results.


INTRODUCING CAPSIPLEX
WEIGHT LOSS
MADE SIMPLE, PERIOD

Capsiplex is the complete weight loss solution designed to help you burn fat
faster, lose weight & keep it off! The capsaicinoids present in Capsiplex
induces thermogenesis while Keto 5X helps your body burn fat for fuel.



 * Doctor
   Formulated

 * Celebrity
   Loved

 * Media
   Approved

It helps you get into the best shape of your life, regain your confidence, fit
into your fav clothes and above all stay fit, healthy & active!

With over 10 lakh bottles sold across Europe & USA, Capsiplex has established
itself as an exclusive weight loss formula that actually works!


Order Now
And Start Losing Weight The EAsy Way

50,000+ Packs Sold & Counting




BENEFITS OF CAPSIPLEX
A KETO WEIGHT LOSS
ACTIVATOR

 * Helps Burns More Calories
   
   Capsiplex works with the body's natural processes to support thermogenesis
   that burns fat pockets in the body.

 * Assists in Reduced Food Carvings
   
   Capsiplex helps you feel full after a balanced meal and curbs your cravings
   for snacks, fast food, sugar & more.

 * Aids in Increased Metabolism
   
   Capsiplex helps ramp up the body's natural metabolic process turning it into
   a natural fat-burning machine.

 * Helps Improve Mood Patterns
   
   Capsiplex has a positive effect on your mood patterns and also supports
   better cognition & healthy sleep cycles.


Order Now
And Start Losing Weight The EAsy Way

50,000+ Packs Sold & Counting




POWERFUL INGREDIENTS
MOST LOVED WEIGHT LOSS SUPPLEMENT

Capsimax Powder

Capsimax Powder is a blend of capsicum, piperine, caffeine, and niacin (vitamin
B3). What makes Capsimax Powder so powerful? Each ingredient compliments each
other ingredient— making the sum of Capsimax a highly effective weight loss aid.

L- Arginine Hcl

According to scientific research, L-Arginine Hcl has been proven to enhance
exercise performance.

 * Helps You Feel Full Of Energy
   All Day

 * Burn 278 More Calories On Average

 * Doesn’t Irritate Your Stomach

 * Assists In Controlling Your Cravings and Appetite

 * Helps You Feel An Upsurge In Metabolic Activity

Order Now
And Start Losing Weight The EAsy Way

50,000+ Packs Sold & Counting




THE SCIENCE BEHIND
CAPSIPLEX
THE WEIGHT LOSS BREAKTHROUGH
OU NEEDED IN YOUR DAILY ROUTINE

Using a Proprietary Patented Matrix of excipients and coatings, Capsiplex gives
you the maximum effectiveness of Capsaicinoids without any oral or gastric
irritation.

Capsiplex's process loads a high-strength Capsicum Extract into an inert central
core. The unique outer coating is designed to withstand the low PH level of the
stomach so it stays intact until the Capsicum extract is released in the higher
PH levels of the intestine, where no discomfort is felt.

And you’ll be glad to hear that Capsiplex breaks down completely in the
intestine, which means no discomfort upon voiding.

Capsiplex™ Clinical Study Results
 * Helps you burn 3 times more calories
 * Assists in burning 12 times more calories for up to one hour after exercise
   compared to when they took the placebo
 * This resulted in an average cumulative total of 278 more calories burned
   before, during & after exercise compared to the placebo.

Order Now
And Start Losing Weight The EAsy Way

50,000+ Packs Sold & Counting


See what people are saying!
I was about 216 pounds till some time ago. My sister motivated me to exercise
regularly but for some reason, I couldn’t just lose weight. It was around this
time that I came across Capsiplex and within about 1-2 months I could see
practical results for myself and lost 17 pounds. Highly recommended



— Prashant Gupta


I don’t think there could be a better product for weight loss other than
Capsiplex. Thanks to Capsiplex that I don’t look the same anymore, in fact,
there has been a drastic change in my appearance and it has been possible only
because of Capsiplex.



— Priya Pandey

I will say that it is one of the best weight loss management health products out
there. I was more convinced when I read all the positive reviews of this health
supplement. It helped me reduce my food cravings and also helped in improving my
metabolism.



— Gulshan Kumar



Please keep in mind that results may vary with Capsiplex. While testimonials
come from our customers, they do not guarantee specific results.


BUY MORE, SAVE MORE
CHOOSE YOUR
CAPSIPLEX YOUR PACKAGE NOW

Buy 1 Bottle

Starter Pack



Retail Price: ₹3,999.00

₹2,999.00

You Save: ₹1000.00

Order Now
Buy 3 Bottles

Most Popular



Retail Price: ₹11,997.00

₹5,998.00

You Save: ₹5,999.00

Order Now

 * 
 * 


CUSTOMER INFORMATION

First Name
Please Enter a Valid First Name
Last Name
Please Enter a Valid Last Name

Email Address
Please Enter a Valid Email Address
Phone Number
 * 
   India+91

Please Enter a Valid Phone Number

Resend OTP



Verify Details Verify

Order Now
And Start Losing Weight The EAsy Way

Disclaimer: Result may vary from person to person .Images are shown in website
are only representation.

Terms & Conditions | Privacy Policy | Contact us | Track Your Order

This product is not for use by or sale to persons under the age of 18. This
product should be used only as directed on the label. It should not be used if
you are pregnant or nursing. Consult with a physician before use if you have a
serious medical condition or use prescription medications. A Doctor's advice
should be sought before using this and any supplemental dietary product. All
trademarks and copyrights are property of their respective owners and are not
affiliated with nor do they endorse this product. These statements have not been
evaluated by the FDA. This product is not intended to diagnose, treat, cure or
prevent any disease. Individual weight loss results will vary. By using this
site, you agree to follow the Privacy Policy and all Terms & Conditions printed
on this site. Void Where Prohibited by Law.

© 2024 Capsiplex, All Rights Reserved.