Animal Print & Leather

Show filters
Sort:
Size
Color
Price
All filters
Sort
Loading...
tag of the document. This will help to improve the load of the images // during color swatches interaction on PLP const preloadBackground = (entries, observer) => { entries.forEach(async (entry) => { if (entry.isIntersecting) { const swatch = entry.target; const images = swatch.dataset.varimg.split(','); images.forEach((img, index) => { // preload image const link = document.createElement('link'); link.href = buildSrc(img); link.imagesrcset = getSrcset(img); link.imagesizes = cssImageMediaCondition; link.rel = 'preload'; link.as = 'image'; document.getElementsByTagName('head')[0].appendChild(link); }); swatch.removeAttribute('data-varimg'); switchObserver.unobserve(swatch); } }); }; const switchObserver = new IntersectionObserver(preloadBackground, { root: null, // Default is the viewport rootMargin: '30px', threshold: 0.05, // Load image when 10% of the div is visible }); // Sort options function getPageParam() { const urlParams = new URLSearchParams(window.location.search); const pageParam = urlParams.get('page'); return pageParam ? parseInt(pageParam, 10) : 1; } domLoadedPage = getPageParam(); setupSortDropdown('.fs_sort_by_wrap_desktop', '.fs_sort_by_options_desktop', '.fs_sort_by_select_desktop'); const sortBySelect = document.getElementById('sortByDesktop'); let sortByValue = getSortBy(); // call the function and store the returned value sortBySelect.value = sortByValue; // update the desktop dropdown value on page load // update sort mobile dropdown value on page load const validSortOptions = ['price_min_to_max', 'price_max_to_min', 'creation_date', 'relevency']; sortByValue = validSortOptions.includes(sortByValue) ? sortByValue : 'relevency'; const inputField = document.querySelector(`form [data-value="${sortByValue}"]`); if (inputField) { inputField.checked = true; // update the value of the option } else { console.error(`No radio button found with data-value="${sortByValue}"`); } const form = document.getElementById('sortForm'); if (form) { form.addEventListener('change', (event) => { if (event.target.name === 'sort') { const selectedValue = event.target.getAttribute('data-value'); if (selectedValue && validSortOptions.includes(selectedValue)) { setUrlParam('sortBy', selectedValue, true); resetPageAndScroll(); updateOtherDropdown(selectedValue); } } }); } updateOtherDropdown(getSortBy()); if (sortBySelect) { sortBySelect.addEventListener('change', function () { if (sortBySelect.value && validSortOptions.includes(sortBySelect.value)) { setUrlParam('sortBy', sortBySelect.value, true); } }); } // Description 'read more' function toggleReadMore(button) { const container = button.parentNode; const isExpanded = container.getAttribute('aria-expanded') === 'true'; container.setAttribute('aria-expanded', !isExpanded); if (isExpanded) { button.querySelector('.button-text').textContent = 'more'; } else { button.querySelector('.button-text').textContent = 'Show less'; } } function visibleReadMore() { const toggleButtons = document.querySelectorAll('.fs_collection_top_toggle'); toggleButtons.forEach(button => { const description_children = button.previousElementSibling.children; let description_scroll_width = 0; let description_client_width = 0; for(const child of description_children) { description_scroll_width += child.scrollWidth; description_client_width += child.clientWidth; }; button.style.display = (description_scroll_width > description_client_width) ? 'block' : 'none'; }); } window.addEventListener('DOMContentLoaded', visibleReadMore); // category pills GTM const categories = document.querySelectorAll('.category-pills__pill'); let category; let categoryHandle; let categoryId; const pushCategoryPills = (category, categoryHandle, categoryId, typeCategory) => { if (category && categoryHandle && categoryId && typeCategory) { const categoryPills = { event: `categoryPills`, category: category, categoryHandle: categoryHandle, categoryId: categoryId, typeCategory: typeCategory }; window.dataLayer.push(categoryPills); } } categories?.forEach(category => { category.addEventListener('click', function(e) { try { category = e.currentTarget.getAttribute('data-category'); categoryHandle = e.currentTarget.getAttribute('data-collection-handle'); categoryId = e.currentTarget.getAttribute('data-collection-id'); typeCategory = e.currentTarget.getAttribute('data-type-category'); pushCategoryPills(category, categoryHandle, categoryId, typeCategory); } catch (error) { console.error('Error in category click event:', error); } }) })

Product Recommendations

  • Wild Side Cut Out Swimsuit
    Channel your wild side with this side cut out swimsuit! The leopard print one piece features a deep neckline, thin adjustable shoulder straps that lead to a back closure and an open back, trendy side cut outs, cute side ties, and a partial coverage bottom.

    RETURNS ACCEPTED ONLY WHEN ALL TAGS AND HYGIENIC PROTECTION ARE INTACT.

    Model is 5'7" with a 32" bust, 24" waist and 37" hips. She is wearing a size small.

    Style Number/Barcode: 07109-0039

    Category Name: Animal Print & Leather

    Price: $14.97 $38.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Keep It Fierce Crossbody

    Keep all of your essentials with you in this fab and fierce faux leather snake print crossbody! It features a rectangular shape with a fold over design with a gold metal O ring detail and a magnetic closure. The interior features two pockets and has hooks to attach an included faux leather snake print shoulder strap.

    Style Number/Barcode: 07201-0333

    Category Name: Animal Print & Leather

    Price: $7.45 $14.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sass It Up Snake Print Belt

    Sass it up with this trendy snake print faux leather belt! It features a black and white snake print with a large statement square buckle.

    Style Number/Barcode: 07301-0047

    Category Name: Animal Print & Leather

    Price: $4.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Double O Ring Leopard Belt

    Add a touch of wild to your look with this trendy leopard print belt! It features a brown hue animal print, a gold double O ring buckle, and a faux suede material.

    Style Number/Barcode: 07301-1000

    Category Name: Animal Print & Leather

    Price: $6.87 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sassy And Stylin' Belt Variety Pack

    Stay sassy and stylin' with this super cute belt variety pack! The set includes three belts, one featuring a faux leopard print with a gold hued round buckle, the second featuring a thin black hued braided belt with a gold hued square buckle, and the last featuring a basic brown hued belt with a gold hued square buckle. All belts are adjustable. 

    Style Number/Barcode: 07301-1020

    Category Name: Animal Print & Leather

    Price: $3.23 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Sassy Snake Print Belt

    Give your outfit some edge with this sassy snake print belt! It is a faux leather belt featuring a trendy snake print and a gold hued metal buckle.

    Style Number/Barcode: 07301-1027

    Category Name: Animal Print & Leather

    Price: $6.87 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Double O Ring Belt

    Double up your accessory game with this stylish belt! It features a basic snake print belt made of faux leather and a gold double O ring buckle.

    Style Number/Barcode: 07301-1089

    Category Name: Animal Print & Leather

    Price: $4.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Top It Off Cabby Hat

    Top off your fashionable 'fit with this chic cabby hat! It is a traditional style cabby hat with a short black faux leather brim, gold buttons, and a leopard print brushed faux fur crown. Includes a woven lining.

    Style Number/Barcode: 07302-1223

    Category Name: Animal Print & Leather

    Price: $2.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Fierce Fashionista Heels

    You're a fierce fashionista at heart, so showcase that from head to toe! These heels feature a closed pointed toe, a closed back, double straps, one adjustable and around the ankle, and a low block heel. The shoes are composed of a leopard print smooth woven fabric with a faux leather insole.

    Style Number/Barcode: 07401-0027

    Category Name: Animal Print & Leather

    Price: $15.97 $31.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Living In The Spotlight Lucite Heels

    Get the party started in these trendsetting lucite heels! They feature an open back, a narrow adjustable ankle strap, an open toe with single strap design and a clear block heel. They are composed of a faux suede material.

    Style Number/Barcode: 07401-1812

    Category Name: Animal Print & Leather

    Price: $9.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Running Wild Boots

    Let your fierce style run wild in these statement leopard print boots! They feature a below the knee fit, an inner zipper closure, a stiletto heel, a pointed toe, and an all over leopard print. Boots are composed of a faux suede material.

    Style Number/Barcode: 07402-0625

    Category Name: Animal Print & Leather

    Price: $20.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Buckle Down Snake Booties

    Buckle it down as you start a commotion in snake print! These must have booties feature a mid calf fit, an inner zipper closure, a multi strap buckle accent adorned with silver hued studs, a round toe and low block heel. Booties feature an all over snake print pattern composed of a faux leather material.

    Style Number/Barcode: 07403-1112

    Category Name: Animal Print & Leather

    Price: $16.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • X Strap Slip On Sandals

    Slip on this minimal style that packs a lot of comfort! Sandals have a wide X strap design for easy slip-on wear, and an insole with a slight cushion. Sandals are composed of a faux leather material.

    Style Number/Barcode: 07404-0446

    Category Name: Animal Print & Leather

    Price: $12.00 $16.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Dreaming In Faux Suede Booties

    Keep it dreamy and make a bold statement in these chic booties! They feature an around the ankle fit, an inner zipper closure, a pointed toe and a block heel with a metal trim. Booties are composed of a faux suede material. 

    Style Number/Barcode: 07401-1723

    Category Name: Animal Print & Leather

    Price: $23.87 $28.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Leopard Cabby Hat
    Keep it wild and chic in this cute cabby! it features a trendy animal print and a traditional cabby design with a faux patent leather brim interior.

    Style Number/Barcode: 07302-0039

    Category Name: Animal Print & Leather

    Price: $7.97 $15.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sequin Stiletto Snake Booties
    Step aside girl, snake print sequin booties?! YES. Designed with a point toe, an over the ankle fit, and a zipper closure. They feature a sexy high stiletto heel and are composed of a snake print material adorned in clear reflective sequins. Obsessed.

    Style Number/Barcode: 07403-0118

    Category Name: Animal Print & Leather

    Price: $14.97 $38.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Chic And Sassy Mini Dress

    Get a chic yet still sassy look with this trendy printed mini! The dress features a mock neck, back button closures at the neck followed by a keyhole cut out, long fitted sleeves with thumb holes, and a short, curve hugging fit. The dress is composed of a brushed knit fabric with plenty of stretch.

    Model is 5’7” with a 34” bust, 24" waist, and 36” hips. She is wearing a size small.

    Style Number/Barcode: 05102-0121

    Category Name: Animal Print & Leather

    Price: $9.97 $27.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Wild Child Bodycon Mini Dress

    Stay fierce in a dress as wild as you! This bodycon features elasticized spaghetti straps and a square neckline. Cut to a flirty mini length, this piece is composed of a brushed knit fabric that offers a form-hugging fit with a moderate stretch. Dress also includes a knit lining.

    Model is 5'7" with a 34" bust, 24" waist and 36" hips. She is wearing a size small.

    Style Number/Barcode: 05102-0152

    Category Name: Animal Print & Leather

    Price: $11.97 $29.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Fierce Leopard Faux Fur Jacket

    Keep it fierce and fab in this wildly-inspired jacket! It features a flat collar, a drape open front, long sleeves, hidden side pockets and a mid-thigh length. The all over leopard print features neutral hues. Jacket is composed of soft to the touch faux fur fabric that offers a relaxed fit with minimal stretch. Includes a smooth nylon-knit lining.

    Model is 5'9" with a 32" bust, 24.5" waist and 35" hips. She is wearing a size small.

    Style Number/Barcode: 06201-0004

    Category Name: Animal Print & Leather

    Price: $16.97 $44.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sherpa Leopard Bomber Jacket

    Get cozy in a jacket with fierce style! This bomber is designed with a drawstring hood, a zip down front, pockets, a full lining, and long sleeves. Composed of a faux fur Sherpa that is super soft and hem hits right at the waist, and is banded. 

    Model is 5'6.5" with a 32" bust, 23.5" waist and 35" hips. She is wearing a size small.

    Style Number/Barcode: 06201-0002

    Category Name: Animal Print & Leather

    Price: $9.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Keep It Wild Bodysuit
    It is no secret that animal print is the go to this season! This bodysuit features a deep V neckline, long sleeves with elastic wrists, and a cheeky bottom with a double snap closure. Bodysuit is composed of a material that offers a smooth lightweight feel with ability to stretch.

    Style Number/Barcode: 06003-0044

    Category Name: Animal Print & Leather

    Price: $9.97 $29.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Of The Moment Crop Top
    Hey girl, we know you're the trendsetter of your squad, so you need this off the moment crop! The top features a collar, a deep V neckline with a twist front detail at the hem, long sleeves with buttons to cuff, and a cropped fit with a back elastic banded hem. The top is composed of a lightweight, airy woven snake print fabric with no stretch.

    Style Number/Barcode: 06003-0157

    Category Name: Animal Print & Leather

    Price: $11.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Wild And Fierce Bustier

    You like your style to be a little wild and a lot fierce, so this printed bustier is a perfect match for you. It features a sleeveless bodice, adjustable spaghetti straps that lead to a square back with a zipper closure, a structured sweetheart neckline, and a cropped hem.

    Style Number/Barcode: 06003-0098

    Category Name: Animal Print & Leather

    Price: $11.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • The Drama Bell Sleeve Bodysuit

    Bring the drama in a bodysuit that screams straight QUEEN!! Designed with a deep v neckline, and long flared bell sleeves. Bodysuit is fully lined, padded at the shoulders, and leads to a thing bottom with a double snap closure. Composed of a soft chiffon material that offers a relaxed fit with slight stretch. 

    Model is 5'8" with a 34" bust,  24" waist and 34" hips. She is wearing a size small.  

    Style Number/Barcode: 06003-0108

    Category Name: Animal Print & Leather

    Price: $11.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance