topspet.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: http://topspet.com/
Effective URL: https://topspet.com/
Submission: On December 09 via manual from US — Scanned from US

Form analysis 6 forms found in the DOM

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="options[prefix]" value="last">
  <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
  <a href="javascript:void(0)" title="close" class="close close-search close-search-style-3" style="display: none;">
                    <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg>
                </a>
</form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="options[prefix]" value="last">
  <input type="search" name="q" placeholder="Search the store " class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off" data-search-mobile-toggle="" data-url="" data-limit="4">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

POST /contact

<form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = popup.find('.modal-overlay');
          popup.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="enter your email address" required="required">
  <input class="btn" type="submit" value="Subscribe">
</form>

POST /account/login

<form accept-charset="UTF-8" action="/account/login" method="post">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="ct-login">
    <div class="form-group">
      <label for="customer_email">
        <span> Email Address </span>
        <em>*</em>
      </label>
      <input class="form-control" type="email" value="" name="customer[email]" placeholder="Email Address">
    </div>
    <div class="form-group">
      <label for="customer_password">
        <span> Password </span>
        <em>*</em>
      </label>
      <input class="form-control" type="password" value="" placeholder="Password" name="customer[password]">
    </div>
    <div class="action-btn">
      <input type="submit" class="btn btn-login" value="Login">
      <a class="text-hover forgot-password" href="/account/login#recover">
              Forgot your password?
            </a>
    </div>
  </div>
  <div class="ct-register">
    <a href="/account/register" class="btn btn-register">
              Create An Account
            </a>
  </div>
</form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
  <a href="javascript:void(0)" title="close" class="close close-search close-search-style-3" style="display: none;">
                            <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg>
                        </a>
</form>

POST /contact

<form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = popup.find('.modal-overlay');
          popup.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="enter your email address" required="required">
  <input class="btn" type="submit" value="Subscribe">
</form>

Text Content

TOPSPET

user
Popular Products


0
Popular Products


Need Help?
(86) 139-2727-2408
Wish Lists
user
Sign In Sign In
0 Cart
 * New Arrival New
 * Cat
 * Dog
 * Pet Lovers Sale
 * Sale Hot
 * Tracking Order

Currency
USD


CURRENCY

USD EUR GBP CHF VND
Language
en


LANGUAGE

ende
0
Sale up to 60% OFF on everything | Free Worldwide Shipping Shop now!



SHOP BY PETS TYPE

View All


DOG


CAT


RABBIT


REPTILE


BRID


FISH


SHOP FOR ALL YOUR NEEDS


SOLADES


PUPPY SHOP


KITTEN SHOP


NEW PRODUCTS


Pet Safety Booster Seat
from $38.99
 * 


Breathable Pet Hammock
from $39.99
 * 


Dog Car Seat Bed - First Class
from $73.99
 * 


Cozy Calming Dog Cat Blanket
from $26.99
 * 


Cute Lion Mane Cat Costume
$11.99
 * 

WHY TOPSPET?

Free Shipping over $9.99

Normally we process an order within 24 hours and will ship to you within a week.

Shop Now

Easy Free returns

Easy refund before order delivery or unsatisfied after received the product in a
week.

Find Out More

Online Support

You can find us via email or online chatting room any time.

Learn How
Terms & Conditions Applied*


FEATURED PRODUCTS


2 in 1 Automatic Drinking Cat Food Double Bowl
from $16.77
 * 


Smart APP Pet Auto Feeder
from $73.99
 * 


Cat Bowl Automatic Feeder 3-in-1
from $12.50
 * 


3.5L Automatic Pet Feeder
from $69.99
 * 


Non-Slip Double Cat Bowl
from $19.99
 * 


DISCOVER PET FAVORITES BY TOPSPET

Shop Now



SUBSCRIBE TO OUR NEWSLETTER

Get the latest updates on new products and upcoming sales




SHOP

 * All Products
 * Search
 * Privacy Policy
 * Terms and Services
 * Shipping Policy
 * Blog
 * Terms of Service
 * Refund policy


FURTHER INFORMATION

 * New In
 * Puppy Shop
 * Kitten Shop
 * Collections
 * Tracking Order


