www.petsmart.ca Open in urlscan Pro
23.200.1.46  Public Scan

Submitted URL: http://petsmart.ca/
Effective URL: https://www.petsmart.ca/
Submission: On March 26 via manual from CA — Scanned from CA

Form analysis 6 forms found in the DOM

Name: simpleSearchGET /search/

<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
  <input class="dp-search-input" data-cs-encrypt="" type="text" name="q" placeholder="search" title="Search" autocomplete="off">
  <input type="submit" value="" title="Search">
</form>

Name: signInFormPOST /on/demandware.store/Sites-PetSmart_CA-Site/en_CA/AccountController-ProcessCaptchaLogin

<form name="signInForm" id="signInFormModal" action="/on/demandware.store/Sites-PetSmart_CA-Site/en_CA/AccountController-ProcessCaptchaLogin" method="POST" accept-charset="UTF-8" data-isplaceholderrequired="true" data-resetname="signInForm"
  autocomplete="on" novalidate="novalidate">
  <div class="login-errors" style="display:none;"></div>
  <div class="row">
    <div class="col-md-12">
      <div class="input-wrapper waterfall-animation">
        <label for="username">
          <span class="hide">email address</span>
          <input type="text" name="username" value="" autocapitalize="none" class="rule-email rule-expired required" data-msg-required="Please enter your email." autocomplete="username" data-ux-analytics-mask="true" aria-required="true">
          <span data-placeholder="email address" class="placeholder"></span>
        </label>
        <div class="error"></div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <div class="input-wrapper waterfall-animation">
        <label for="password">
          <span class="hide">current password</span>
          <input type="password" name="password" value="" class="required" data-msg-required="Please enter password." autocomplete="current-password" data-ux-analytics-mask="true" aria-required="true">
          <span data-placeholder="current password" class="placeholder"></span>
        </label>
        <div class="error"></div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <button type="button" class="password-reset">forgot password?</button>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <br>
      <div class="g-recaptcha-wrapper" style="display: none" data-googlecaptchainstance="accountloginformmodal">
        <div class="custom-error-msg hidden-recaptcha-required"> Please complete the captcha </div>
        <div id="g-recaptcha-accountloginformmodal">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-a1d6nort3tgl" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&amp;k=6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw&amp;co=aHR0cHM6Ly93d3cucGV0c21hcnQuY2E6NDQz&amp;hl=en&amp;v=Hq4JZivTyQ7GP8Kt571Tzodj&amp;size=normal&amp;sa=login&amp;cb=n6mdhumgehj6"></iframe>
            </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div>
        </div>
        <input class="hidden-recaptcha-required" name="hiddenrecaptcha" id="hiddenrecaptcha" style="visibility: hidden; height: 1px; padding: 0px; margin: 0;">
        <script>
          var enableEnterpriseRecaptcha = "true" == "true";
          //If there's already a captcha instance go ahead and re-render it (necessary for forms that could be submitted and then editted such as aboutYou in checkout)
          if (typeof app != "undefined" && typeof app.googlecaptcha != "undefined" && typeof app.googlecaptcha.googleRecaptchaInstances != "undefined" && app.googlecaptcha.googleRecaptchaInstances.hasOwnProperty("accountloginformmodal")) {
            var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
            var renderObj = {
              'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
              'callback': "googleCaptchaFilledOutCallback",
              'expired-callback': "googleCaptchaExpiredCallback",
            }
            if (enableEnterpriseRecaptcha && "true" == "true") {
              renderObj.action = "login"
              renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw"
            }
            app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
          }
          /**
           * This script does the following:
           * Renders the captcha and holds on to a reference to that instance
           * Registers a callback function we use to revalidate when the captcha is completed
           */
          $(document).on('grecaptchaAndDocumentReady grecaptchaEnterpriseAndDocumentReady', function(e) {
            try {
              if (typeof app.googlecaptcha.googleRecaptchaInstances == "undefined") {
                app.googlecaptcha.googleRecaptchaInstances = {}
              }
              //Explicityly render this captcha
              var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
              var renderObj = {
                'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
                'callback': "googleCaptchaFilledOutCallback",
                'expired-callback': "googleCaptchaExpiredCallback",
              }
              if ("true" == "true" && e.type == "grecaptchaEnterpriseAndDocumentReady") {
                renderObj.action = "login";
                renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw";
                app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
              } else if ("true" != "true" && e.type == "grecaptchaAndDocumentReady") {
                app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
              }
              //Weirdly this is where the callback needs to live for it to be in scope for the captcha
              window.googleCaptchaFilledOutCallback = function() {
                app.googlecaptcha.analyticsCaptchaSolved();
                //sorry about this...
                if ((typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutccrecap == 'undefined') || (typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutgiftrecap == 'undefined')) {
                  window.app.googlecaptcha.scrollToJoinNearBottom();
                }
                window.app.validator.doGoogleCaptchaValidation();
              };
              window.googleCaptchaExpiredCallback = function() {
                window.app.validator.doGoogleCaptchaValidation();
              };
            } catch (e) {
              console.log('grecaptchaAndDocumentReady : ' + e);
            }
          });
        </script>
      </div>
    </div>
  </div>
  <div class="row login-cta">
    <div class="col-md-5">
      <div id="login-button-container">
        <div id="login-button" class="button-fancy-large">
          <button id="login" type="submit" value="log in" class="button-fancy-large ">log in</button>
        </div>
        <div id="login-action" class="button-fancy-large">
          <div class="login-button-icon-container">
            <i id="login-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-7">
      <div class="social-signin-disabled">
        <div class="social-signin-disabled-head"> we are no longer supporting social sign in </div>
        <div class="social-signin-disabled-text"> please click <button type="button" class="password-reset-inline"> forgot password </button> to access your account. </div>
      </div>
    </div>
  </div>
</form>

POST /on/demandware.store/Sites-PetSmart_CA-Site/en_CA/AccountController-RequestReset

