www.skskidney.com Open in urlscan Pro
104.21.51.248  Public Scan

URL: http://www.skskidney.com/
Submission: On October 07 via manual from IT — Scanned from DE

Form analysis 11 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form" data-product-options-initialized="true">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h3 class="type-subheading type-subheading--1 wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;">
        <span class="cart-drawer--title">Your Cart</span>
      </h3>
      <a href="#" class="slide-menu cart-close-icon cart-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    </div>
    <!-- <div id="fsb_placeholder"></div> -->
    <!-- GWP promotion -->
    <p><br><i>Due to high volumes, we're currently processing orders within 5 business days. Upgrade to express shipping to get it sooner. Thanks for your patience!</i> </p>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
						<span class="cart-item-product-title"></span>
						<span class="cart-item-variant-title hide"></span>
					</a>

						<div class="cart-item-price-wrapper">
							<span class="cart-item-price-original"></span>
							<span class="cart-item-price"></span>
							<span class="cart-item-price-per-unit"></span>
						</div>

						<div class="cart-item--quantity-price-wrapper">
							<div class="cart-item--quantity-wrapper">
								<button type="button" class="cart-item-quantity-button cart-item-decrease" data-amount="-1" aria-label="Reduce item quantity by one">-</button>
								<input type="text" class="cart-item-quantity" min="1" pattern="[0-9]*" aria-label="quantity" />
								<button type="button" class="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
							</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>
					</div>
				</div>
			</div>
		</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "EUR",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": []
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <!-- Removed note from Drawer cart -->
      <!-- 
		<div class="ajax-cart--checkout-add-note">
				<p>Sending a gift? Include a message:&hellip;</p>
				<textarea id="note" name="note" class="form-control"></textarea>
		</div>
		 -->
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <div class="ajax-cart--cart-original-price">
        <h5><span class="cart-item-original-total-price" style="display: none;"><span class="money">€0.00 EUR</span></span></h5>
      </div>
      <div class="ajax-cart--total-price hide">
        <span class="cart-price-text type-subheading">Subtotal</span>
        <span class="cart-total-price" id="cart-price"><span class="money">€0.00 EUR</span></span>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout hide">
          <span class="cart-button-checkout-text">Secure Checkout</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <button type="submit" name="cart" class="btn cart-button-checkout cart-button hide">
          <span class="cart-button-checkout-text">Your Cart</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <!-- Paypal disclaimer -->
        <p>PayPal payments are processed in EUR only.</p>
        <!-- <a href="#" class="btn btn-default cart-menu-close secondary-button">Continue Shopping</a><br /> -->
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-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="localization-selector localization-selector__currency">
    <div class="wetheme-dropdown fit-current wetheme-dropdown--closed wetheme-dropdown--down" theme="[object Object]"><!---->
      <div class="wetheme-dropdown__wrapper"><button type="button" autocomplete="off" readonly="readonly" role="button" id="wetheme-dropdown-1-button" aria-controls="wetheme-dropdown-1-dropdown"><span>EUR $</span></button>
        <ul id="wetheme-dropdown-1-dropdown" style="display: none;">
          <li value="CAD" class="">CAD $</li>
          <li value="GBP" class="">GBP £</li>
          <li value="EUR" class="selected">EUR $</li>
        </ul>
      </div><select name="currency_code" style="display: none;">
        <option value="CAD">CAD $</option>
        <option value="GBP">GBP £</option>
        <option value="EUR" selected="selected">EUR $</option>
      </select>
    </div>
  </div>
</form>