CUSTOMER SERVICE

 * Contact us

 * ROOM 436,Building 5,No.1 Foping 3 Road,Nanhai District
   Foshan,GuangDongProvince,China.
   
 * Tel-Free: +(86) 139-2727-2408
 * Email: topspet@protonmail.com

 * 
 * 
 * 
 * 
 * 
 * 


© 2021 Topspet.com. All Rights Reserved.

 * 
 * 
 * 
 * 
 * 
 * 


Someone recently bought a
[time][location]

The cookie settings on this website are set to 'allow all cookies' to give you
the very best experience. Please click Accept Cookies to continue to use the
site.
privacy policy accept ✔

Close

CUSTOMER LOGIN

If you are already registered, please log in.

Email Address *
Password *
Forgot your password?
Create An Account
Close

YOUR CART

0 items

Your cart is currently empty.

Continue Shopping
0%
Only $5.00 away from free shipping
-
Total $0.00
Shipping Taxes and shipping fee will be calculated at checkout
I agree with the Terms & Services
Check Out View Cart


Close

SEARCH

Popular Products







You have successfully subscribed! Enjoy your discount with code : 3VBF2AHZKYQW
This email has been registered
Close


Before you leave...

Take 10% off on your first order



Enter the code below at checkout to get 10% off your first order.

3VBF2AHZKYQW

Continue Shopping

Recommended 28

 * printing
 * Wave point
 * Stripe
 * grey
 * beige
   pink
   grey with handle
   brown with handle
   Grey coral fleece
   Chocolate
   green
   Khaki
   new grey
   new yellow
   Grey velvet
   Khaki velvet
 * + 12

Pet Safety Booster Seat
$89.99 from $38.99
 * grey
 * pink
 * Winter - gray
 * Winter - black
 * Winter - pink
   Winter - white
 * + 2

Breathable Pet Hammock
$69.99 from $39.99
 * Light Grey
 * Rice White
 * Dark Gray
 * Dark
 * Navy
   Gray
   Blue
   Dark gray2
 * + 4

Dog Car Seat Bed - First Class
$120.99 from $73.99
Back To Store
Close



TERMS & SERVICES

Terms and Services

OVERVIEW

This website is operated by Topspet.Co Throughout the site, the terms “we”, “us”
and “our” refer to Topspet.Co. Topspet offers this website, including all
information, tools and services available from this site to you, the user,
conditioned upon your acceptance of all terms, conditions, policies and notices
stated here.

By visiting our site and/ or purchasing something from us, you engage in our
“Service” and agree to be bound by the following terms and conditions (“Terms of
Service”, “Terms”), including those additional terms and conditions and policies
referenced herein and/or available by hyperlink. These Terms of Service apply to
all users of the site, including without limitation users who are browsers,
vendors, customers, merchants, and/ or contributors of content.

Please read these Terms of Service carefully before accessing or using our
website. By accessing or using any part of the site, you agree to be bound by
these Terms of Service. If you do not agree to all the terms and conditions of
this agreement, then you may not access the website or use any services. If
these Terms of Service are considered an offer, acceptance is expressly limited
to these Terms of Service.

Any new features or tools which are added to the current store shall also be
subject to the Terms of Service. You can review the most current version of the
Terms of Service at any time on this page. We reserve the right to update,
change or replace any part of these Terms of Service by posting updates and/or
changes to our website. It is your responsibility to check this page
periodically for changes. Your continued use of or access to the website
following the posting of any changes constitutes acceptance of those changes.

Our store is hosted on Shopify Inc. They provide us with the online e-commerce
platform that allows us to sell our products and services to you.

SECTION 1 - ONLINE STORE TERMS

By agreeing to these Terms of Service, you represent that you are at least the
age of majority in your state or province of residence, or that you are the age
of majority in your state or province of residence and you have given us your
consent to allow any of your minor dependents to use this site.
You may not use our products for any illegal or unauthorized purpose nor may
you, in the use of the Service, violate any laws in your jurisdiction (including
but not limited to copyright laws).
You must not transmit any worms or viruses or any code of a destructive nature.
A breach or violation of any of the Terms will result in an immediate
termination of your Services.