<form id="request-password-reset-modal" action="/on/demandware.store/Sites-PetSmart_CA-Site/en_CA/AccountController-RequestReset" method="post" data-isplaceholderrequired="true" data-resetname="forgotpw" novalidate="novalidate">
  <p> Enter your email address and we will send you a link to reset your password. </p>
  <div class="row notbootstrap">
    <div class="col-md-12">
      <div class="input-wrapper waterfall-animation">
        <label for="email">
          <span class="hide">email address</span>
          <input type="text" name="email" value="" autocapitalize="none" class="rule-email required" data-msg-required="Please enter your email." data-ux-analytics-mask="true" aria-required="true">
          <span data-placeholder="email address" class="placeholder"></span>
        </label>
        <div class="error"></div>
      </div>
    </div>
  </div>
  <div class="row form-row">
    <div class="col-md-12 checkout-captcha-wrapper">
      <div class="g-recaptcha-wrapper" style="display: none" data-googlecaptchainstance="passwordreset-modal">
        <div class="custom-error-msg hidden-recaptcha-required"> Please complete the captcha </div>
        <div id="g-recaptcha-passwordreset-modal">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-lnx9i3nfkmtm" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&amp;k=6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw&amp;co=aHR0cHM6Ly93d3cucGV0c21hcnQuY2E6NDQz&amp;hl=en&amp;v=Hq4JZivTyQ7GP8Kt571Tzodj&amp;size=normal&amp;sa=password_reset&amp;cb=hjfq9r8pqt7r"></iframe>
            </div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div>
        <input class="hidden-recaptcha-required" name="hiddenrecaptcha" id="hiddenrecaptcha" style="visibility: hidden; height: 1px; padding: 0px; margin: 0;">
        <script>
          var enableEnterpriseRecaptcha = "true" == "true";
          //If there's already a captcha instance go ahead and re-render it (necessary for forms that could be submitted and then editted such as aboutYou in checkout)
          if (typeof app != "undefined" && typeof app.googlecaptcha != "undefined" && typeof app.googlecaptcha.googleRecaptchaInstances != "undefined" && app.googlecaptcha.googleRecaptchaInstances.hasOwnProperty("passwordreset-modal")) {
            var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
            var renderObj = {
              'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
              'callback': "googleCaptchaFilledOutCallback",
              'expired-callback': "googleCaptchaExpiredCallback",
            }
            if (enableEnterpriseRecaptcha && "true" == "true") {
              renderObj.action = "password_reset"
              renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw"
            }
            app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
          }
          /**
           * This script does the following:
           * Renders the captcha and holds on to a reference to that instance
           * Registers a callback function we use to revalidate when the captcha is completed
           */
          $(document).on('grecaptchaAndDocumentReady grecaptchaEnterpriseAndDocumentReady', function(e) {
            try {
              if (typeof app.googlecaptcha.googleRecaptchaInstances == "undefined") {
                app.googlecaptcha.googleRecaptchaInstances = {}
              }
              //Explicityly render this captcha
              var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
              var renderObj = {
                'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
                'callback': "googleCaptchaFilledOutCallback",
                'expired-callback': "googleCaptchaExpiredCallback",
              }
              if ("true" == "true" && e.type == "grecaptchaEnterpriseAndDocumentReady") {
                renderObj.action = "password_reset";
                renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw";
                app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
              } else if ("true" != "true" && e.type == "grecaptchaAndDocumentReady") {
                app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
              }
              //Weirdly this is where the callback needs to live for it to be in scope for the captcha
              window.googleCaptchaFilledOutCallback = function() {
                app.googlecaptcha.analyticsCaptchaSolved();
                //sorry about this...
                if ((typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutccrecap == 'undefined') || (typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutgiftrecap == 'undefined')) {
                  window.app.googlecaptcha.scrollToJoinNearBottom();
                }
                window.app.validator.doGoogleCaptchaValidation();
              };
              window.googleCaptchaExpiredCallback = function() {
                window.app.validator.doGoogleCaptchaValidation();
              };
            } catch (e) {
              console.log('grecaptchaAndDocumentReady : ' + e);
            }
          });
        </script>
      </div>
    </div>
  </div>
  <div class="request-errors" style="display:none;">
  </div>
  <div class="row form-row form-row-button">
    <div class="col-md-12">
      <div id="request-reset-button-container">
        <div id="request-reset-button" class="button-fancy-large">
          <button id="request-reset" type="submit" value="submit" class="button-fancy-large ">submit</button>
        </div>
        <div id="request-reset-action" class="button-fancy-large">
          <div class="request-reset-button-icon-container">
            <i id="request-reset-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
          </div>
        </div>
      </div>
      <div class="unknown-user">
        <p> We apologize for the inconvenience. <a href="javascript:void(0)" class="create-account">
Try creating a new account.
</a>
        </p>
      </div>
    </div>
  </div>
</form>

POST /on/demandware.store/Sites-PetSmart_CA-Site/en_CA/AccountController-ResetPassword

<form id="set-password-reset-modal" action="/on/demandware.store/Sites-PetSmart_CA-Site/en_CA/AccountController-ResetPassword" method="post" data-isplaceholderrequired="true" novalidate="novalidate">
  <p> Please enter your new password. </p>
  <div class="row notbootstrap compare-common-parent">
    <div class="col-md-12">
      <div class="input-wrapper waterfall-animation">
        <label for="password">
          <span class="hide">password</span>
          <input type="password" name="newPassword" value="" class="rule-password comparewith required" data-msg-required="Please enter password." aria-required="true">
          <span data-placeholder="password*" class="placeholder"></span>
        </label>
        <div class="error"></div>
      </div>
    </div>
    <div class="col-md-12">
      <div class="input-wrapper ">
        <label for="confirmPassword">
          <span class="hide">confirm password</span>
          <input type="password" name="newPasswordConfirm" value="" class="rule-equal-password required" data-msg-required="Please reenter your password." aria-required="true">
          <span data-placeholder="confirm password*" class="placeholder"></span>
        </label>
        <div class="error"></div>
      </div>
    </div>
  </div>
  <div class="request-errors" style="display:none;">
  </div>
  <div class="row notbootstrap form-row form-row-button">
    <div class="col-md-12">
      <div id="reset-pw-button-container">
        <div id="reset-pw-button" class="button-fancy-large">
          <button id="reset-pw" type="submit" value="submit" class="button-fancy-large ">submit</button>
        </div>
        <div id="reset-pw-action" class="button-fancy-large">
          <div class="reset-pw-button-icon-container">
            <i id="reset-pw-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-12">
      <div class="password-info"> *Passwords must be at least 8 characters long, contain at least one letter and contain at least one of the following: upper case letter, number, or special character. </div>
    </div>
  </div>
