Nail Files & Tools | Leighton Denny (2025)

  • About
  • Contact

Nail Files & Tools | Leighton Denny (1)

  • New in
  • nail polish & Partners

    Nail Illuminators
    Supernatural Nudes
  • Nail Treatments

    Nail Treatments

    • See All Nail Treatments
    • Ridged, peeling nails - Renovate
    • Damaged nails - Nail Rebirth
    • Brittle, dry nails - Hydra Flex
    • Weak, fragile nails - Active Build
    • Cuticle Care
    rebirth
    rock solid
  • About
  • Contact

Log in Bag

Nail Files & Tools | Leighton Denny (6)

free gift when you spend £40+

Essential manicure and pedicure tools, including the award-winning Crystal Nail File, to help keep nails, cuticles, heels and soles in perfect shape.

Nail Treatments
All Nail Polish

{ const PageMediaQuery = window.matchMedia('(max-width: 990px)') let queryString; if(PageMediaQuery.matches) { queryString = new URLSearchParams(new FormData($refs.mobile_form)).toString(); } else { queryString = new URLSearchParams(new FormData($refs.filter_form)).toString(); } const index = selectedFilters.indexOf($event.target.value); if (index > -1) { // only splice array when item is found selectedFilters.splice(index, 1); // 2nd parameter means remove one item only }else{ selectedFilters.push($event.target.value.trim()) } if (!queryString.includes('availability')){ query = queryString + '&filter.v.availability=1' }else{ query = queryString } loading = true; localStorage.setItem('selected_filters', JSON.stringify(selectedFilters)) if (!selectedFilters.length){ query = '' } fetch(`/collections/nail-files-tools?` + query) .then(response => response.text()) .then(data => { let html_div = document.createElement('div'); html_div.innerHTML = data; let html_dom = html_div.querySelector('#ProductGridContainer').innerHTML; document.querySelector('#ProductGridContainer').innerHTML = html_dom; let filter_html = html_div.querySelector('.mobile-filters__container').innerHTML; document.querySelector('.mobile-filters__container').innerHTML = filter_html; // update url without refreshing the page history.pushState(null, null, '?' + query); if ($event.target.checked){ currentColor.push($event.target.value) }else{ const indexToRemove = currentColor.indexOf($event.target.value); if (indexToRemove !== -1) { currentColor.splice(indexToRemove, 1); } } document.querySelectorAll('#product_grid details').forEach((details) => { details.open=window.matchMedia('(min-width: 990px)').matches; }) const elements = document.querySelectorAll('.product_card--content'); let maxHeight = 0; elements.forEach(element => { const height = element.clientHeight; if (height > maxHeight) { maxHeight = height; } }); if (window.innerWidth <= 991){ elements.forEach(element => { element.style.minHeight = maxHeight + 'px' }); } }) .catch(error => console.error('Error:', error)) .finally(() => loading = false); }) " @filter-clear.window=" $nextTick(() => { loading = true; selectedFilters = [] localStorage.setItem('selected_filters', JSON.stringify(selectedFilters)) fetch(`/collections/nail-files-tools`) .then(response => response.text()) .then(data => { let html_div = document.createElement('div'); html_div.innerHTML = data; let html_dom = html_div.querySelector('#ProductGridContainer').innerHTML; let filter_html = html_div.querySelector('.mobile-filters__container').innerHTML; document.querySelector('.mobile-filters__container').innerHTML = filter_html; document.querySelector('#ProductGridContainer').innerHTML = html_dom; // update url without refreshing the page history.pushState(null, null, '/collections/nail-files-tools'); document.querySelectorAll('#product_grid details').forEach((details) => { if (window.matchMedia('(min-width: 990px)').matches) { details.open = true } else { details.open = false } }) const elements = document.querySelectorAll('.product_card--content'); let maxHeight = 0; elements.forEach(element => { const height = element.clientHeight; if (height > maxHeight) { maxHeight = height; } }); if (window.innerWidth <= 991){ elements.forEach(element => { element.style.minHeight = maxHeight + 'px' }); } }) .catch(error => console.error('Error:', error)) .finally(() => { let queryString = new URLSearchParams(new FormData($refs.filter_form)).toString(); query = queryString loading = false }); }) " @filter-push.window=" $nextTick(() => { loading = true; const index = selectedFilters.indexOf($event.target.getAttribute('data-selected-filter-value')); if (index > -1) { // only splice array when item is found selectedFilters.splice(index, 1); // 2nd parameter means remove one item only } localStorage.setItem('selected_filters', JSON.stringify(selectedFilters)) let fetchUrl = '' if (!selectedFilters.length){ fetchUrl = $event.detail.new_url.split('?').slice(0, -1)[0] }else{ fetchUrl = $event.detail.new_url } fetch(fetchUrl) .then(response => response.text()) .then(data => { let html_div = document.createElement('div'); html_div.innerHTML = data; let html_dom = html_div.querySelector('#ProductGridContainer').innerHTML; document.querySelector('#ProductGridContainer').innerHTML = html_dom; let filter_html = html_div.querySelector('.mobile-filters__container').innerHTML; document.querySelector('.mobile-filters__container').innerHTML = filter_html; // update url without refreshing the page history.pushState(null, null, fetchUrl); document.querySelectorAll('#product_grid details').forEach((details) => { if (window.matchMedia('(min-width: 990px)').matches) { details.open = true } else { details.open = false } }) const elements = document.querySelectorAll('.product_card--content'); let maxHeight = 0; elements.forEach(element => { const height = element.clientHeight; if (height > maxHeight) { maxHeight = height; } }); if (window.innerWidth <= 991){ elements.forEach(element => { element.style.minHeight = maxHeight + 'px' }); } }) .catch(error => console.error('Error:', error)) .finally(() => { let queryString = new URLSearchParams(new FormData($refs.filter_form)).toString(); query = queryString loading = false }); }) " @filter-more.window=" $nextTick(() => { loading = true; fetch($event.detail.new_url) .then(response => response.text()) .then(data => { let html_div = document.createElement('div'); html_div.innerHTML = data; const button = document.querySelector('#product_pagination .button'); const href = button.getAttribute('href'); const url = new URL(href, window.location.origin); const pageValue = url.searchParams.get('page'); if(pageValue && parseInt(pageValue) === parseInt(button.getAttribute('data-total-pages'))) { document.querySelector('#product_pagination').style.display = 'none'; } let html_dom = html_div.querySelector('#product_grid').innerHTML; document.querySelector('#product_grid').innerHTML += html_dom; showingProductsCount = document.querySelectorAll('.product-card').length calculateProgressBarWidth(showingProductsCount) //document.querySelector('#product_grid').innerHTML = html_dom; if (html_div.querySelector('#product_pagination')){ let pagination_dom = html_div.querySelector('#product_pagination').innerHTML; if(document.querySelector('#product_pagination')) { document.querySelector('#product_pagination').innerHTML = pagination_dom; } } document.querySelectorAll('#product_grid details').forEach((details) => { if (window.matchMedia('(min-width: 990px)').matches) { details.open = true } else { details.open = false } }) const elements = document.querySelectorAll('.product_card--content'); let maxHeight = 0; elements.forEach(element => { const height = element.clientHeight; if (height > maxHeight) { maxHeight = height; } }); elements.forEach(element => { element.style.minHeight = maxHeight + 'px' }); }) .catch(error => console.error('Error:', error)) .finally(() => loading = false); }) " >

24 products

24 products

  • award-winning

    Nail Files & Tools | Leighton Denny (13)

    Nail Files & Tools | Leighton Denny (14)

    £10.00

  • award-winning

    Nail Files & Tools | Leighton Denny (15)

    Nail Files & Tools | Leighton Denny (16)

    £13.00

  • award-winning

    new

    Nail Files & Tools | Leighton Denny (17)

    Nail Files & Tools | Leighton Denny (18)

    £16.00

  • award-winning

    Nail Files & Tools | Leighton Denny (19)

    Nail Files & Tools | Leighton Denny (20)

    £18.00

  • award-winning

    new

    Nail Files & Tools | Leighton Denny (21)

    Nail Files & Tools | Leighton Denny (22)

    Crystal Nail File Set £30.00

  • award-winning

    Nail Files & Tools | Leighton Denny (23)

    Nail Files & Tools | Leighton Denny (24)

    Small Crystal Nail File Duo (135mm) SPECIAL VALUE £20.00

  • award-winning

    Nail Files & Tools | Leighton Denny (25)

    Nail Files & Tools | Leighton Denny (26)

    Large Crystal Nail File Duo (195mm) SPECIAL VALUE £28.00

  • new

    Nail Files & Tools | Leighton Denny (27)

    Nail Files & Tools | Leighton Denny (28)

    Express Brightening Manicure Set £25.00

  • award-winning

    Nail Files & Tools | Leighton Denny (29)

    Nail Files & Tools | Leighton Denny (30)

    Renovate Nail Facial SPECIAL VALUE £40.00

  • award-winning

    Nail Files & Tools | Leighton Denny (31)

    Nail Files & Tools | Leighton Denny (32)

    Nail Transformation Kit SPECIAL VALUE £33.00

  • Nail Files & Tools | Leighton Denny (33)

    Nail Files & Tools | Leighton Denny (34)

    Duplex Buffer (Two Pack) £9.00

  • award-winning

    Nail Files & Tools | Leighton Denny (35)

    Nail Files & Tools | Leighton Denny (36)

    Trio Miracle Buffer £6.00

  • award-winning

    Nail Files & Tools | Leighton Denny (37)

    Nail Files & Tools | Leighton Denny (38)

    £7.00

  • Nail Files & Tools | Leighton Denny (39)

    Nail Files & Tools | Leighton Denny (40)

    Hoof Stick £3.00

  • Nail Files & Tools | Leighton Denny (41)

    Nail Files & Tools | Leighton Denny (42)

    Mini Mani Rescue Kit Manicure Set (5 piece) £18.00

  • Nail Files & Tools | Leighton Denny (43)

    Nail Files & Tools | Leighton Denny (44)

    Wide brush (pack of 4) £1.00

  • Nail Files & Tools | Leighton Denny (45)

    Nail Files & Tools | Leighton Denny (46)

    Smooth Your Sole Hard Skin Remover £7.00

  • new

    Nail Files & Tools | Leighton Denny (47)

    Nail Files & Tools | Leighton Denny (48)

    Crystal Foot File 180mm £22.00

  • new

    Nail Files & Tools | Leighton Denny (49)

    Nail Files & Tools | Leighton Denny (50)

    Pedicure Essentials SPECIAL VALUE £27.00

  • Nail Files & Tools | Leighton Denny (51)

    Nail Files & Tools | Leighton Denny (52)

    Small Case (for Crystal Nail File 135mm) £3.00

award-winning nail care

Your nail transformation starts here.

SHOP NAIL CARE

Sign up to our newsletter

For nail care tips, special offers and the latest product news. Sign up now and get 10% off your first order.

Thank you for subscribing.

Nail Files & Tools | Leighton Denny (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Prof. Nancy Dach

Last Updated:

Views: 5614

Rating: 4.7 / 5 (57 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Prof. Nancy Dach

Birthday: 1993-08-23

Address: 569 Waelchi Ports, South Blainebury, LA 11589

Phone: +9958996486049

Job: Sales Manager

Hobby: Web surfing, Scuba diving, Mountaineering, Writing, Sailing, Dance, Blacksmithing

Introduction: My name is Prof. Nancy Dach, I am a lively, joyous, courageous, lovely, tender, charming, open person who loves writing and wants to share my knowledge and understanding with you.