tryskny.com Open in urlscan Pro
23.227.38.72  Public Scan

URL: https://tryskny.com/
Submission: On November 04 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

GET /search

<form class="relative mx-auto mt-10 block max-w-2xl" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="input w-full pr-12 placeholder-current" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 flex -translate-y-1/2 transform p-1" type="submit">
    <span class="inline-block h-5 w-5 shrink-0"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 21.652a15.652 15.652 0 1 0 31.304 0 15.652 15.652 0 0 0-31.304 0v0ZM44 42l-9.28-9.28"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

GET /search

<form x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" @click.away.prevent="searchOpen = false">
  <div x-ref="searchFieldComponent" class="relative py-2">
    <input id="header-search" type="search" name="q" value="" class="header-search-input font-secondary w-full border-0 bg-transparent py-2 pl-9 shadow-none placeholder:text-scheme-text" placeholder="Search" aria-expanded="false"
      aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" x-ref="input" x-model="rawQuery"
      @input.debounce.300="onChange" @focus="onFocus">
    <label class="visually-hidden" for="header-search">Search</label>
    <input type="hidden" name="options[prefix]" value="last"><button class="absolute left-0 top-1/2 flex -translate-y-1/2 transform p-1" aria-label="Search">
      <span class="inline-block h-6 w-6 shrink-0"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 21.652a15.652 15.652 0 1 0 31.304 0 15.652 15.652 0 0 0-31.304 0v0ZM44 42l-9.28-9.28"></path>
        </svg>
      </span>
    </button>
    <button @click="close()" class="absolute right-0 top-1/2 flex -translate-y-1/2 transform p-1" type="button">
      <span class="visually-hidden">Close (esc)</span>
      <span class="inline-block h-6 w-6 shrink-0"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M46 2L2 46" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M46 46L2 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </span>
    </button>
  </div>
  <div id="predictiveSearchResults" tabindex="-1" class="absolute left-0 right-0 z-40 h-screen text-scheme-text">
    <div x-show="resultsOpen" class="absolute left-0 right-0 z-50 h-screen bg-scheme-text/75" @click="close()" style="display: none;"></div>
    <template x-if="loading &amp;&amp; !results">
      <div class="relative z-50 bg-scheme-background">
        <div class="mx-auto h-6 w-6 pb-12 pt-12" data-predictive-loading="">
          <div class="loading"></div>
        </div>
      </div>
    </template>
    <template x-if="resultsOpen">
      <div x-show="resultsOpen" class="relative z-50 max-h-three-quarters-screen-height scroll-pb-5 overflow-hidden overflow-y-auto bg-scheme-background px-section pb-5 lg:scroll-pb-10 lg:pb-10" x-ref="results">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /contact#customer-form-template--17740775882919__1650891804363a2769

<form method="post" action="/contact#customer-form-template--17740775882919__1650891804363a2769" id="customer-form-template--17740775882919__1650891804363a2769" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type"
    value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="items-center justify-center lg:flex">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <label for="NewsletterForm-template--17740775882919__1650891804363a2769" class="sr-only"> Email Address </label>
    <div class="w-full flex-grow lg:mr-2">
      <input id="NewsletterForm-template--17740775882919__1650891804363a2769" type="email" name="contact[email]" class="input-group-field w-full placeholder:text-scheme-text  border-scheme-text" value="" autocorrect="off" autocapitalize="off"
        autocomplete="email" placeholder="email@example.com" required="">
    </div>
    <button type="submit" class="push-btn push-btn--pop mt-2.5 w-full lg:mt-0 lg:w-auto" name="commit" id="Subscribe-template--17740775882919__1650891804363a2769">
      <span class="push-btn__surface w-full">Subscribe</span>
    </button>
  </div>
</form>

POST /contact#FooterNewsletter

<form method="post" action="/contact#FooterNewsletter" id="FooterNewsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="items-center justify-center">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <label for="NewsletterForm-sections--17740776308903__footer" class="sr-only"> Email Address </label>
    <div class=" w-full flex-grow lg:mr-2">
      <input id="NewsletterForm-sections--17740776308903__footer" type="email" name="contact[email]" class="input--background input-group-field w-full text-scheme-text placeholder:text-scheme-text border-scheme-text" value="" autocorrect="off"
        autocapitalize="off" autocomplete="email" placeholder="email@example.com" required="">
    </div>
    <button type="submit" class="push-btn push-btn--pop mt-2.5 w-full" name="commit" id="Subscribe-sections--17740776308903__footer">
      <span class="push-btn__surface w-full">Subscribe</span>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization-form-footer" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="inline-block ">
    <h2 class="visually-hidden" id="country-heading-footer"> Country/region </h2>
    <data-island x-data="{ expanded: false }" @keydown.escape.prevent.stop="expanded = false" @click.outside="expanded = false" class="relative"
      x-init="$watch('expanded', async () => { await $nextTick(); $focus.focus($el.querySelector('[aria-current=true]')); });">
      <button type="button" class="secondary-text-link flex items-center py-1 text-sm" :aria-expanded="expanded" aria-controls="country-list-footer" aria-describedby="country-heading-footer" @click.prevent="expanded = ! expanded">
        <span>Canada (USD $)</span>
        <span class="chevron-down ml-2 inline-block w-3 fill-current transition-transform duration-150" :class="{ 'rotate-180' : expanded}">
          <svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M2 12L23.2826 36.0527C23.3724 36.1542 23.4826 36.2354 23.6062 36.291C23.7297 36.3467 23.8636 36.3755 23.999 36.3755C24.1345 36.3755 24.2684 36.3467 24.3919 36.291C24.5154 36.2354 24.6257 36.1542 24.7155 36.0527L46 12"
              stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </span>
      </button>
      <ul id="country-list-footer"
        class="absolute left-0 top-0 z-30 max-h-[60vh] translate-y-[calc(-100%_-_1.25rem)] snap-y snap-mandatory overflow-y-auto bg-scheme-card py-2 [box-shadow:inset_0_0_0_var(--input-border-width)_rgb(var(--color-button-border))] lg:left-auto lg:right-0"
        x-show="expanded" style="display: none;">
        <li class="w-40 px-2.5 text-sm bg-scheme-text text-scheme-text-contrast">
          <button class="break-word p-2 text-left" type="button" aria-current="true" @click.prevent="$refs.input.value = 'CA'; $root.closest('form').submit();">Canada (USD $) </button>
        </li>
        <li class="w-40 px-2.5 text-sm ">
          <button class="break-word p-2 text-left" type="button" @click.prevent="$refs.input.value = 'GB'; $root.closest('form').submit();">United Kingdom (USD $) </button>
        </li>
        <li class="w-40 px-2.5 text-sm ">
          <button class="break-word p-2 text-left" type="button" @click.prevent="$refs.input.value = 'US'; $root.closest('form').submit();">United States (USD $) </button>
        </li>
      </ul>
      <input x-ref="input" type="hidden" name="country_code" id="CountrySelector" value="CA">
    </data-island>
  </div>
</form>

GET /search

<form class="relative mx-auto mt-10 block max-w-2xl" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="input w-full pr-12 placeholder-current" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 flex -translate-y-1/2 transform p-1" type="submit">
    <span class="inline-block h-5 w-5 shrink-0"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 21.652a15.652 15.652 0 1 0 31.304 0 15.652 15.652 0 0 0-31.304 0v0ZM44 42l-9.28-9.28"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

Text Content

Skip to content
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!
SEMAGLUTIDE FOR $149 / MO $0 MEMBERSHIP FEES!

Menu
Menu


MAIN MENU

 * Home
 * Shop
 * About Us

 * Log in
 * Create account


MAIN MENU