</form>

Name: simpleSearchGET /search/

<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
  <input class="dp-search-input" data-cs-encrypt="" type="text" name="q" placeholder="search" title="Search">
  <input type="submit" value="" title="Search">
</form>

Name: simpleSearchGET /search/

<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
  <input class="dp-search-input" data-cs-encrypt="" type="text" name="q" placeholder="search" title="Search" autocomplete="off">
  <input type="submit" value="" title="Search">
</form>

Text Content

Pet Supplies, Accessories, and Pet Food - Pet Stores | PetSmart


Skip to content
Enable accessibility
|
Gift card
|
Flyer
|
Track your order
347,179 lives saved.
Sign up, earn points, get treats
PetSmart
Start typing, then use the up and down arrows to select an option from the list

Related Products
Top Paw® Double Door Folding Wire Dog Crate with Divider Panel
Hill's® Science Diet® Sensitive Stomach & Skin Adult Dry Dog Food - Chicken &
Barley
ExquisiCat Naturals Multi-Cat Paper Pellet Cat Litter - Unscented, Low Dust, Low
Tracking, Natural
Top Paw® X-Large Adhesive Leakproof Dog Pads - 28" x 34"
Top Fin® Essentials Aquarium Starter Kit
Oxbow Western Timothy Hay
Trending Categories
Food
Treats
Dog beds
Litter boxes
Aquariums
Fish
Trending Brands
Purina Pro Plan
Simply Nourish
Scoop Free
Kong
Full Cheeks
Top Fin
Related Products
Top Paw® Double Door Folding Wire Dog Crate with Divider Panel
Hill's® Science Diet® Sensitive Stomach & Skin Adult Dry Dog Food - Chicken &
Barley
ExquisiCat Naturals Multi-Cat Paper Pellet Cat Litter - Unscented, Low Dust, Low
Tracking, Natural
Top Paw® X-Large Adhesive Leakproof Dog Pads - 28" x 34"
Top Fin® Essentials Aquarium Starter Kit
Oxbow Western Timothy Hay
Trending Categories
Food
Treats
Dog beds
Litter boxes
Aquariums
Fish
Trending Brands
Purina Pro Plan
Simply Nourish
Scoop Free
Kong
Full Cheeks
Top Fin
sign in
Treats & Account

Join our loyalty program & earn points every time you shop!

Sign up
login

Time to start shopping!

 * shop by brand
   
   * Shop all Brands
 * shop by pet
   *  * dog
      * cat
      * fish
      * bird
      * reptile
      * small pet
     
      * Food
        Dry Food
        Canned Food
        Food Toppers
        Frozen Raw & Fresh Dog Food
        Shop All
        
        
      * Puppy Supplies
        Puppy Food
     
      * Treats
        Biscuits & Bakery
        Bones & Rawhide
        Chewy Treats
        Dental Treats
        Jerky
        Training Treats
     
      * Supplies
        Beds & Furniture
        Bowls & Feeders
        Cleaning Supplies
        Clothing & Shoes
        Collars, Harnesses & Leashes
        Crates, Gates & Containment
     
      * 
        Vitamins & Supplements
        Health & Wellness
        Flea & Tick
        Grooming Supplies
        Toys
        Training & Behaviour
     
     
      * Food & Treats
        Wet Food
        Dry Food
        Treats
        Food Toppers
        Catnip & Grass
        Shop All
        
        
      * Kitten Supplies
        Kitten Food
     
      * Litter
        Deodorizers & Filters
        Litter
        Litter Boxes
        Mats & Liners
        Waste Disposal
     
      * Supplies
        Beds & Furniture
        Bowls & Feeders
        Cleaning & Repellents
        Clothing & Accessories
        Collars, Harnessess & Leashes
        Crates, Gates & Containment
        Vitamins & Supplements
     
      * 
        Health & Wellness
        Flea & Tick
        Grooming Supplies
        Toys
     
     
      * Fish shop
        Tropical & Freshwater
        Goldfish
        Koi and Pond Fish
        Betta
        Shrimp
        Cichlid
        All Live Fish
        Shop all
     
      * Fish Food
        Food
        Feeders
        Pellets & Sticks
        Freeze Dried
     
      * Aquariums & Tanks
        Starter Kits
        Tanks & Aquariums
        Aquarium stands
        Open-glass Tanks
        Tank Dividers
      * Filters & Pumps
        Filters
        Filter Media
        Pumps & Accessories
     
      * Decor
        Ornaments
        Artificial Plants
        Backgrounds
        Substrate
        Gravel
        Live Plants
     
      * Cleaning & Maintenance
        Breeders & Nets
        Cleaning Accessories
        
        
      * Heating & Lighting
     
      * Health & Watercare
        Water Conditioners
        Disease Treatment
        Test kits
        Saltwater Aquarium Care
        Plant Care
        Pond Care
     
     
      * Food & Treats
        Pet Bird Food
        Treats
        Wild Bird Food
     
      * Supplies
        Bowls & Feeders
        Cages & Stands
        Cleaning & Odour Control
        Grooming
        Health Care & Vitamins
        Litter & Nesting
     
      * 
        Toys, Perches & Décor
        Wild Bird Food & Supplies
     
      * Live Birds
        Conure, Parakeet & More
     
     
      * Habitats & Decor
        Habitat Accessories
        Habitat Décor
        Starter Kits
        Terrariums
     
      * Supplies
        Cleaning & Water Care
        Environmental Control & Lighting
        Feeders & Food Storage
        Food
        Substrate & Bedding
        Vitamins & Supplements
     
      * Live Reptiles
        Snakes, Turtles & More
     
     
      * Small Pet Shop
        Hamster & Gerbil
        Guinea Pig
        Rabbit
        Ferret
        Rat & Mouse
        Chinchilla
        Hedgehog & Sugar Glider
        Shop all
     
      * Food, Treats & Hay
        Hay
        Food
        Treats
     
      * Supplies
        Cages, Habitats & Hutches
        Cleaning & Odour Removers
        Harnesses & Travel Carriers
        Health & Grooming
        Litter & Bedding
        Starter Kits
     
      * 
        Toys & Habitat Accessories
     
      * Live Small Pets
        Hamsters, Guinea Pigs & More
     
     
 * pet services
   *  * Pet Services
        Grooming Salon
        Training Classes
        PetsHotel Boarding
        Doggie Day Camp
     
      * Adoption
        Pet Adoption
        PetSmart Charities
     
      * Learning Center
        Dog Care
        Cat Care
        Fish Care
        Bird Care
        Reptile Care
        Small Pet Care
 * Sale
   *  * Shop All Deals
      * Dog Deals
      * Cat Deals
      * Fish Deals
      * Bird Deals
      * Reptile Deals
      * Small Pet Deals
      * Treat of the Month
 * Featured
   *  * Spring Shop
      * Flea & Tick Prevention
      * Outdoor Shop
      * Save with Autoship
      * Free Same-Day Delivery
 * help
   
   * our experts are available to help:
     
     Contact Us Track Your Order
 * my store
   
   Toronto Lawrence Square
   
   4.6
   607 store reviews
   
   
   700 Lawrence Ave W Unit M3B
   
   
   
   Toronto, ON M6A 3B4
   
   (416) 787-7781
   
   See Store Details get directions
   
   --------------------------------------------------------------------------------
   
   STORE SERVICES
   
   Grooming
   Training
   Adoptions
   Curbside Pickup
   
   
   STORE HOURS
   
   TODAY 9AM-9PM
   
   WED 9AM-9PM
   
   THU 9AM-9PM
   
   FRI CLOSED
   
   SAT 9AM-9PM
   
   SUN CLOSED
   
   MON 9AM-9PM
   
   
   Note: Hours for Services (Grooming, PetsHotel and Training) and Holidays may
   vary. Please see store details or contact the store for more information.
   
   --------------------------------------------------------------------------------
   
   find another store

