Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (2025)

Save Up to 50% Off!

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (1)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (2)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (3)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (4)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (5)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (6)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (7)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (8)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (9)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (10)

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (11)

Price
$418

In stock

In Stock Available and ready to ship from our warehouse.

Meet the T45 Clipper.Features & Benefits:

  • Black Titanium Metal Injection Molded (MIM) Fade Blade
  • 5-Position Locking Stretch Taper Lever
  • Dual High-Capacity Lithium-Ion Batteries
  • Up to 4 Hours of Runtime
  • Compact Ergonomic Design
  • Rubber Grip and Secure FingerGrooves for Comfort and Control
  • Wireless Charging Compatible
  • DS1 Dual-Speed Motor
  • High Speed — 7,500 RPM
  • Low Speed — 6,800 RPM
  • Battery-Level LEDIndicator Screen
  • Includes 6 Precision CombAttachments
  • USB-C and FXCORD Compatible for Cord/ Cordless Use

Meet the T45 Trimmer.Features & Benefits:

  • Reversed Blade Orientation - Engineered for Line-Ups
  • Deep-Tooth MetalInjection Molded (MIM) T-Blade
  • Lower Blade Temperature
  • Built-In Oil Reservoir forConstant Lubrication
  • Zero Gap Adjustable
  • High-Capacity Lithium-Ion Battery
  • Up to 3 Hours of Runtime
  • Compact Ergonomic Design
  • Rubber Grip and Secure FingerGrooves for Comfort and Control
  • Magnetic Hair Pocket Door
  • Wireless Charging Compatible
  • DS1 Dual-Speed Motor
  • High Speed — 7,500 RPM
  • Low Speed — 6,800 RPM
  • Battery-Level LED Indicator Screent

Features & Benefits:

  • USB-C Cord Compatible (Not Included)
  • Compatible with BaBylissPRO®Tomb45® Clipper (FXT45C) andTrimmer (FXT45T) (Sold Separately)
  • Tool Automatically Turns OffWhen Placed on Mat
  • Charge Any Wireless-ChargingCompatible Device
  • LED Rim Indicates ActiveCharging
  • Align Base of Tool withCenter of Charging Circle

" );// // How to remove the arrow and only show it on the selected tab?// }// })( jQuery ); $( function() { $( "#tabs" ).tabs().addClass( "ui-tabs-vertical ui-helper-clearfix" ); $( "#tabs li" ).removeClass( "ui-corner-top" ).addClass( "ui-corner-left" ); } );$( function() { $( "#tabs-inner" ).tabs(); } ); $(document).ready(function(){console.log("logg.."); setTimeout(function() { $(".\#container").addClass("container"); }, 2000);const container = document.getElementById("gallery-container");lightGallery(container, { speed: 500, plugins: [lgZoom, lgFullscreen]});const requestFullScreen = () => { const el = document.documentElement; if (el.requestFullscreen) { el.requestFullscreen(); } else if (el.msRequestFullscreen) { el.msRequestFullscreen(); } else if (el.mozRequestFullScreen) { el.mozRequestFullScreen(); } else if (el.webkitRequestFullscreen) { el.webkitRequestFullscreen(); }};container.addEventListener("lgAfterOpen", () => { requestFullScreen();}); // var native_width = 0;// var native_height = 0;// $(".large").css("background","url('" + $(".small").attr("src") + "') no-repeat");// //Now the mousemove function// $(".magnify").mousemove(function(e){// //When the user hovers on the image, the script will first calculate// //the native dimensions if they don't exist. Only after the native dimensions// //are available, the script will show the zoomed version.// if(!native_width && !native_height)// {// //This will create a new image object with the same image as that in .small// //We cannot directly get the dimensions from .small because of the // //width specified to 200px in the html. To get the actual dimensions we have// //created this image object.// var image_object = new Image();// image_object.src = $(".small").attr("src");// //This code is wrapped in the .load function which is important.// //width and height of the object would return 0 if accessed before // //the image gets loaded.// native_width = image_object.width;// native_height = image_object.height;// }// else// {// //x/y coordinates of the mouse// //This is the position of .magnify with respect to the document.// var magnify_offset = $(this).offset();// //We will deduct the positions of .magnify from the mouse positions with// //respect to the document to get the mouse positions with respect to the // //container(.magnify)// var mx = e.pageX - magnify_offset.left;// var my = e.pageY - magnify_offset.top;// //Finally the code to fade out the glass if the mouse is outside the container// if(mx < $(this).width() && my < $(this).height() && mx > 0 && my > 0)// {// $(".large").fadeIn(100);// }// else// {// $(".large").fadeOut(100);// }// if($(".large").is(":visible"))// {// //The background position of .large will be changed according to the position// //of the mouse over the .small image. So we will get the ratio of the pixel// //under the mouse pointer with respect to the image and use that to position the // //large image inside the magnifying glass// var rx = Math.round(mx/$(".small").width()*native_width - $(".large").width()/2)*-1;// var ry = Math.round(my/$(".small").height()*native_height - $(".large").height()/2)*-1;// var bgp = rx + "px " + ry + "px";// //Time to move the magnifying glass with the mouse// var px = mx - $(".large").width()/1.2;// var py = my - $(".large").height()/2;// //Now the glass moves with the mouse// //The logic is to deduct half of the glass's width and height from the // //mouse coordinates to place it with its center at the mouse coordinates// //If you hover on the image now, you should see the magnifying glass in action// $(".large").css({left: px, top: py, backgroundPosition: bgp});// $('.small').addClass('dim-small');// }// }// })});

6 people are viewing this product right now.

You may also like

Hot Deals We showcase exclusive promotions and discounts on a wide range of products. It's the perfect place to find amazing deals that will save you money while shopping. Shop Now
Hair Care Discover the secrets to luscious locks with our comprehensive Hair Care category, offering a range of products and tips to nourish and style your hair effortlessly. From rejuvenating shampoos to innovative styling tools, unlock the potential of your tresses and achieve salon-worthy results at home. Shop Now
Sundries Explore our Sundries category, your one-stop destination for all your everyday essentials. For all your salon use, find everything you need to make your daily routine more convenient and enjoyable, all in one place. Shop Now
Styling Unleash your creativity and achieve the perfect hairstyle with our Styling category, offering a wide range of products including hairspray, pomade, and texture creme. From adding volume and hold to creating texture and definition, our selection of styling products will help you express your unique style and effortlessly elevate your look. Shop Now
Barber Tools Discover the art of precision grooming with our Barber Tools category, featuring high-quality instruments designed for professional barbers and enthusiasts alike. From top-of-the-line clippers to specialized razors, equip yourself with the tools needed to achieve impeccable cuts and masterful grooming techniques. Shop Now

Info & Help

Useful

  • Returns Policy
  • Terms Of Use
  • Privacy Policy

Our Newsletter

Ensure you're receiving our notifications about deals, new releases, and more by subscribing!

© 2025 Salon Backbar. All rights reserved.

Babyliss Tomb 45 T45 Clipper & T45 Trimmer Combo (FXT45C) (FXT45T) (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Reed Wilderman

Last Updated:

Views: 5622

Rating: 4.1 / 5 (52 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Reed Wilderman

Birthday: 1992-06-14

Address: 998 Estell Village, Lake Oscarberg, SD 48713-6877

Phone: +21813267449721

Job: Technology Engineer

Hobby: Swimming, Do it yourself, Beekeeping, Lapidary, Cosplaying, Hiking, Graffiti

Introduction: My name is Reed Wilderman, I am a faithful, bright, lucky, adventurous, lively, rich, vast person who loves writing and wants to share my knowledge and understanding with you.