Traub Machine Collets

9 products

Showing 1 - 9 of 9 products
View
Traub Collet Fingers - RR Brand | RRToolStore
RR BRAND Traub Collet Fingers
From ₹ 259 excl. GST
Choose options
A25 | Round | Traub Machine Collet
RR BRAND A25 | Round | Traub Machine Collet
₹ 339 excl. GST
Choose options
A25 | Hex | Traub Machine Collet | RR Brand
RR BRAND A25 | Hex | Traub Machine Collet
₹ 769 excl. GST
A25 | Sqaure | Traub Machine Collet | RR Brand
RR BRAND A25 | Square | Traub Machine Collet
₹ 769 excl. GST
A15 | Round | Traub Machine Collet | RR Brand
RR BRAND A15 | Round | Traub Machine Collet
₹ 949 excl. GST
A30 | Round | Traub Machine Collet | RR Brand
RR BRAND A30 | Round | Traub Machine Collet
₹ 949 excl. GST
A32 | Round | Traub Machine Collet | RR Brand
RR BRAND A32 | Round | Traub Machine Collet
₹ 949 excl. GST
A42 | Round | Traub Machine Collet | RR Brand
RR BRAND A42 | Round | Traub Machine Collet
₹ 949 excl. GST
A60 | Round | Traub Machine Collet | RR Brand
RR BRAND A60 | Round | Traub Machine Collet
₹ 949 excl. GST

Recently viewed

/* theme.scss.liquid or styles.css */ .collection-container { display: flex; flex-wrap: wrap; } .collection-item { width: 33.33%; /* Adjust the width as needed for a 3-column layout */ margin: 20px 0; position: relative; overflow: hidden; } .collection-image { width: 100%; padding-bottom: 76.96%; /* Maintain aspect ratio for the image */ position: relative; border: 1px solid #f0f0f0; /* Border color */ } .collection-details { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; } .collection-name { background-color: #f0f0f0; /* Background color for the name box */ color: #112030; /* Text color for the name */ padding: 10px; margin: 0; width: 298.4px; height: 51.2px; } .collection-box { background-color: #f0f0f0; /* Background color for the description box */ padding: 15px; margin: 0; width: 318.4px; } .collection-description { margin: 0; } .view-more-button { display: block; background-color: #112030; /* Button background color */ color: #fff; /* Button text color */ padding: 10px; text-align: center; text-decoration: none; width: 318.4px; margin-top: 15px; } .view-more-button:hover { background-color: #000; /* Button background color on hover */ }