Spring ahead to savings! Check out new month-long deals. Shop & save >





ACCOUNT LOG IN

email address

current password

forgot password?


Please complete the captcha

log in

we are no longer supporting social sign in
please click forgot password to access your account.



ACCOUNT SIGN UP

New customer? Create a Treats™ account now to start earning points on future
purchases.
create an account


LOGIN REQUIRED

Autoship orders require an account for recurring orders. Please sign in or
create an account to complete your purchase.

sign in create account


FORGOT PASSWORD

Enter your email address and we will send you a link to reset your password.

email address

Please complete the captcha


submit


We apologize for the inconvenience. Try creating a new account.

If an account exists for this email, we've sent a temporary link to reset your
password.

If you don’t receive this email, check your SPAM folder or create an account.

return to sign in


CHANGE PASSWORD

Please enter your new password.

password

confirm password


submit

*Passwords must be at least 8 characters long, contain at least one letter and
contain at least one of the following: upper case letter, number, or special
character.

Password has been successfully updated.

return to sign in
enable accessibility
PetSmart

Time to start shopping!

Start typing, then use the up and down arrows to select an option from the list


Related Products
Top Paw® Double Door Folding Wire Dog Crate with Divider Panel
Hill's® Science Diet® Sensitive Stomach & Skin Adult Dry Dog Food - Chicken &
Barley
ExquisiCat Naturals Multi-Cat Paper Pellet Cat Litter - Unscented, Low Dust, Low
Tracking, Natural
Top Paw® X-Large Adhesive Leakproof Dog Pads - 28" x 34"
Top Fin® Essentials Aquarium Starter Kit
Oxbow Western Timothy Hay
Trending Categories
Food
Treats
Dog beds
Litter boxes
Aquariums
Fish
Trending Brands
Purina Pro Plan
Simply Nourish
Scoop Free
Kong
Full Cheeks
Top Fin
 * Shop by Brand
 * 
   Sale
    * 
      Shop All Deals
    * 
      Dog Deals
    * 
      Cat Deals
    * 
      Fish Deals
    * 
      Bird Deals
    * 
      Reptile Deals
    * 
      Small Pet Deals
    * 
      Treat of the Month

 * 
   Featured
    * 
      Spring Shop
    * 
      Flea & Tick Prevention
    * 
      Outdoor Shop
    * 
      Save with Autoship
    * 
      Free Same-Day Delivery

 * 
   dog
    * 
      Dog Shop
    * 
      Food
        
      * 
        Dry Food
      * 
        Canned Food
      * 
        Food Toppers
      * 
        Fresh & Frozen Food
          
        * 
          Shop All Fresh & Frozen Food
      * 
        Milk Replacers
      * 
        Veterinary Diets
    * 
      Treats
        
      * 
        Biscuits, Cookies & Bakery Treats
      * 
        Bones, Bully Sticks & Chews
      * 
        Soft & Chewy Treats
      * 
        Dental Treats & Chews
      * 
        Jerky Treats
      * 
        Training Treats
      * 
        Puppy Treats
      * 
        Frozen Treats & Ice Cream
    * 
      Toys
        
      * 
        Chew Toys
      * 
        Plush Toys
      * 
        Interactive Toys
      * 
        Fetch Toys
      * 
        Rope & Tug Toys
      * 
        Toy Storage
    * 
      Flea & Tick
        
      * 
        Spot Ons
      * 
        Flea & Tick Pills
      * 
        Flea & Tick Collars
      * 
        Flea Shampoos & Dips
      * 
        Flea & Tick Pet Sprays
      * 
        Combs & Tools
      * 
        Home & Yard Treatment
    * 
      Health & Wellness
        
      * 
        Dental & Breath Care
      * 
        First Aid & Recovery
      * 
        Vitamins & Supplements
      * 
        Anxiety & Calming Care
      * 
        Dewormers
      * 
        Diarrhea & Digestion Relief
      * 
        Ear & Eye Care
      * 
        Hot Spot & Itch Relief
      * 
        Milk Replacers & Nursing Kits
      * 
        Pill Administration
      * 
        Nose & Paw Care
      * 
        Test Kits
    * 
      Vitamins & Supplements
        
      * 
        Anxiety & Calming
      * 
        Dietary Supplements
      * 
        Probiotic & Digestive
      * 
        Eye Care
      * 
        Heart & Liver
      * 
        Hip & Joint
      * 
        Immune System & Allergy
      * 
        Multivitamins
      * 
        Skin & Coat
      * 
        Urinary & Kidney
      * 
        Stool Eating Deterrent
    * 
      Cleaning Supplies
        
      * 
        Waste Disposal
      * 
        Stain & Odour Removers
      * 
        Furniture & Car Protection
      * 
        Pet Hair Removers
      * 
        Vacuums
    * 
      Crates, Gates & Containment
        
      * 
        Crates & Kennels
      * 
        Carriers & Backpacks
      * 
        Mat & Crate Covers
      * 
        Dog Doors & Gates
      * 
        Houses & Pens
      * 
        Car Booster Seats
      * 
        Fence Systems
      * 
        Car Barriers
      * 
        Strollers & Bicycle Baskets
    * 
      Beds & Furniture
        
      * 
        Pillow Beds
      * 
        Cuddler Beds
      * 
        Orthopedic Beds
      * 
        Crate Mats
      * 
        Elevated Beds
      * 
        Pet Memorials
      * 
        Ramps & Steps
      * 
        Cooling & Heating Beds
      * 
        Blankets
    * 
      Bowls & Feeders
        
      * 
        Automatic Feeders
      * 
        Elevated Stands
      * 
        Food & Water Bowls
      * 
        Placemats
      * 
        Storage & Scoops
    * 
      Clothing & Shoes
        
      * 
        Costumes
      * 
        T-shirts & Tank Tops
      * 
        Bandanas, Bows & Hats
      * 
        Life Jackets & Swim Suits
      * 
        Boots, Shoes & Socks
      * 
        Dresses
      * 
        Jackets & Coats
      * 
        Stress & Anxiety
      * 
        Jerseys & Team Sports
    * 
      Collars, Harnesses & Leashes
        
      * 
        Collars
      * 
        Harnesses
      * 
        ID Tags
      * 
        Leashes
      * 
        Tie Outs
      * 
        Training Collars, Leashes & Harnesses
      * 
        Flea & Tick Collars
    * 
      Grooming Supplies
        
      * 
        Shower & Bathing Supplies
      * 
        Brushes, Combs & Blowdryers
      * 
        Wipes & Deodorizers
      * 
        Eye, Ear, Nose & Paw Care
      * 
        Nail Clippers & Grinders
      * 
        Shampoos & Conditioners
      * 
        Hair Clippers & Trimmers
    * 
      Training & Behaviour
        
      * 
        Bark Control
      * 
        Clicker Training
      * 
        Deterrents
      * 
        Cameras & Monitors
      * 
        Potty Training
      * 
        Training & Behaviour Accessories
      * 
        Training Collars, Leashes & Harnesses
      * 
        Training Treats

 * 
   cat
    * 
      Cat Shop
    * 
      Food & Treats
        
      * 
        Wet Food
      * 
        Dry Food
      * 
        Catnip & Grass
      * 
        Treats
      * 
        Food Toppers
      * 
        Frozen Food
      * 
        Milk Replacers
      * 
        Veterinary Diets
    * 
      Litter & Waste Disposal
        
      * 
        Litter
      * 
        Litter Boxes
      * 
        Mats & Liners
      * 
        Waste Disposal
      * 
        Deodorizers & Filters
    * 
      Toys
        
      * 
        Plush, Balls & Mice
      * 
        Teasers & Wands
      * 
        Interactive & Electronic
      * 
        Catnip & Grass
      * 
        Tunnels, Tents & Sacks
    * 
      Health & Wellness
        
      * 
        Dental & Breath Care
      * 
        First Aid & Recovery
      * 
        Milk Replacers & Nursing Kits
      * 
        Vitamins & Supplements
      * 
        Anxiety & Calming Care
      * 
        Dewormers
      * 
        Diarrhea & Digestion Relief
      * 
        Ear & Eye Care
      * 
        Pill Administration
      * 
        Hot Spot & Itch Relief
    * 
      Flea & Tick
        
      * 
        Combs & Tools
      * 
        Flea Shampoos & Dips
      * 
        Flea & Tick Collars
      * 
        Flea & Tick Pet Sprays
      * 
        Flea & Tick Pills
      * 
        Home & Yard Treatment
      * 
        Spot On
    * 
      Cleaning & Repellents
        
      * 
        Furniture & Home Protection
      * 
        Pet Hair Removers
      * 
        Repellents
      * 
        Stain & Odour Removers
      * 
        Vacuums
    * 
      Crates, Gates & Containment
        
      * 
        Carriers
      * 
        Doors
      * 
        Pens
    * 
      Beds & Furniture
        
      * 
        Covered Beds
      * 
        Cuddler Beds
      * 
        Furniture & Towers
      * 
        Heated Beds
      * 
        Pet Memorials
      * 
        Scratchers
      * 
        Window Perches
    * 
      Bowls & Feeders
        
      * 
        Automatic Feeders
      * 
        Elevated Stands
      * 
        Food & Water Bowls
      * 
        Placemats
      * 
        Storage & Scoops
    * 
      Clothes & Costumes
    * 
      Collars, Harnesses & Leashes
        
      * 
        Collars
      * 
        Flea & Tick Collars
      * 
        Harnesses
      * 
        ID Tags
      * 
        Leashes
      * 
        Tie Outs
    * 
      Grooming Supplies
        
      * 
        Nail Clippers & Caps
      * 
        Brushes, Combs & Blowdryers
      * 
        Wipes & Deodorizers
      * 
        Shampoos & Conditioners
    * 
      Vitamins & Supplements
        
      * 
        Anxiety & Calming
      * 
        Dietary Supplements
      * 
        Probiotic & Digestive
      * 
        Eye Care
      * 
        Hairball Control
      * 
        Urinary & Kidney
      * 
        Hip & Joint
      * 
        Immune System & Allergy
      * 
        Multivitamins
      * 
        Skin & Coat
    * 
      Clothing & Accessories
    * 
      Kitten Supplies

 * 
   fish
    * 
      Fish Shops
        
      * 
        Tropical and Freshwater
      * 
        Goldfish
      * 
        Koi and Pond fish
      * 
        Betta
      * 
        Shrimp
      * 
        Cichlid
      * 
        Shop all
    * 
      Food & Care
        
      * 
        Food
      * 
        Feeders
      * 
        Water Care & Conditioning
      * 
        Disease Treatment
      * 
        Water Quality Testers
      * 
        Salt Water Aquarium Care
      * 
        Plant Care
      * 
        Pond Care
    * 
      Tanks, Aquariums & Nets
        
      * 
        Aquariums
      * 
        Aquarium Stands
      * 
        Tank Dividers & Containers
    * 
      Decor, Gravel & Substrate
        
      * 
        Ornaments
      * 
        Artificial Plants
      * 
        Aquarium Substrate
      * 
        Backgrounds
      * 
        Gravel, Sand & Stones
      * 
        Live Plants
      * 
        Plant Food & Fertilizers
    * 
      Maintenance & Repair
        
      * 
        Adhesives & Sealants
      * 
        Brushes & Tank Cleaners
      * 
        Vacuums
      * 
        Breeders & Nets
    * 
      Filters & Pumps
        
      * 
        Air & Water Pumps
      * 
        Filters
      * 
        Filter Media
    * 
      Heating & Lighting
        
      * 
        Heaters
      * 
        Hoods & Glass Canopies
      * 
        Heating & Lighting Accessories
      * 
        Lights
    * 
      Live Fish
    * 
      Starter Kits

 * 
   bird
    * 
      Food & Treats
        
      * 
        Pet Bird Food
      * 
        Treats
    * 
      Cages & Stands
        
      * 
        Cages
      * 
        Cage Covers
      * 
        Stands
      * 
        Travel Carriers
    * 
      Bowls & Feeders
        
      * 
        Feeders & Treat Holders
      * 
        Cups
    * 
      Litter & Nesting
        
      * 
        Cage Liners
      * 
        Litter & Bedding
      * 
        Nesting Supplies
    * 
      Toys, Perches & Decor
        
      * 
        Ladders
      * 
        Mirrors
      * 
        Perches & Swings
      * 
        Toys
    * 
      Grooming
    * 
      Health Care & Vitamins
        
      * 
        Treatments
      * 
        Vitamins & Supplements
    * 
      Cleaning & Odour Control
        
      * 
        Deodorizers & Waste Cleanup
    * 
      Live Birds
    * 
      Wild Bird Food & Supplies
        
      * 
        Coops & Outdoor Habitats
      * 
        Outdoor Feeders
      * 
        Wild Bird Food

 * 
   reptile
    * 
      Reptile Shop
    * 
      Food
    * 
      Habitats & Decor
        
      * 
        Habitat Accessories
      * 
        Habitat Décor
      * 
        Terrariums
    * 
      Environmental Control & Lighting
        
      * 
        Bulbs & Lamps
      * 
        Heaters
      * 
        Humidity & Temperature Control
      * 
        Light Fixtures
    * 
      Cleaning & Water Care
        
      * 
        Deodorizers
      * 
        Filter Systems & Pumps
      * 
        Sanitizers
      * 
        Filter Media
      * 
        Waste Removers
      * 
        Water Conditioners
    * 
      Substrate & Bedding
    * 
      Vitamins & Supplements
    * 
      Feeders & Food Storage
        
      * 
        Feeding Accessories
    * 
      Live Reptiles
    * 
      Starter Kits

 * 
   small pet
    * 
      Small Pet Shops
        
      * 
        Hamster & Gerbil
      * 
        Guinea Pig
      * 
        Rabbit
      * 
        Ferret
      * 
        Rat & Mouse
      * 
        Chinchilla
      * 
        Hedgehog & Sugar Glider
      * 
        Shop all
    * 
      Food, Treats & Hay
        
      * 
        Food
      * 
        Hay
      * 
        Treats
    * 
      Cages, Habitats & Hutches
        
      * 
        Cages
      * 
        Habitat Expansions
      * 
        Play Pens
    * 
      Litter & Bedding
        
      * 
        Litter & Bedding
      * 
        Litter Pans
    * 
      Toys & Habitat Accessories
        
      * 
        Feeders & Water Bottles
      * 
        Small Pet Costumes
      * 
        Toys
      * 
        Tunnels & Hideouts
    * 
      Cleaning & Odour Removers
        
      * 
        Brushes & Scrubbers
      * 
        Deodorizers
      * 
        Sanitizers
      * 
        DNU Stain & Odour Removers
    * 
      Harnesses & Travel Carriers
        
      * 
        Harnesses
      * 
        Travel Carriers
    * 
      Health & Grooming
        
      * 
        Grooming Supplies
      * 
        Vitamins & Supplements
    * 
      Starter Kits

 * 
   learning
 * 
   Featured Brands
    * 
      Authority
    * 
      Blue Buffalo
    * 
      Hill's Science Diet
    * 
      Royal Canin
    * 
      Simply Nourish
    * 
      Wellness
        
      * 
        Cat
      * 
        Dog
    * 
      Merrick
    * 
      Arm & Hammer
    * 
      Dentley's
    * 
      FURminator
    * 
      KONG
    * 
      Nature's Miracle
    * 
      Nulo
    * 
      NUTRO
    * 
      Purina ONE
    * 
      TruFood
        
      * 
        Cat
      * 
        Dog
    * 
      Skout's Honor
    * 
      Beaver Canoe
    * 
      Zodiac

 * 
   Featured Shops
 * 
   Local Ad
 * 
   Pet Services
   
 * 
   Gift card
 * 
   Track your order
 * Create Account sign in