SECTION 2 - GENERAL CONDITIONS

We reserve the right to refuse service to anyone for any reason at any time.
You understand that your content (not including credit card information), may be
transferred unencrypted and involve (a) transmissions over various networks; and
(b) changes to conform and adapt to technical requirements of connecting
networks or devices. Credit card information is always encrypted during transfer
over networks.
You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion
of the Service, use of the Service, or access to the Service or any contact on
the website through which the service is provided, without express written
permission by us.
The headings used in this agreement are included for convenience only and will
not limit or otherwise affect these Terms.

SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION

We are not responsible if information made available on this site is not
accurate, complete or current. The material on this site is provided for general
information only and should not be relied upon or used as the sole basis for
making decisions without consulting primary, more accurate, more complete or
more timely sources of information. Any reliance on the material on this site is
at your own risk.
This site may contain certain historical information. Historical information,
necessarily, is not current and is provided for your reference only. We reserve
the right to modify the contents of this site at any time, but we have no
obligation to update any information on our site. You agree that it is your
responsibility to monitor changes to our site.

SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES

Prices for our products are subject to change without notice.
We reserve the right at any time to modify or discontinue the Service (or any
part or content thereof) without notice at any time.
We shall not be liable to you or to any third-party for any modification, price
change, suspension or discontinuance of the Service.

SECTION 5 - PRODUCTS OR SERVICES (if applicable)

Certain products or services may be available exclusively online through the
website. These products or services may have limited quantities and are subject
to return or exchange only according to our Return Policy.
We have made every effort to display as accurately as possible the colors and
images of our products that appear at the store. We cannot guarantee that your
computer monitor's display of any color will be accurate.
We reserve the right, but are not obligated, to limit the sales of our products
or Services to any person, geographic region or jurisdiction. We may exercise
this right on a case-by-case basis. We reserve the right to limit the quantities
of any products or services that we offer. All descriptions of products or
product pricing are subject to change at anytime without notice, at the sole
discretion of us. We reserve the right to discontinue any product at any time.
Any offer for any product or service made on this site is void where prohibited.
We do not warrant that the quality of any products, services, information, or
other material purchased or obtained by you will meet your expectations, or that
any errors in the Service will be corrected.

SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION

We reserve the right to refuse any order you place with us. We may, in our sole
discretion, limit or cancel quantities purchased per person, per household or
per order. These restrictions may include orders placed by or under the same
customer account, the same credit card, and/or orders that use the same billing
and/or shipping address. In the event that we make a change to or cancel an
order, we may attempt to notify you by contacting the e-mail and/or billing
address/phone number provided at the time the order was made. We reserve the
right to limit or prohibit orders that, in our sole judgment, appear to be
placed by dealers, resellers or distributors.

You agree to provide current, complete and accurate purchase and account
information for all purchases made at our store. You agree to promptly update
your account and other information, including your email address and credit card
numbers and expiration dates, so that we can complete your transactions and
contact you as needed.

For more detail, please review our Returns Policy.

SECTION 7 - OPTIONAL TOOLS

We may provide you with access to third-party tools over which we neither
monitor nor have any control nor input.
You acknowledge and agree that we provide access to such tools ”as is” and “as
available” without any warranties, representations or conditions of any kind and
without any endorsement. We shall have no liability whatsoever arising from or
relating to your use of optional third-party tools.
Any use by you of optional tools offered through the site is entirely at your
own risk and discretion and you should ensure that you are familiar with and
approve of the terms on which tools are provided by the relevant third-party
provider(s).
We may also, in the future, offer new services and/or features through the
website (including, the release of new tools and resources). Such new features
and/or services shall also be subject to these Terms of Service.

SECTION 8 - THIRD-PARTY LINKS

Certain content, products and services available via our Service may include
materials from third-parties.
Third-party links on this site may direct you to third-party websites that are
not affiliated with us. We are not responsible for examining or evaluating the
content or accuracy and we do not warrant and will not have any liability or
responsibility for any third-party materials or websites, or for any other
materials, products, or services of third-parties.
We are not liable for any harm or damages related to the purchase or use of
goods, services, resources, content, or any other transactions made in
connection with any third-party websites. Please review carefully the
third-party's policies and practices and make sure you understand them before
you engage in any transaction. Complaints, claims, concerns, or questions
regarding third-party products should be directed to the third-party.

SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS

If, at our request, you send certain specific submissions (for example contest
entries) or without a request from us you send creative ideas, suggestions,
proposals, plans, or other materials, whether online, by email, by postal mail,
or otherwise (collectively, 'comments'), you agree that we may, at any time,
without restriction, edit, copy, publish, distribute, translate and otherwise
use in any medium any comments that you forward to us. We are and shall be under
no obligation (1) to maintain any comments in confidence; (2) to pay
compensation for any comments; or (3) to respond to any comments.
We may, but have no obligation to, monitor, edit or remove content that we
determine in our sole discretion are unlawful, offensive, threatening, libelous,
defamatory, pornographic, obscene or otherwise objectionable or violates any
party’s intellectual property or these Terms of Service.
You agree that your comments will not violate any right of any third-party,
including copyright, trademark, privacy, personality or other personal or
proprietary right. You further agree that your comments will not contain
libelous or otherwise unlawful, abusive or obscene material, or contain any
computer virus or other malware that could in any way affect the operation of
the Service or any related website. You may not use a false e-mail address,
pretend to be someone other than yourself, or otherwise mislead us or
third-parties as to the origin of any comments. You are solely responsible for
any comments you make and their accuracy. We take no responsibility and assume
no liability for any comments posted by you or any third-party.

SECTION 10 - PERSONAL INFORMATION

Your submission of personal information through the store is governed by our
Privacy Policy. To view our Privacy Policy.

SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS

Occasionally there may be information on our site or in the Service that
contains typographical errors, inaccuracies or omissions that may relate to
product descriptions, pricing, promotions, offers, product shipping charges,
transit times and availability. We reserve the right to correct any errors,
inaccuracies or omissions, and to change or update information or cancel orders
if any information in the Service or on any related website is inaccurate at any
time without prior notice (including after you have submitted your order).
We undertake no obligation to update, amend or clarify information in the
Service or on any related website, including without limitation, pricing
information, except as required by law. No specified update or refresh date
applied in the Service or on any related website, should be taken to indicate
that all information in the Service or on any related website has been modified
or updated.

SECTION 12 - PROHIBITED USES

In addition to other prohibitions as set forth in the Terms of Service, you are
prohibited from using the site or its content: (a) for any unlawful purpose; (b)
to solicit others to perform or participate in any unlawful acts; (c) to violate
any international, federal, provincial or state regulations, rules, laws, or
local ordinances; (d) to infringe upon or violate our intellectual property
rights or the intellectual property rights of others; (e) to harass, abuse,
insult, harm, defame, slander, disparage, intimidate, or discriminate based on
gender, sexual orientation, religion, ethnicity, race, age, national origin, or
disability; (f) to submit false or misleading information; (g) to upload or
transmit viruses or any other type of malicious code that will or may be used in
any way that will affect the functionality or operation of the Service or of any
related website, other websites, or the Internet; (h) to collect or track the
personal information of others; (i) to spam, phish, pharm, pretext, spider,
crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere
with or circumvent the security features of the Service or any related website,
other websites, or the Internet. We reserve the right to terminate your use of
the Service or any related website for violating any of the prohibited uses.

SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY

We do not guarantee, represent or warrant that your use of our service will be
uninterrupted, timely, secure or error-free.
We do not warrant that the results that may be obtained from the use of the
service will be accurate or reliable.
You agree that from time to time we may remove the service for indefinite
periods of time or cancel the service at any time, without notice to you.
You expressly agree that your use of, or inability to use, the service is at
your sole risk. The service and all products and services delivered to you
through the service are (except as expressly stated by us) provided 'as is' and
'as available' for your use, without any representation, warranties or
conditions of any kind, either express or implied, including all implied
warranties or conditions of merchantability, merchantable quality, fitness for a
particular purpose, durability, title, and non-infringement.
In no case shall Topspet, our directors, officers, employees, affiliates,
agents, contractors, interns, suppliers, service providers or licensors be
liable for any injury, loss, claim, or any direct, indirect, incidental,
punitive, special, or consequential damages of any kind, including, without
limitation lost profits, lost revenue, lost savings, loss of data, replacement
costs, or any similar damages, whether based in contract, tort (including
negligence), strict liability or otherwise, arising from your use of any of the
service or any products procured using the service, or for any other claim
related in any way to your use of the service or any product, including, but not
limited to, any errors or omissions in any content, or any loss or damage of any
kind incurred as a result of the use of the service or any content (or product)
posted, transmitted, or otherwise made available via the service, even if
advised of their possibility. Because some states or jurisdictions do not allow
the exclusion or the limitation of liability for consequential or incidental
damages, in such states or jurisdictions, our liability shall be limited to the
maximum extent permitted by law.

SECTION 14 - INDEMNIFICATION

You agree to indemnify, defend and hold harmless Topspet and our parent,
subsidiaries, affiliates, partners, officers, directors, agents, contractors,
licensors, service providers, subcontractors, suppliers, interns and employees,
harmless from any claim or demand, including reasonable attorneys’ fees, made by
any third-party due to or arising out of your breach of these Terms of Service
or the documents they incorporate by reference, or your violation of any law or
the rights of a third-party.

SECTION 15 - SEVERABILITY

In the event that any provision of these Terms of Service is determined to be
unlawful, void or unenforceable, such provision shall nonetheless be enforceable
to the fullest extent permitted by applicable law, and the unenforceable portion
shall be deemed to be severed from these Terms of Service, such determination
shall not affect the validity and enforceability of any other remaining
provisions.

SECTION 16 - TERMINATION

The obligations and liabilities of the parties incurred prior to the termination
date shall survive the termination of this agreement for all purposes.
These Terms of Service are effective unless and until terminated by either you
or us. You may terminate these Terms of Service at any time by notifying us that
you no longer wish to use our Services, or when you cease using our site.
If in our sole judgment you fail, or we suspect that you have failed, to comply
with any term or provision of these Terms of Service, we also may terminate this
agreement at any time without notice and you will remain liable for all amounts
due up to and including the date of termination; and/or accordingly may deny you
access to our Services (or any part thereof).

SECTION 17 - ENTIRE AGREEMENT

The failure of us to exercise or enforce any right or provision of these Terms
of Service shall not constitute a waiver of such right or provision.
These Terms of Service and any policies or operating rules posted by us on this
site or in respect to The Service constitutes the entire agreement and
understanding between you and us and govern your use of the Service, superseding
any prior or contemporaneous agreements, communications and proposals, whether
oral or written, between you and us (including, but not limited to, any prior
versions of the Terms of Service).
Any ambiguities in the interpretation of these Terms of Service shall not be
construed against the drafting party.

SECTION 18 - GOVERNING LAW

These Terms of Service and any separate agreements whereby we provide you
Services shall be governed by and construed in accordance with the laws of 4613
Reforma Rd Woodland Hills California US 91364.

SECTION 19 - CHANGES TO TERMS OF SERVICE

You can review the most current version of the Terms of Service at any time at
this page.
We reserve the right, at our sole discretion, to update, change or replace any
part of these Terms of Service by posting updates and changes to our website. It
is your responsibility to check our website periodically for changes. Your
continued use of or access to our website or the Service following the posting
of any changes to these Terms of Service constitutes acceptance of those
changes.

SECTION 20 - CONTACT INFORMATION

Questions about the Terms of Service should be sent to us
at topspet@protonmail.com

 


 * 
 * 
 * 
 * 
 * 
 * 

Newsletter


JOIN OUR MAILING LIST

Sign Up for exclusive updates,
And get your 10% discount for your first order

 * 
 * 
 * 
 * 
 * 
 * 

No, thanks
ico-collapse
0
Recently Viewed
Sorry, there are no products.
ic-cross-line-top
Top
ic-expand
ic-cross-line-top
ic-close-circle

SHOPPING CART

0 Product
Your cart is currently empty.
Continue Shopping


--------------------------------------------------------------------------------

-
Total
$0.00
Check Out View Cart