titanchop.com Open in urlscan Pro
23.227.38.67  Public Scan

URL: https://titanchop.com/
Submission: On July 24 via api from BE — Scanned from CA

Form analysis 5 forms found in the DOM

POST /cart

<form action="/cart" id="CartDrawer-Form" class="cart__contents cart-drawer__form" method="post">
  <div id="CartDrawer-CartItems" class="drawer__contents js-contents">
    <p id="CartDrawer-LiveRegionText" class="visually-hidden" role="status"></p>
    <p id="CartDrawer-LineItemStatus" class="visually-hidden" aria-hidden="true" role="status"> Loading... </p>
  </div>
  <div id="CartDrawer-CartErrors" role="alert"></div>
</form>

<form class="cart-discount-form" onsubmit="handleDiscountForm(event)">
  <div class="cart-discount-form__row">
    <div class="field">
      <input class="field__input" autocomplete="name" type="text" name="cart-discount-field" placeholder="Enter discount code" oninput="handleDiscountFormChange(event)">
      <label class="field__label" for="cart-discount-field">Enter discount code</label>
    </div>
    <button class="button" type="submit">ADD</button>
  </div>
  <p class="cart-discount-form__error">Please enter a discount code!</p>
</form>

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form search-modal__form--border-light search-modal__form--polyfill"
  data-search-value="Vv/LOEcXG3ji55pPwq8ZFOSa5MUsSJRwByOgS+TxTvUm9hbFy4lrxGAdPDr9I0HgDiNaUhnHKbNzgIY9Y2QpgofmgHcbeZ9zfogRjLuAvx2q4o1S35cukI4cmIQEBSt1moNCFAgOS7gfeXlBX8cOiUs9edckzfbMe6kg2pwLmxtXPoVUSin7cJu2MpeYwVJVaVD1yO4xaExpoImfQXkjV+UeE2QNtXUxtTHa7ZloQNe+5nxqAIPmh3yE3U0zNF0MWGAMz0ZaTcu0x5QkZ/0yx0wgd/Vy3YmM8ouQYL96JS19FDw3+jDouifkvYc2CmwK6sPg8QX7I7P1yv+FTBUyKtuQ8m7CgsHXa6dcIBJaevl5Ouxp2MuPd8kxuxJqIM1qGQh9i7q47SSB/g1NyI1J7fK6nzA9SSW1MB5cBv++U/g=">
  <div class="field">
    <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results"
      aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
    <label class="field__label" for="Search-In-Modal">Search</label>
    <input type="hidden" name="options[prefix]" value="last">
    <button type="reset" class="reset__button field__button hidden" aria-label="Clear search term">
      <svg class="icon icon-close" aria-hidden="true" focusable="false">
        <use xlink:href="#icon-reset">
        </use>
      </svg>
    </button>
    <button class="search__button field__button" aria-label="Search">
      <svg class="icon icon-search" aria-hidden="true" focusable="false">
        <use href="#icon-search">
        </use>
      </svg>
    </button>
  </div>
  <div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search="">
    <div class="predictive-search__loading-state">
      <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
        <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
      </svg>
    </div>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /contact#ContactForm

<form method="post" action="/contact#ContactForm" id="ContactForm" accept-charset="UTF-8" class="isolate"><input type="hidden" name="form_type" value="contact"><input type="hidden" name="utf8" value="βœ“">
  <div class="contact__fields">
    <div class="field">
      <input class="field__input" autocomplete="name" type="text" id="ContactForm-name" name="contact[Name]" value="" placeholder="Name">
      <label class="field__label" for="ContactForm-name">Name</label>
    </div>
    <div class="field field--with-error">
      <input autocomplete="email" type="email" id="ContactForm-email" class="field__input" name="contact[email]" spellcheck="false" autocapitalize="off" value="" aria-required="true" placeholder="Email">
      <label class="field__label" for="ContactForm-email">Email <span aria-hidden="true">*</span></label>
    </div>
  </div>
  <div class="field">
    <input type="tel" id="ContactForm-phone" class="field__input" autocomplete="tel" name="contact[Phone number]" pattern="[0-9\-]*" value="" placeholder="Phone number">
    <label class="field__label" for="ContactForm-phone">Phone number</label>
  </div>
  <div class="field">
    <textarea rows="10" id="ContactForm-body" class="text-area field__input" name="contact[Comment]" placeholder="Comment"></textarea>
    <label class="form__label field__label" for="ContactForm-body">Comment</label>
  </div>
  <div class="contact__button">
    <button type="submit" class="button button--full-width"> Send </button>
  </div>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="βœ“"><input
    type="hidden" name="contact[tags]" value="newsletter">
  <div class="newsletter-form__field-wrapper">
    <div class="field">
      <input id="NewsletterForm--sections--21465474957654__footer" type="email" name="contact[email]" class="field__input" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Email" required="">
      <label class="field__label" for="NewsletterForm--sections--21465474957654__footer"> Email </label>
    </div>
  </div>
  <button type="submit" class="button newsletter__solid-btn button--full-width" name="commit" id="Subscribe" aria-label="Subscribe"> Sign up </button>