1-888-839-9638
Menu
skip navigation

PetSmart

Time to start shopping!

Start typing, then use the up and down arrows to select an option from the list

Trending Categories
Food
Treats
Dog beds
Litter boxes
Aquariums
Fish
Trending Brands
Purina Pro Plan
Simply Nourish
Scoop Free
Kong
Full Cheeks
Top Fin
Trending Categories
Food
Treats
Dog beds
Litter boxes
Aquariums
Fish
Trending Brands
Purina Pro Plan
Simply Nourish
Scoop Free
Kong
Full Cheeks
Top Fin

Spring ahead to savings! Check out new month-long deals. Shop & save >


top


SPRING AHEAD TO SAVINGS!

Enjoy your pets essentials on sale now & all month long. Shop toys, treats,
gear, litter & more!
Shop deals


DEALS BY PET


 1. Dog
 2. Cat
 3. Fish
 4. Bird
 5. Reptile
 6. Small pet

arrow-prevarrow-next


FEATURED OFFERS

Sign in to your account & activate these exciting offers


EARN 2X POINTS

on in-store & online purchases thru 4/1*


EARN 4X POINTS

on Arcadia Trail purchases thru 4/1*


EARN 5X POINTS

on Nate + Jeremiah collection thru 4/1*


EARN 1,000 POINTS