Close (esc)
 * Home
 * Shop
 * About Us

 * Log in
 * Create account

Search Search
 * Home
 * Shop
 * About Us



Log in
Search our site
Search Close (esc)

Cart items
Cart items


SEMAGLUTIDE STARTING AT $149 MO / TIRZEPATIDE $199 MO


SHOP NOW



WHY SKNY?


 * INCLUDES PROVIDER & MEDICATION  NO FEES – NO INSURANCE NEEDED


 * EFFECTIVE MEDICATIONS


 * BEGIN YOUR CHANGE, SHEDDING 23% OF WEIGHT IN NO TIME


 * EXPERT, VIRTUAL CLINIC CARE


 * LOVED AROUND THE WORLD


BEST SELLERS


 * SKINNYGLUTIDE DROPS
   
   Regular price $79.99
   Regular price $89.99 Sale price $79.99
   Unit price /  per 
   On Sale


 * SEMAGLUTIDE ORAL DROPS
   
   Regular price $149.99
   Regular price Sale price $149.99
   Unit price /  per 


 * TIRZEPATIDE
   
   Regular price $199.99
   Regular price Sale price $199.99
   Unit price /  per 


 * SEMAGLUTIDE
   
   Regular price $149.99
   Regular price Sale price $149.99
   Unit price /  per 



 * Elevate Your Wellness Routine with SKNY – Weight Loss Backed By Science

 * Transform Your Health Journey with SKNY




TESTIMONIALS

 * > ★★★★★
   > I've been using SKNY's SEMAGLUTIDE for a month now, and I already feel a
   > significant boost in my energy levels and overall well-being. The
   > convenience of the droppers format is a game-changer for me. I love how
   > easy it is to incorporate into my daily routine. Highly recommend!
   > FACEBOOK

 * > ★★★★★
   > SKNY's range of products has truly transformed my health journey. The
   > SEMAGLUTIDE, in particular, has been a lifesaver. I appreciate the natural
   > ingredients and the fact that it's non-invasive. I've noticed a positive
   > difference in my metabolism and energy. Thank you, SKNY!
   > FACEBOOK

 * > ★★★★★
   > I was skeptical at first, but SKNY's SEMAGLUTIDE exceeded my expectations.
   > The fast-acting formula is impressive, and I've experienced noticeable
   > improvements in my overall wellness. Plus, the variety of products they
   > offer means there's something for every aspect of my health. Love it!
   > FACEBOOK

 * > ★★★★★
   > I've been using SKNY's SEMAGLUTIDE for a month now, and I already feel a
   > significant boost in my energy levels and overall well-being. The
   > convenience of the droppers format is a game-changer for me. I love how
   > easy it is to incorporate into my daily routine. Highly recommend!
   > FACEBOOK

 * > ★★★★★
   > SKNY's range of products has truly transformed my health journey. The
   > SEMAGLUTIDE, in particular, has been a lifesaver. I appreciate the natural
   > ingredients and the fact that it's non-invasive. I've noticed a positive
   > difference in my metabolism and energy. Thank you, SKNY!
   > FACEBOOK

 * > ★★★★★
   > I was skeptical at first, but SKNY's SEMAGLUTIDE exceeded my expectations.
   > The fast-acting formula is impressive, and I've experienced noticeable
   > improvements in my overall wellness. Plus, the variety of products they
   > offer means there's something for every aspect of my health. Love it!
   > FACEBOOK

 * > ★★★★★
   > I've been using SKNY's SEMAGLUTIDE for a month now, and I already feel a
   > significant boost in my energy levels and overall well-being. The
   > convenience of the droppers format is a game-changer for me. I love how
   > easy it is to incorporate into my daily routine. Highly recommend!
   > FACEBOOK

 * > ★★★★★
   > SKNY's range of products has truly transformed my health journey. The
   > SEMAGLUTIDE, in particular, has been a lifesaver. I appreciate the natural
   > ingredients and the fact that it's non-invasive. I've noticed a positive
   > difference in my metabolism and energy. Thank you, SKNY!
   > FACEBOOK

 * > ★★★★★
   > I was skeptical at first, but SKNY's SEMAGLUTIDE exceeded my expectations.
   > The fast-acting formula is impressive, and I've experienced noticeable
   > improvements in my overall wellness. Plus, the variety of products they
   > offer means there's something for every aspect of my health. Love it!
   > FACEBOOK

 * > ★★★★★
   > I've been using SKNY's SEMAGLUTIDE for a month now, and I already feel a
   > significant boost in my energy levels and overall well-being. The
   > convenience of the droppers format is a game-changer for me. I love how
   > easy it is to incorporate into my daily routine. Highly recommend!
   > FACEBOOK

 * > ★★★★★
   > SKNY's range of products has truly transformed my health journey. The
   > SEMAGLUTIDE, in particular, has been a lifesaver. I appreciate the natural
   > ingredients and the fact that it's non-invasive. I've noticed a positive
   > difference in my metabolism and energy. Thank you, SKNY!
   > FACEBOOK

 * > ★★★★★
   > I was skeptical at first, but SKNY's SEMAGLUTIDE exceeded my expectations.
   > The fast-acting formula is impressive, and I've experienced noticeable
   > improvements in my overall wellness. Plus, the variety of products they
   > offer means there's something for every aspect of my health. Love it!
   > FACEBOOK

 * > ★★★★★
   > I've been using SKNY's SEMAGLUTIDE for a month now, and I already feel a
   > significant boost in my energy levels and overall well-being. The
   > convenience of the droppers format is a game-changer for me. I love how
   > easy it is to incorporate into my daily routine. Highly recommend!
   > FACEBOOK

 * > ★★★★★
   > SKNY's range of products has truly transformed my health journey. The
   > SEMAGLUTIDE, in particular, has been a lifesaver. I appreciate the natural
   > ingredients and the fact that it's non-invasive. I've noticed a positive
   > difference in my metabolism and energy. Thank you, SKNY!
   > FACEBOOK

 * > ★★★★★
   > I was skeptical at first, but SKNY's SEMAGLUTIDE exceeded my expectations.
   > The fast-acting formula is impressive, and I've experienced noticeable
   > improvements in my overall wellness. Plus, the variety of products they
   > offer means there's something for every aspect of my health. Love it!
   > FACEBOOK

Previous slide Next slide



SIGN UP TO OUR NEWSLETTER

Receive special offers and first look at new products.

Email Address

Subscribe

At SKNY, we are committed to providing innovative, science-backed wellness
solutions that are both effective and convenient. Our range of specialized
products, including the popular SEMAGLUTIDE, are designed to support your health
journey naturally and efficiently. Experience the SKNY difference today and
unlock your best self with our high-quality, easy-to-use products
 * Email

 * Home
 * Shop
 * About Us

 * ABOUT US
 * CONTACT
 * PRIVACY POLICY
 * REFUND POLICY
 * SHIPPING POLICY
 * TERMS OF SERVICE
 * CONSENT TO TELEHEALTH
 * FAQ For Partner Pharmacy Information
 * FAQ For Providers


SIGN UP TO OUR NEWSLETTER

Email Address

Subscribe

© 2024, SKNY. Powered by Shopify


COUNTRY/REGION

Canada (USD $)
 * Canada (USD $)
 * United Kingdom (USD $)
 * United States (USD $)


 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.







YOUR CART -

Close (esc)

Your cart is currently empty.

New subtotal: $0.00 USD





CART • 0




YOUR CART IS EMPTY








MAIN MENU

Close (esc)
 * Home
 * Shop
 * About Us

 * Log in
 * Create account

Search Search


YOUR CART - UNDEFINED ITEMS

Close (esc)

Your cart is currently empty.

New subtotal: $0.00 USD