</form>

Text Content

Skip to content


YOUR CART IS EMPTY

Continue shopping


YOUR CART

Loading...


Enter discount code
ADD

Please enter a discount code!


SUBTOTAL

$0.00 USD


Update Check out
 * American Express
 * Apple Pay
 * Google Pay
 * Maestro
 * Mastercard
 * Shop Pay
 * Union Pay
 * Visa

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦

50% OFF ONLY TODAY!

FREE SHIPPING πŸ“¦


MENU

 * Home
 * Shop Now
 * Track Your Order
 * Contact


 * Home
 * Shop Now
 * Track Your Order
 * Contact




Search

Cart


DISCOVER NATURAL HEALING SECRETS

Empower Yourself with Herbal Remedies for Optimal Health and Wellness
Shop Now


OUR MISSION

Our goal is to make health and wellness simple and accessible. We understand the
challenges of navigating health choices and the desire for natural solutions.
Introducing 'The Lost Book of Herbal Remedies' – your go-to guide for unlocking
nature's healing power. Designed to empower and inspire, this book brings
natural health remedies to you, making wellness easier to achieve right in your
own home.

Get Healthy Now!


EXAMPLE PRODUCT TITLE

Regular price $19.99
Regular price $19.99 Sale price
Unit price / Β perΒ 
SAVE Sold out
Product variants

Quantity (0 in cart) Decrease quantity for Increase quantity for

Sold out
View full details

Let customers speak for us
 * Kelly M
   
   I have wanted this for the past year and finally made the purchase! I am
   happy that I did because it has a lot of important information about
   natures... Show more
   0 04/20/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * +2
   Tarra
   
   This book is amazing. It's full useful info. I was flipping through it just
   looking & I already found plants I have in my backyard I could use in my h...
   Show more
   0 03/16/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Akula
   
   This book is amazing it has all the cures in it and the thing about this is
   it has no side effects, I recommend this book 10\10 thanks Mrs.Apelian & M...
   Show more
   0 04/30/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Samantha
   
   Lots of useful information. Glad I finally got my hands on it. Thanks. Show
   more
   0 04/28/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Kelly M
   
   I have wanted this for the past year and finally made the purchase! I am
   happy that I did because it has a lot of important information about
   natures... Show more
   0 04/20/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * +2
   Tarra
   
   This book is amazing. It's full useful info. I was flipping through it just
   looking & I already found plants I have in my backyard I could use in my h...
   Show more
   0 03/16/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Akula
   
   This book is amazing it has all the cures in it and the thing about this is
   it has no side effects, I recommend this book 10\10 thanks Mrs.Apelian & M...
   Show more
   0 04/30/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Samantha
   
   Lots of useful information. Glad I finally got my hands on it. Thanks. Show
   more
   0 04/28/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Kelly M
   
   I have wanted this for the past year and finally made the purchase! I am
   happy that I did because it has a lot of important information about
   natures... Show more
   0 04/20/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * +2
   Tarra
   
   This book is amazing. It's full useful info. I was flipping through it just
   looking & I already found plants I have in my backyard I could use in my h...
   Show more
   0 03/16/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Akula
   
   This book is amazing it has all the cures in it and the thing about this is
   it has no side effects, I recommend this book 10\10 thanks Mrs.Apelian & M...
   Show more
   0 04/30/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Samantha
   
   Lots of useful information. Glad I finally got my hands on it. Thanks. Show
   more
   0 04/28/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Kelly M
   
   I have wanted this for the past year and finally made the purchase! I am
   happy that I did because it has a lot of important information about
   natures... Show more
   0 04/20/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * +2
   Tarra
   
   This book is amazing. It's full useful info. I was flipping through it just
   looking & I already found plants I have in my backyard I could use in my h...
   Show more
   0 03/16/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Akula
   
   This book is amazing it has all the cures in it and the thing about this is
   it has no side effects, I recommend this book 10\10 thanks Mrs.Apelian & M...
   Show more
   0 04/30/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies
 * Samantha
   
   Lots of useful information. Glad I finally got my hands on it. Thanks. Show
   more
   0 04/28/2024
   The Lost Book of Herbal Remedies The Lost Book of Herbal Remedies


CONTACT FORM

Name
Email *
Phone number
Comment
Send






QUICK LINKS

 * Contact Information
 * Legal Notice
 * Privacy Policy
 * Refund Policy
 * Terms of Service


SUBSCRIBE TO OUR EMAILS

Stay updated with our latest news and offers. Subscribe to our emails.

Email
Sign up

Payment methods
 * American Express
 * Apple Pay
 * Google Pay
 * Maestro
 * Mastercard
 * Shop Pay
 * Union Pay
 * Visa

Β© 2024, Molly Powered by Shrine
 * Choosing a selection results in a full page refresh.
 * Opens in a new window.



word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1


Γ—
Thank you

Your review was submitted!