for profile completion


FLEA & TICK

Help prevent unwanted pests this season


DOG FLEA & TICK

Collars, spots ons & more for long-lasting protection


CAT FLEA & TICK

Collars, pills & more for long-lasting protection


SPRING SHOP IS IN FULL BLOOM! CHECK OUT THE SEASON'S BEST TOYS, APPAREL & MORE.

Shop now


LOSE WEIGHT WITH HILL'S

Save $10 now on select Science Diet dog & cat food + $10 later


NUTRO™

Nutritious recipes with high-quality, natural ingredients


PET PARENT FAVOURITES


Dog Beds & Furniture

Dog Carriers & Crates

Cat Furniture & Towers

Litter Boxes

Dog Treats

Dog Fresh Food

Cat Wet Food

Cat Litter

Aquariums

Reptile Starter Kits

Small Pet Hay

Bird Food


TREATS REWARDS OFFER

Activate


EARN 5X POINTS (10% BACK IN SAVINGS)

on all Arcadia Trail purchases thru 4/28*
 1.  4 sizes
     
     
     ARCADIA TRAIL ™ LED COOLING DOG HARNESS
     
     
     (1)
     $49.99
     
 2.  4 colors
     
     
     ARCADIA TRAIL™ ROPE PARACORD DOG LEASH: 4-FT LONG
     
     
     (19)
     $25.99
     
 3.  5 sizes
     
     
     ARCADIA TRAIL® DOG SAFETY VEST
     
     
     (0)
     $35.99
     
 4.  6 sizes
     
     
     ARCADIA TRAIL® NAVY DOG RAIN WINDBREAKER
     
     
     (2)
     $39.99
     
 5.  6 sizes
     
     
     ARCADIA TRAIL® BROWN HIGH VISIBILITY DOG SHIRT
     
     
     (0)
     $15.99
     
 6.  5 sizes
     
     
     ARCADIA TRAIL ™ WATER SHOES
     
     
     (1)
     $35.99
     
 7.  3 sizes
     
     
     ARCADIA TRAIL® BLUE DOG BANDANA 2 COUNT
     
     
     (0)
     $15.99
     


 8.  ARCADIA TRAIL® SUN SHADE DOG BED
     
     
     (0)
     $69.99
     
 9.  4 colors
     
     
     ARCADIA TRAIL® COLLAPSIBLE TRAVEL BOWL
     
     
     (0)
     $18.99
     
 10. 6 sizes
     
     
     ARCADIA TRAIL® NAVY HIGH VISIBILITY DOG SHIRT
     
     
     (0)
     $15.99
     
 11. 5 sizes 4 colors
     
     
     ARCADIA TRAIL™ NEOPRENE DOG HARNESS - REFLECTIVE, WATER-RESISTA...
     
     
     (54)
     $44.99
     


 12. ARCADIA TRAIL™ INFLATABLE DUAL LAYERED DOG BED
     
     
     (37)
     $99.99
     
 13. 6 sizes
     
     
     ARCADIA TRAIL™ HIGH VISIBILITY LIFE JACKET
     
     
     (98)
     $49.99
     
 14. 5 sizes
     
     
     ARCADIA TRAIL™ YEAR-ROUND ALL-TERRAIN DOG BOOTS
     
     
     (88)
     $39.99
     
 15. 5 sizes
     
     
     ARCADIA TRAIL® DOG SAFETY VEST
     
     
     (0)
     $35.99
     
 16. 6 sizes
     
     
     ARCADIA TRAIL® NAVY DOG RAIN WINDBREAKER
     
     
     (2)
     $39.99
     
 17. 4 sizes
     
     
     ARCADIA TRAIL ™ LED HEADLIGHT DOG HARNESS
     
     
     (1)
     $49.99
     


 18. ARCADIA TRAIL® BLUE PACKABLE MICROFIBER TOWEL
     
     
     (0)
     $14.99
     
 19. 4 colors
     
     
     ARCADIA TRAIL® COLLAPSIBLE TRAVEL BOWL
     
     
     (0)
     $18.99
     
 20. 3 sizes
     
     
     ARCADIA TRAIL® TAN DOG BANDANA 2 COUNT
     
     
     (0)
     $15.99
     


 21. ARCADIA TRAIL® BLUE PAW CLEANER & BRUSH
     
     
     (0)
     $14.99
     
 22. 6 sizes
     
     
     ARCADIA TRAIL® BROWN HIGH VISIBILITY DOG SHIRT
     
     
     (0)
     $15.99
     

arrow-prevarrow-next


PET SERVICES

Personalized expert care for all breeds & needs


GROOMING SALON

Bath, haircut, walk-in services & more


DOG TRAINING

Group, private & virtual classes


PETSHOTEL

Overnight care by safety-certified Hosts


DOGGIE DAY CAMP

Playtime fun & games for the body & mind


PET PARENT RESOURCES

Read more


 1. BRINGING HOME A NEW DOG
    
    So you’ve decided to get a new dog?! Bringing home a new dog can be very...
    Read more


 2. WHAT DO I NEED TO CARE FOR MY NEW CAT?
    
    Bringing home a new cat or kitten is a big deal for both you and your new...
    Read more


 3. SETTING-UP AN AQUARIUM
    
    Here’s everything you need to pamper your fish...
    Read more


 4. FEEDING YOUR SMALL PET
    
    Nutrition-packed foods for guinea pigs, rabbits, hamsters and more...
    Read more


 5. TRAVEL SAFELY WITH YOUR DOG
    
    Whether you’re driving a couple of miles or a couple of thousand, you...
    Read more


 6. HOW TO KITTEN-PROOF YOUR HOME
    
    Learning how to kitten-proof your home is a lot like baby proofing. While
    a...
    Read more

arrow-prevarrow-next


WHAT'S HAPPENING


TREATS MEMBERSHIP SIGN UP

Treats members get all the perks of FREE same-day delivery, promos, and more!


ADOPT LOVE

Find your new best friend! Adopt a pet at a store near you.


DOWNLOAD THE PETSMART APP

Book services, get special offers, play games & more right at your fingertips.


WAYS TO SHOP

More shipping & shopping options to help you pet your best!


FREE CURBSIDE OR IN-STORE PICKUP

Orders are ready in 2 hours or less!


FREE SAME-DAY DELIVERY