<form class="needsclick View__FormView-sc-1i2s79a-0 cOKqtL klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-PbKVDN" novalidate="" tabindex="-1">
  <div class="needsclick Column__FormColumn-sc-1rrm03f-2 bfAJHs kl-private-reset-css-Xuajs1">
    <div data-testid="form-row" class="needsclick Row__FormRow-sc-1avh9u7-1 fMxCHz kl-private-reset-css-Xuajs1">
      <div component="[object Object]" data-testid="form-component" class="needsclick FormComponent__StyledFormComponentWrapper-sc-1gg8fea-0 itrmhl notranslate kl-private-reset-css-Xuajs1">
        <div class="QuillContainer__StyledQuillContainer-sc-nxgzcv-0 fYhcit kl-private-reset-css-Xuajs1 kl-private-quill-wrapper-Lkqws1">
          <div class="ql-snow ql-container ql-disabled">
            <div class="ql-editor" data-gramm="false" contenteditable="false">
              <h1 style="text-align: center;"><span style="color: rgb(255, 255, 255); font-size: 16px;" class="ql-font-arial">GET ON THE LIST.</span></h1>
            </div>
            <div class="ql-clipboard" contenteditable="true" tabindex="-1"></div>
          </div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick Row__FormRow-sc-1avh9u7-1 fMxCHz kl-private-reset-css-Xuajs1">
      <div component="[object Object]" data-testid="form-component" class="needsclick FormComponent__StyledFormComponentWrapper-sc-1gg8fea-0 itrmhl notranslate kl-private-reset-css-Xuajs1">
        <div class="needsclick TextInput__StyledInputContainer-sc-1ydur12-1 duxqMg kl-private-reset-css-Xuajs1"><input type="email" name="email" tabindex="0" styling="[object Object]" placeholder="Enter your email address"
            aria-label="Enter your email address" aria-invalid="false" valid="1" options="[object Object]" class="notranslate needsclick TextInput__FormStyledTextInput-sc-1ydur12-0 efiqLA kl-private-reset-css-Xuajs1">
          <div class="needsclick ValidationMessage__Container-sc-ja3t6w-0 gDmskm kl-private-reset-css-Xuajs1"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick Row__FormRow-sc-1avh9u7-1 fMxCHz kl-private-reset-css-Xuajs1">
      <div component="[object Object]" data-testid="form-component" class="needsclick FormComponent__StyledFormComponentWrapper-sc-1gg8fea-0 itrmhl notranslate kl-private-reset-css-Xuajs1"><button type="button" tabindex="0"
          class="needsclick Button__FormStyledButton-sc-1of1qh3-0 tUQpX kl-private-reset-css-Xuajs1">Subscribe</button></div>
    </div>
  </div><input type="submit" tabindex="-1" class="notranslate needsclick View__HiddenSubmit-sc-1i2s79a-1 fxNViQ kl-private-reset-css-Xuajs1" value="Submit">
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-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="localization-selector localization-selector__currency">
    <div class="wetheme-dropdown fit-current wetheme-dropdown--closed wetheme-dropdown--up" theme="[object Object]"><!---->
      <div class="wetheme-dropdown__wrapper"><button type="button" autocomplete="off" readonly="readonly" role="button" id="wetheme-dropdown-2-button" aria-controls="wetheme-dropdown-2-dropdown"><span>EUR $</span></button>
        <ul id="wetheme-dropdown-2-dropdown" style="display: none;">
          <li value="CAD" class="">CAD $</li>
          <li value="GBP" class="">GBP £</li>
          <li value="EUR" class="selected">EUR $</li>
        </ul>
      </div><select name="currency_code" style="display: none;">
        <option value="CAD">CAD $</option>
        <option value="GBP">GBP £</option>
        <option value="EUR" selected="selected">EUR $</option>
      </select>
    </div>
  </div>
</form>

/search

<form id="search" action="/search">
  <div id="search-wrapper">
    <input id="search_text" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="Search">
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-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="/">
  <ul class="mobile-menu mobile-menu-child mobile-menu-hidden" id="mobile-menu-currency">
    <a href="#" class="slide-menu menu-close-icon mobile-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x" aria-hidden="true"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    <li>
      <a href="#" class="mobile-menu-back mobile-menu-link" data-link="mobile-menu--">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" aria-hidden="true"><polyline points="15 18 9 12 15 6"></polyline></svg>
          <div class="mobile-menu-title">Currency</div>
        </a>
    </li>
    <li>
      <button type="submit" name="currency_code" class="mobile-menu-link mobile-menu-currency-link " value="CAD"> CAD $</button>
    </li>
    <li>
      <button type="submit" name="currency_code" class="mobile-menu-link mobile-menu-currency-link " value="GBP"> GBP £</button>
    </li>
    <li>
      <button type="submit" name="currency_code" class="mobile-menu-link mobile-menu-currency-link mobile-menu-currency-selected" value="EUR"> EUR $<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
          stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" aria-hidden="true">
          <polyline points="20 6 9 17 4 12"></polyline>
        </svg></button>
    </li>
  </ul>
</form>

GET https://tr.snapchat.com/cm/i

<form method="GET" action="https://tr.snapchat.com/cm/i" target="snap005419510650347803" accept-charset="utf-8" style="display: none;"><iframe id="snap005419510650347803" name="snap005419510650347803"></iframe><input name="pid"></form>

#

<form action="#" id="swym-search-form" autocomplete="off"><input type="search" aria-label="Search" name="swym-search" class="swym-input" id="swym-search-input" placeholder="Search my history..."></form>

#

<form action="#" id="swym-email-friend-form"><input id="swym-from-friend-input" aria-label="From Name" class="swym-input from-name" placeholder="From Name" novalidate="" value=""> <input id="swym-email-friend-input" aria-label="To Address"
    class="swym-input to-address" placeholder="To Address" novalidate=""><textarea class="swym-input" id="swym-email-note-input" aria-label="Wishlist Note" placeholder="Hey there! Check out my My Wishlist."></textarea><button type="button"
    id="swym-email-friend-button" class="swym-button swym-primary-background-color swym-button-primary swym-button-large swym-button-full-width">Send Email</button></form>

Text Content

YOUR CART


Due to high volumes, we're currently processing orders within 5 business days.
Upgrade to express shipping to get it sooner. Thanks for your patience!


Your basket is empty


€0.00 EUR

Subtotal €0.00 EUR
Secure Checkout

Your Cart


PayPal payments are processed in EUR only.

Thanks for shopping small! ✨ | Free shipping over $49us

 * What's New
   
   What's New
   
    * New Arrivals
    * Best Sellers
    * Back in Stock
    * Vermeil Collection
    * Waitlist
   
   NEW ARRIVALS
   
   Shop the latest designs
   
   Fan Favorites
   
   Tried and true styles for your jewelry box

 * Shop
   
   Earrings
   
    * Stud Earrings
    * Hoop Earrings
    * Statement Earrings
    * Clip-On Earrings
    * Lobe Wonder Support Patches
    * All Earrings
   
   Bracelets
   
    * All Bracelets
    * Chain Bracelets
   
   Necklaces
   
    * Pendant Necklaces
    * Chain Necklaces
    * Personalized Necklaces
    * All Necklaces
   
   More
   
    * Vermeil Jewelry
    * Gold Jewelry
    * Silver Jewelry
    * Rose Gold Jewelry
    * Hair Accessories
    * Jewelry Sets
    * Jewelry Storage & Accessories
    * Greeting Cards
    * Lifestyle Shop
    * Gift Box
   
   Everyday Essentials
   
   Hoops & Huggies

 * Collections
   
   Latest
   
    * Gold Vermeil
    * Petite Stud Sets
    * Color Crush: Blush
    * Pearls
    * Luxe Collection
    * Everyday Jewelry
    * Chains
    * Florals
    * Personalized Jewelry
    * Jewelry Storage & Accessories
    * Lifestyle Shop
   
   Wedding Shop
   
    * For the Bride
    * For Bridesmaids
    * Wedding Sets
    * Hair Accessories
    * For Guests
    * Greeting Cards
    * Real Brides
   
   EVERYDAY SHINE
   
   Styles to keep in daily rotation
   
   Luxe Collection
   
   Classics that showcase our signature style

 * Shop Instagram
   
   As Seen On
   
    * @oliveandpiper
    * #oandpgirls
    * Real Brides
    * #oandpathome
   
   Real Brides in O+P
   
   Shiny moments that last a lifetime
   
   Snap a Selfie
   
   Share a photo of you in your jewels for a chance to win a $50 GC

0


EUR $
 * CAD $
 * GBP £
 * EUR $

CAD $ GBP £ EUR $

 * 
 * 
   
 * 
 * 0

 * What's New
   
   What's New
   
    * New Arrivals
    * Best Sellers
    * Back in Stock
    * Vermeil Collection
    * Waitlist
   
   NEW ARRIVALS
   
   Shop the latest designs
   
   Fan Favorites
   
   Tried and true styles for your jewelry box

 * Shop
   
   Earrings
   
    * Stud Earrings
    * Hoop Earrings
    * Statement Earrings
    * Clip-On Earrings
    * Lobe Wonder Support Patches
    * All Earrings
   
   Bracelets
   
    * All Bracelets
    * Chain Bracelets
   
   Necklaces
   
    * Pendant Necklaces
    * Chain Necklaces
    * Personalized Necklaces
    * All Necklaces
   
   More
   
    * Vermeil Jewelry
    * Gold Jewelry
    * Silver Jewelry
    * Rose Gold Jewelry
    * Hair Accessories
    * Jewelry Sets
    * Jewelry Storage & Accessories
    * Greeting Cards
    * Lifestyle Shop
    * Gift Box
   
   Everyday Essentials
   
   Hoops & Huggies

 * Collections
   
   Latest
   
    * Gold Vermeil
    * Petite Stud Sets
    * Color Crush: Blush
    * Pearls
    * Luxe Collection
    * Everyday Jewelry
    * Chains
    * Florals
    * Personalized Jewelry
    * Jewelry Storage & Accessories
    * Lifestyle Shop
   
   Wedding Shop
   
    * For the Bride
    * For Bridesmaids
    * Wedding Sets
    * Hair Accessories
    * For Guests
    * Greeting Cards
    * Real Brides
   
   EVERYDAY SHINE
   
   Styles to keep in daily rotation
   
   Luxe Collection
   
   Classics that showcase our signature style

 * Shop Instagram
   
   As Seen On
   
    * @oliveandpiper
    * #oandpgirls
    * Real Brides
    * #oandpathome
   
   Real Brides in O+P
   
   Shiny moments that last a lifetime
   
   Snap a Selfie
   
   Share a photo of you in your jewels for a chance to win a $50 GC

 * 
 * 


 * READY TO SHINE
   
   
   BEST SELLERS
   
   Our most loved styles, tried and true.
   
   SHOP NOW


 * NEW ARRIVALS
   
   Stunning luxe silhouettes adorned with sophisticated colors and hints of
   berry.
   
   SHOP NOW
   


 * BACK IN STOCK
   
   
   PETITE STUDS
   
   Dainty studs that pair well with everything you already have.
   
   SHOP NOW
   


 * NEW
   
   
   VERMEIL & MOISSANITE
   
   A special collection of demi-fine jewelry featuring luxurious everyday styles
   in gold vermeil and brilliant Moissanite gems.
   
   SHOP NOW
   


 * READY TO SHINE
   
   
   BEST SELLERS
   
   Our most loved styles, tried and true.
   
   SHOP NOW
   


 * NEW ARRIVALS
   
   Stunning luxe silhouettes adorned with sophisticated colors and hints of
   berry.
   
   SHOP NOW

 1. 1
 2. 2
 3. 3
 4. 4


BEST SELLERS

 * *Special Edition* Porter Earrings
   Olive + Piper
   $42.00
   
 * Pearl Pave Studs
   olive + piper
   $36.00
   
 * Harriet Drops
   Olive + Piper
   $45.00
   
 * Harper Huggie Hoops
   Olive + Piper
   $36.00
   
 * Porter Cluster Studs
   olive + piper
   $45.00
   
 * Marissa Huggie Hoops
   Olive + Piper
   $36.00
   
 * Primrose Studs
   olive + piper
   $52.00
   
 * Essie Pendant
   Olive + Piper
   $34.00
   
 * Parker Bracelet
   Olive + Piper
   $45.00
   
 * Chloe Pendant
   olive + piper
   $36.00
   
 * Cruz Pearl Hoops
   Olive + Piper
   $48.00
   
 * Emiko Drops
   Olive + Piper
   $45.00
   
 * Hudson Hair Pins (Set of 2)
   Olive + Piper
   $54.00
   
 * Valentina Earrings
   olive + piper
   $48.00
   
 * Dakota Drops
   olive + piper
   $48.00
   
 * Petite Stud Set - Russet
   Olive + Piper
   $45.00
   
 * Lupe Crescent Studs
   Olive + Piper
   $42.00
   
 * Penelope Earrings
   Olive + Piper
   $45.00
   
 * Bordeaux Studs
   Olive + Piper
   $42.00
   
 * Prado Pearl Drops
   Olive + Piper
   $42.00
   





💍 BRIDAL SHOP

Stunning little luxuries to make your day extra special.

SHOP NOW


JEWELRY BOX MUST


WRIST WEAR

Shop delicate everyday chain bracelets to wedding-worthy statements.

SHOP NOW


FOR YOUR HOME


CANDLES

An exclusive collection of luxurious soy coconut candles your home will love.
We're ready for fall.

SEE MORE



 



FREE SHIPPING on orders over US$49
EASY RETURNS 60 days to decide
PAY LATER Checkout with Sezzle
SUPPORT SMALL Women powered team
 * FREE SHIPPING on orders over US$49
 * EASY RETURNS 60 days to decide
 * PAY LATER Checkout with Sezzle
 * SUPPORT SMALL Women powered team


EARRINGS

Let your lobes shine


JEWELRY SETS

Good things come in twos (or more).


PENDANTS

Dainty and delicate treasures






TAG #OLIVEANDPIPER TO BE FEATURED





FEATURED IN





SKSKIDNEY OFFICE

Contrà Mure Pallamaio, 54,
36100 Vicenza Italy +393399958984

 * About Us
 * Press
 * O+P Blog
 * Contact Us


CUSTOMER CARE

 * FAQs
 * Orders + Shipping
 * Return Policy
 * Check Gift Card Balance
 * Wholesale
 * Affiliates
 * Reviews


JEWELRY COLLECTIONS

 * New Arrivals
 * Earrings
 * Necklaces
 * Bracelets
 * Wedding Jewelry
 * Vermeil Jewelry
 * E-Gift Cards


GET IN TOUCH

 * Facebook icon
 * Instagram icon


GET ON THE LIST.



Subscribe
EUR $
 * CAD $
 * GBP £
 * EUR $

CAD $ GBP £ EUR $
American Express
Apple Pay
Diners Club
Discover
Facebook Pay
Google Pay
Mastercard
PayPal
Shop Pay
Visa

© 2021 Skskidney | Privacy Policy | Terms of Service


   
 * 
 * What's New
 * Shop
 * Collections
 * Shop Instagram
 * Log in
 * Create Account
 * Currency
    * Facebook icon
    * Instagram icon

   
 * Currency
 * CAD $
 * GBP £
 * EUR $

   
 * 

   
 * 






My Wishlist
My Wishlist All of your favorites, in one place
 * 
 * 
 * 
 * 

 *  * 
    * 
   
   Share your My Wishlist via Email:
   
   Send Email
   
 * 
 * 

 *  * 
   
   Looking for something?
   
   This is where we store your shopping activity for you - from your phone,
   tablet or computer. Continue shopping and check back later.


 * USER INFORMATION