Select a delivery window at checkout


AUTOSHIP

Save 15% on your first order + 5% off future orders


FREE SHIPPING

Treats Members get FREE shipping on select orders $49+



Your browser's Javascript functionality is turned off. Please turn it on so that
you can experience the full capabilities of this site.

Join Treats™. Earn Points. Get FREE shipping on orders over $49
Treats™ points add up quickly when you activate and earn with personalized
offers on products and services!
Learn more

347,179 lives saved.

Pet Services Careers Help Center Treats program Accessibility Statement
About PetSmart Charities US Site Canada Site
Connect With Us
 * 
 * 
 * 
 * 

Copyright © 2024 PetSmart LLC
Recalls | Terms of Use | Privacy Policy | Interest-Based Ads P

Offer valid 2/23/24 - 4/28/24 with Treats Rewards membership. Treats Rewards
points are awarded on first-time app download & sign-in. Most promotions award
points immediately, but it may take up to 72 hours to appear in accounts. Treats
Rewards rules apply. See petsmart.ca/treats-rewards.html for details.

Must be a Treats Rewards member to receive points for profile completion. Name,
phone, email, text and email opt in/out, address, and pet information must be
provided. Bonus Treats Points awarded one time only. Most promotions award
points immediately, but it may take up to 72 hours to appear in accounts.
Consent is not a condition of purchase. Treats Rewards rules apply. See
petsmart.ca/treats-rewards.html for details.

*Terms & conditions apply. Eligible products only. See product page for
eligibility and offer details.

Ship to Home Disclaimer: Treats members receive free standard shipping on select
online orders over $49 (prior to taxes & after discounts are applied) when
signed into their Treats account prior to purchase. Shipping is not available to
Quebec. The savings will automatically reflect in the shopping cart with the
purchase of qualifying merchandise. Due to size and/or weight, certain items
bear an additional shipping surcharge or special handling fee. Select products
in the following categories are not available for free shipping: live pets,
canned, fresh or frozen foods, select cat litters. Free shipping may not be
combinable with other promotional offers or discounts. Deliveries may be delayed
due to acts beyond our reasonable control, which may include, but are not
limited to, weather, strikes, power outages, shutdowns, local, provincial or
federal governmental actions, and other similar acts.

Same-Day Delivery Disclaimer: Free Same-Day Delivery offer valid on select
merchandise purchased at petsmart.ca when choosing Same-Day Delivery. Same-day
delivery is available in most areas. Order by 9am for delivery between 12pm-3pm,
by 1pm for delivery between 3pm-6pm, & by 5 pm for delivery between 7:30pm-9pm.
Orders placed after 3pm will be fulfilled the next day. Delivery may be delayed
due to acts beyond our reasonable control, which may include, but are not
limited to, weather, strikes, power outages, shutdowns, local, provincial or
federal governmental actions, and other similar acts. While delivery is
contact-free, be sure to be home during your delivery window to bring any
perishable items inside right away. Prices & selection may vary in stores &
online. While supplies last. Quantities may be limited. See www.petsmart.ca/help
or store associate for more details.

Autoship Disclaimer: Sign up for Autoship and have products conveniently
delivered to you at the frequency you choose! Autoship now available in select
areas only; eligibility for Autoship is determined once ship-to postal code is
entered. Enrol today and enjoy 15% savings on select items on your initial
autoship order and up to 5% on all recurring orders. Treats membership is
required to receive discount. Must be signed into your Treats account prior to
purchase. Maximum savings is $30.00. Certain products and brands are not
eligible for sitewide offers or promotions and specifically excludes, services,
gift cards, gift certificates, previous purchases and charitable donations.
Savings will automatically reflect in cart on qualifying item upon enrollment in
Autoship. Treats members receive free shipping on select orders over $49.00,
prior to taxes & after discounts are applied. Offer may not be combinable with
other promotional offers or discounts. While supplies last. Quantities may be
limited. Deliveries may be delayed. Terms and conditions of this offer are
subject to change at the sole discretion of PetSmart.

In-Store Pickup Disclaimer: Curbside orders must be picked up two hours prior to
store closing time. In store pickup available during all store hours. Orders
must be placed two hours prior to pickup to receive same day. Store hours may
vary. Check your local store for details & current store hours. Prices &
selection may vary by store & online. While supplies last. Quantities may be
limited. See PetSmart | Help or store associate for more details.




OOPS! SOMETHING WENT WRONG

WE ARE FACING SOME TECHNICAL ISSUES. PLEASE TRY AGAIN LATER.

close


We use cookies to enable this site to work, enhance your user experience,
improve our services, and deliver more relevant ads. If you are not comfortable
with us using this information for all these purposes, please review your
settings before continuing your visit.
Cookies Settings Necessary Cookies Only Accept All Cookies


Your Opt Out Preference Signal is Honored


YOUR PRIVACY CHOICES

PetSmart does not share your information with third parties in exchange for
money. We may, however, share your information with certain third parties to
show you the most relevant ads and enhance your customer experience. Some of
these disclosures may be considered a “sale” or “share” under some privacy laws.
Depending on where you live, you may have the right to opt out of the selling or
sharing of your personal information for behavioral advertising. You can opt out
of these disclosures below.

For more on how PetSmart processes personal information, please read our Privacy
Policy.
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

ALL COOKIES

All Cookies

 * MARKETING COOKIES
   
   Switch Label label
   
   These cookies may be set through our site by our advertising partners. They
   may be used by those companies to build a profile of your interests and show
   you relevant advertisements on other sites.    They do not store directly
   personal information, but are based on uniquely identifying your browser and
   internet device. If you do not allow these cookies, you will experience less
   targeted advertising.

 * PERFORMANCE COOKIES
   
   Switch Label label
   
   These cookies allow us to count visits and traffic sources so we can measure
   and improve the performance of our site. They help us to know which pages are
   the most and least popular and see how visitors move around the site.    All
   information these cookies collect is aggregated and therefore anonymous. If
   you do not allow these cookies we will not know when you have visited our
   site, and will not be able to monitor its performance.

 * FUNCTIONAL COOKIES
   
   Switch Label label
   
   These cookies enable the website to provide enhanced functionality and
   personalisation. They may be set by us or by third party providers whose
   services we have added to our pages.    If you do not allow these cookies
   then some or all of these services may not function properly.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices