SucceBuy Electric Wire Stripping Machine Cable Stripper 1.5-38mm 11 Channels Acrylic+Aluminum W/Blade for Scrap Copper Recycling

/* ============================================================ AMOCART.COM — Product Page Styles Brand colour: #E92C44 ============================================================ */ :root { --ac-brand: #E92C44; --ac-brand-dark: #c01e33; --ac-brand-light: #fdedef; --ac-text: #1a1a1a; --ac-text-muted: #6b7280; --ac-border: #e5e7eb; --ac-bg: #ffffff; --ac-bg-soft: #f9fafb; --ac-success: #16a34a; --ac-warning: #d97706; --ac-radius: 8px; --ac-radius-lg: 12px; --ac-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05); --ac-transition: 0.18s ease; } /* ── BREADCRUMB ── */ .amocart-breadcrumb { background: var(--ac-bg-soft); border-bottom: 1px solid var(--ac-border); padding: 10px 0; font-size: 13px; } .amocart-breadcrumb__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; } .amocart-breadcrumb__item { display: flex; align-items: center; gap: 4px; color: var(--ac-text-muted); } .amocart-breadcrumb__item::before { content: '/'; color: #d1d5db; } .amocart-breadcrumb__item:first-child::before { display: none; } .amocart-breadcrumb__link { color: var(--ac-text-muted); text-decoration: none; transition: color var(--ac-transition); } .amocart-breadcrumb__link:hover { color: var(--ac-brand); } .amocart-breadcrumb__item--active { color: var(--ac-text); font-weight: 500; } /* ── MAIN PRODUCT LAYOUT ── */ .amocart-product-page { padding: 28px 0 40px; } .amocart-product-page__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; } @media (min-width: 1280px) { .amocart-product-page__grid { grid-template-columns: 7fr 5fr; gap: 48px; } } @media (max-width: 991px) { .amocart-product-page__grid { grid-template-columns: 1fr; gap: 24px; } } /* ── STICKY INFO COL ── */ .amocart-product-page__info-col--sticky { position: sticky; top: 80px; } @media (max-width: 991px) { .amocart-product-page__info-col--sticky { position: static; } } /* ── PROOF STRIP (below gallery) ── */ .amocart-proof-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; padding: 12px 14px; background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius); } .amocart-proof-strip__item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ac-text-muted); } /* ── PRODUCT TYPE ── */ .amocart-product-type__link { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--ac-brand); text-decoration: none; border: 1px solid var(--ac-brand); border-radius: 100px; padding: 2px 10px; } .amocart-product-type__link:hover { background: var(--ac-brand-light); } /* ── TITLE BLOCK ── */ .amocart-product-title { font-size: clamp(20px, 3vw, 26px); font-weight: 700; line-height: 1.3; color: var(--ac-text); margin: 0 0 10px; } .amocart-rating-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; margin-bottom: 4px; } .amocart-stars { display: flex; align-items: center; gap: 1px; } .amocart-star { fill: #fbbf24; } .amocart-star--empty { fill: #d1d5db; } .amocart-rating-link { color: var(--ac-text-muted); text-decoration: underline; } .amocart-rating-link:hover { color: var(--ac-brand); } .amocart-rating-sep { color: var(--ac-border); } .amocart-vendor { color: var(--ac-text-muted); } .amocart-vendor__link { color: var(--ac-brand); text-decoration: none; } .amocart-vendor__link:hover { text-decoration: underline; } /* ── PRICE BLOCK ── */ .amocart-price-block { background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); padding: 16px 18px; } .amocart-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; } .amocart-price { font-size: 28px; font-weight: 700; color: var(--ac-brand); line-height: 1; } .amocart-price--compare { font-size: 17px; color: var(--ac-text-muted); text-decoration: line-through; } .amocart-savings-badge { font-size: 12px; font-weight: 700; background: var(--ac-brand); color: #fff; padding: 2px 8px; border-radius: 100px; } .amocart-price-tax { font-size: 12px; color: var(--ac-text-muted); margin: 0 0 10px; } .amocart-price-tax a { color: var(--ac-brand); } /* Stock indicator */ .amocart-stock { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; } .amocart-stock__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; } .amocart-stock__dot--in { background: var(--ac-success); } .amocart-stock__dot--low { background: var(--ac-warning); } .amocart-stock__dot--out { background: #ef4444; } .amocart-stock__text--in { color: var(--ac-success); } .amocart-stock__text--low { color: var(--ac-warning); } .amocart-stock__text--out { color: #ef4444; } /* ── VARIANTS ── */ .amocart-variants { margin-bottom: 16px; } .amocart-option { margin-bottom: 14px; } .amocart-option__label-row { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; } .amocart-option__label { font-size: 13px; font-weight: 600; color: var(--ac-text); } .amocart-option__selected { font-size: 13px; color: var(--ac-text-muted); } /* Swatches */ .amocart-swatch-list { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-swatch { position: relative; cursor: pointer; border-radius: 50%; } .amocart-swatch__input { position: absolute; opacity: 0; width: 0; height: 0; } .amocart-swatch__color { display: block; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--ac-border); background-size: cover; background-position: center; transition: border-color var(--ac-transition), transform var(--ac-transition); } .amocart-swatch:hover .amocart-swatch__color { transform: scale(1.1); border-color: var(--ac-text-muted); } .amocart-swatch--active .amocart-swatch__color { border: 3px solid var(--ac-brand); } .amocart-swatch__tooltip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--ac-text); color: #fff; font-size: 11px; padding: 3px 7px; border-radius: 4px; white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity var(--ac-transition); } .amocart-swatch:hover .amocart-swatch__tooltip { opacity: 1; } /* Button options */ .amocart-btn-option-list { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-btn-option { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 38px; padding: 0 14px; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); font-size: 13px; cursor: pointer; transition: border-color var(--ac-transition), background var(--ac-transition), color var(--ac-transition); user-select: none; color: var(--ac-text); background: var(--ac-bg); } .amocart-btn-option__input { display: none; } .amocart-btn-option:hover { border-color: var(--ac-brand); color: var(--ac-brand); } .amocart-btn-option--active { border-color: var(--ac-brand); background: var(--ac-brand-light); color: var(--ac-brand); font-weight: 600; } /* Select */ .amocart-select-wrap { position: relative; display: inline-block; } .amocart-select { appearance: none; -webkit-appearance: none; background: var(--ac-bg); border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); padding: 9px 36px 9px 12px; font-size: 14px; color: var(--ac-text); cursor: pointer; min-width: 140px; transition: border-color var(--ac-transition); } .amocart-select:focus { outline: none; border-color: var(--ac-brand); } .amocart-select-caret { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--ac-text-muted); } /* ── QUANTITY STEPPER ── */ .amocart-qty-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; } .amocart-qty__label { font-size: 13px; font-weight: 600; white-space: nowrap; } .amocart-qty-stepper { display: inline-flex; align-items: stretch; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-qty-stepper__btn { background: var(--ac-bg-soft); border: none; width: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ac-text); transition: background var(--ac-transition); } .amocart-qty-stepper__btn:hover { background: var(--ac-border); } .amocart-qty-stepper__input { width: 50px; text-align: center; border: none; border-left: 1px solid var(--ac-border); border-right: 1px solid var(--ac-border); font-size: 15px; font-weight: 600; color: var(--ac-text); -moz-appearance: textfield; } .amocart-qty-stepper__input::-webkit-inner-spin-button, .amocart-qty-stepper__input::-webkit-outer-spin-button { -webkit-appearance: none; } .amocart-qty-stepper__input:focus { outline: none; } /* ── CTA BUTTONS ── */ .amocart-cta-group { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; } .amocart-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: var(--ac-radius); font-size: 15px; font-weight: 700; cursor: pointer; border: none; transition: background var(--ac-transition), transform var(--ac-transition), box-shadow var(--ac-transition); text-decoration: none; width: 100%; letter-spacing: .01em; } .amocart-btn--primary { background: var(--ac-brand); color: #fff; } .amocart-btn--primary:hover { background: var(--ac-brand-dark); box-shadow: 0 4px 14px rgba(233,44,68,.35); transform: translateY(-1px); } .amocart-btn--primary:active { transform: translateY(0); box-shadow: none; } .amocart-btn--primary:disabled { background: #d1d5db; color: #9ca3af; cursor: not-allowed; box-shadow: none; transform: none; } /* Dynamic checkout button override */ .amocart-cta-group .shopify-payment-button { width: 100%; } .amocart-cta-group .shopify-payment-button__button { width: 100%; border-radius: var(--ac-radius) !important; } /* ── SECONDARY ACTIONS ── */ .amocart-secondary-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 6px 0; border-top: 1px solid var(--ac-border); } .amocart-secondary-action { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--ac-text-muted); background: none; border: none; cursor: pointer; padding: 0; transition: color var(--ac-transition); } .amocart-secondary-action:hover { color: var(--ac-brand); } .amocart-secondary-action-sep { color: var(--ac-border); } /* ── TRUST BADGES ── */ .amocart-trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 6px; padding: 14px; background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); } .amocart-trust-badge { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; } .amocart-trust-badge svg { flex-shrink: 0; margin-top: 1px; } .amocart-trust-badge strong { display: block; font-size: 13px; font-weight: 600; color: var(--ac-text); margin-bottom: 1px; } .amocart-trust-badge span { color: var(--ac-text-muted); line-height: 1.4; } @media (max-width: 479px) { .amocart-trust-badges { grid-template-columns: 1fr; } } /* ── DESCRIPTION ── */ .amocart-description { border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); overflow: hidden; } .amocart-description__heading { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ac-text); margin: 0; padding: 14px 18px; background: var(--ac-bg-soft); border-bottom: 1px solid var(--ac-border); } .amocart-description__body { padding: 16px 18px; font-size: 14px; line-height: 1.7; color: #374151; } /* ── COLLAPSIBLE TABS ── */ .amocart-collapsible { border: 1px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-collapsible + .amocart-collapsible { border-top: none; } .amocart-collapsible__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--ac-bg-soft); border: none; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--ac-text); text-align: left; transition: background var(--ac-transition); } .amocart-collapsible__trigger:hover { background: #f0f0f0; } .amocart-collapsible__icon { flex-shrink: 0; transition: transform 0.2s ease; } .amocart-collapsible__panel { border-top: 1px solid var(--ac-border); } .amocart-collapsible__content { padding: 16px 18px; font-size: 14px; line-height: 1.7; color: #374151; } /* ── PRODUCT ORGANISATION / TAGS ── */ .amocart-org-block { font-size: 13px; border: 1px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-org-row { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border-bottom: 1px solid var(--ac-border); } .amocart-org-row:last-child { border-bottom: none; } .amocart-org-row--wrap { align-items: flex-start; flex-wrap: wrap; } .amocart-org-label { font-weight: 600; color: var(--ac-text-muted); white-space: nowrap; min-width: 80px; } .amocart-org-value { color: var(--ac-text); } .amocart-org-value--link { color: var(--ac-brand); text-decoration: none; } .amocart-org-value--link:hover { text-decoration: underline; } .amocart-org-tags { display: flex; flex-wrap: wrap; gap: 6px; } .amocart-tag-pill { font-size: 11px; font-weight: 500; padding: 3px 10px; border: 1px solid var(--ac-border); border-radius: 100px; color: var(--ac-text-muted); text-decoration: none; background: var(--ac-bg); transition: border-color var(--ac-transition), color var(--ac-transition); } .amocart-tag-pill:hover { border-color: var(--ac-brand); color: var(--ac-brand); } /* ── COUNTDOWN ── */ .amocart-countdown { background: var(--ac-brand-light); border: 1px solid #fca5b3; border-radius: var(--ac-radius); padding: 14px 16px; } .amocart-countdown__label { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ac-brand-dark); margin: 0 0 10px; } .amocart-countdown__timer { display: flex; align-items: center; gap: 8px; } .amocart-countdown__unit { display: flex; flex-direction: column; align-items: center; background: var(--ac-brand); color: #fff; border-radius: var(--ac-radius); min-width: 52px; padding: 8px 12px 6px; } .amocart-countdown__num { font-size: 22px; font-weight: 800; line-height: 1; } .amocart-countdown__name { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; } .amocart-countdown__sep { font-size: 22px; font-weight: 700; color: var(--ac-brand); } /* ── SHARE ── */ .amocart-share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; } .amocart-share__label { font-weight: 600; color: var(--ac-text); } .amocart-share__buttons { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-share__btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; text-decoration: none; cursor: pointer; border: 1.5px solid var(--ac-border); background: var(--ac-bg); color: var(--ac-text-muted); transition: all var(--ac-transition); } .amocart-share__btn:hover { border-color: var(--ac-brand); color: var(--ac-brand); } .amocart-share__btn--fb:hover { background: #1877f2; border-color: #1877f2; color: #fff; } .amocart-share__btn--tw:hover { background: #000; border-color: #000; color: #fff; } .amocart-share__btn--wa:hover { background: #25d366; border-color: #25d366; color: #fff; } /* ── REVIEW PLACEHOLDER ── */ .amocart-review-placeholder { border: 1px dashed var(--ac-border); border-radius: var(--ac-radius); padding: 14px 16px; } .amocart-review-placeholder__inner { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ac-text-muted); } /* ── DIVIDER ── */ .amocart-divider { width: 100%; } /* ── DELIVERY STRIP ── */ .amocart-delivery-strip { background: var(--ac-bg-soft); border-top: 1px solid var(--ac-border); border-bottom: 1px solid var(--ac-border); padding: 24px 0; margin-top: 8px; } .amocart-delivery-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } @media (max-width: 767px) { .amocart-delivery-strip__grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 479px) { .amocart-delivery-strip__grid { grid-template-columns: 1fr; } } .amocart-delivery-strip__item { display: flex; align-items: flex-start; gap: 12px; } .amocart-delivery-strip__item svg { flex-shrink: 0; margin-top: 2px; } .amocart-delivery-strip__item strong { display: block; font-size: 14px; font-weight: 700; color: var(--ac-text); margin-bottom: 2px; } .amocart-delivery-strip__item span { font-size: 12px; color: var(--ac-text-muted); } /* ── STICKY ADD-TO-CART BAR ── */ .amocart-sticky-atc { position: fixed; top: 0; left: 0; right: 0; z-index: 9000; background: #fff; border-bottom: 2px solid var(--ac-brand); box-shadow: 0 2px 16px rgba(0,0,0,.12); transform: translateY(-100%); transition: transform 0.25s ease; will-change: transform; } .amocart-sticky-atc--visible { transform: translateY(0); } .amocart-sticky-atc__inner { display: flex; align-items: center; gap: 16px; padding-top: 10px; padding-bottom: 10px; flex-wrap: wrap; } .amocart-sticky-atc__title { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; } .amocart-sticky-atc__product-title { font-size: 14px; font-weight: 600; color: var(--ac-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .amocart-sticky-atc__badge { font-size: 10px; font-weight: 700; background: var(--ac-brand); color: #fff; padding: 2px 7px; border-radius: 100px; flex-shrink: 0; } .amocart-sticky-atc__price-wrap { display: flex; align-items: baseline; gap: 8px; flex-shrink: 0; } .amocart-sticky-atc__price { font-size: 18px; font-weight: 800; color: var(--ac-brand); } .amocart-sticky-atc__compare { font-size: 13px; color: var(--ac-text-muted); text-decoration: line-through; } .amocart-sticky-atc__btn { background: var(--ac-brand); color: #fff; border: none; border-radius: var(--ac-radius); padding: 10px 22px; font-size: 14px; font-weight: 700; cursor: pointer; flex-shrink: 0; transition: background var(--ac-transition); } .amocart-sticky-atc__btn:hover { background: var(--ac-brand-dark); } .amocart-sticky-atc__btn:disabled { background: #d1d5db; cursor: not-allowed; } /* ── UTILITY margin helpers (Bootstrap compatible) ── */ .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 4px !important; } .mb-2 { margin-bottom: 8px !important; } .mb-3 { margin-bottom: 16px !important; } .mb-4 { margin-bottom: 24px !important; } .mb-5 { margin-bottom: 48px !important; } /* ── RTE (rich text) typography ── */ .rte h1, .rte h2, .rte h3, .rte h4 { font-weight: 700; margin-bottom: .5em; } .rte p { margin-bottom: .75em; } .rte ul, .rte ol { padding-left: 1.25em; margin-bottom: .75em; } .rte a { color: var(--ac-brand); } /* ── ACCESSIBILITY ── */ :focus-visible { outline: 2px solid var(--ac-brand); outline-offset: 2px; } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } } /* ── RESPONSIVE tweaks ── */ @media (max-width: 575px) { .amocart-product-page { padding: 16px 0 28px; } .amocart-price { font-size: 22px; } .amocart-product-title { font-size: 19px; } .amocart-sticky-atc__title { display: none; } .amocart-countdown__unit { min-width: 44px; } .amocart-countdown__num { font-size: 18px; } }

SPECIFICATIONS

Blade Thickness: 2.8 mm / 0.11 in

Brand Name: succebuy

Certification: CE

High-concerned chemical: None

Material: Aluminum, Acrylic, Copper Wire

Origin: Mainland China

Power: 370W

Power Source: Ac

Product: Electric Wire Stripping Machine / Cable Stripper

Stripping Diameter: 1.5-38 mm / 0.06-1.5 inch

Stripping Speed: 75 ft/min

Use: for Scrap Copper Recycling

Product Description
Electric Wire Stripping Machine 1.5mm-38mm
98 ft/min & Aluminum Alloy & Protective Shell

This 11-channel electric wire stripping machine is equipped with a high-efficiency motor, so it has incredibly high work efficiency and an extensive wire stripping range. It is also designed with a protection mechanism composed of protective housing and emergency stop button. High-quality aluminum alloy material also brings better portability and durability. If you need to dispose of waste wires, this automatic wire stripping machine will be a good choice.
  • Automatic Work

  • Powerful Motor

  • Transparent & Lightweight

  • Thoughtful Security Design

Tough Equipment & Tools, Pay Less
SucceBuy is a leading brand that specializes in equipment and tools. Along with thousands of motivated employees, SucceBuy is dedicated to providing our customers with tough equipment & tools at incredibly low prices. Today, SucceBuy's products are sold in more than 200 countries and regions with 10 million plus members worldwide.
Why Choose SucceBuy?
  • Premium Tough Quality

  • Incredibly Low Prices

  • Fast & Secure Delivery

  • 30-Day Free Returns

  • 24/7 Attentive Service

Key Features
Electric Wire Stripping Machine
This automatic cable stripping machine replaces the workforce with electricity. It is a labor-saving and time-saving machine that can free your hands. Stripping Diameter: 1.5-38 mm/0.06-1.5 inch.
370W High-Speed Engine
With a strong engine of 370W and high-performance cooling ability, this wire stripping machine can continue to work efficiently.
Aluminum & Acrylic Materials
This scrap wire stripping machine is made of high-quality aluminum alloy and acrylic materials, lighter in weight, more portable, and durable.
Secure Design
The electric wire stripping machine added an emergency stop button and transparent protective shell, forming a thoughtful security mechanism to ensure secure use and avoid your hand from accidentally sticking in.
Heavy-Duty Gearbox
The power wire stripping machine attaches a heavy-duty gearbox leading to a fast stripping speed up to 30 ft/min. Its longer service life makes it a reliable choice for you.
Wide Compatibility
This electric wire stripping machine has 11 channels to handle different types of wires at the same time. Choosing this SucceBuy stripper will greatly improve your work efficiency and save your time and labor.
Specifications
  • Model:SMS-038

  • Color: Blue

  • Material: Aluminum, Acrylic, Copper Wire

  • Voltage:220V 50HZ for EU ,110V 60HZ for US

  • Power: 370W

  • Stripping Diameter: 1.5 -38 mm, 0.06-1.5 inch

  • Stripping Speed: 75 ft/min

  • Blade Thickness: 2.8 mm/0.11 in

  • Item Weight: 25 kg/55 lbs

  • Item Dimension(L*W*H): 17.3 x 12 x 14.1 in

Package Content
  • 1 x Electric Wire Stripper Machine

  • 1 x Blade

  • 1 x Pair of Gloves

  • 1 x Oil Seal Plug



Features & Details
  • 【Automatically Strip Scrap Wire】: This electric wire stripping machine can automatically strip wires, saving you time, labor and costs.

  • 【Powerful Motor】: The powerful motor of 370W has the ability to help you perform wire stripping work efficiently. Stripping speed can reach 75 ft/min.

  • 【Transparent & Lightweight】: The transparent acrylic plate allows you to observe and operate the machine more conveniently. In addition, the lightweight aluminum alloy material makes the machine easy to carry.

  • 【Thoughtful Security Design】: The added protective shell enables you to operate more securely. The emergency stop button is capable of reducing the chance of accidents. Features the safeguard to avoid your hand from accidentally extending.

  • 【Wide Applications】: Perfect for recycling copper by removing the plastic and rubber insulation from scrap wires, the range including 0.06-1.5 in diameter cables.



Politique de retour

Vous pouvez retourner la plupart des articles neufs et non ouverts dans les 30 jours suivant la livraison pour un remboursement complet. Nous prendrons également en charge les frais de retour si le retour est dû à une erreur de notre part (vous avez reçu un article incorrect ou défectueux, etc.).

Vous devriez recevoir votre remboursement dans les quatre semaines suivant la remise de votre colis au transporteur de retour, cependant, dans de nombreux cas, vous recevrez un remboursement plus rapidement. Ce délai comprend le temps de transit pour que nous recevions votre retour de la part du transporteur (5 à 10 jours ouvrables), le temps qu'il nous faut pour traiter votre retour une fois que nous l'avons reçu (3 à 5 jours ouvrables) et le temps qu'il faut à votre banque pour traiter notre demande de remboursement (5 à 10 jours ouvrables).

Si vous devez retourner un article, connectez-vous simplement à votre compte, visualisez la commande à l'aide du lien « Commandes complètes » sous le menu Mon compte et cliquez sur le bouton Retourner l'article(s). Nous vous informerons par e-mail de votre remboursement une fois que nous aurons reçu et traité l'article retourné.

Expédition

Nous pouvons expédier à pratiquement n'importe quelle adresse dans le monde. Veuillez noter qu'il existe des restrictions sur certains produits, et certains produits ne peuvent pas être expédiés vers des destinations internationales.

Lorsque vous passez une commande, nous estimons les dates d'expédition et de livraison pour vous en fonction de la disponibilité de vos articles et des options d'expédition que vous choisissez. Selon le fournisseur d'expédition que vous choisissez, les estimations de date d'expédition peuvent apparaître sur la page des devis d'expédition.

Veuillez également noter que les frais d'expédition pour de nombreux articles que nous vendons sont basés sur le poids. Le poids de tout article de ce type peut être trouvé sur sa page de détails. Pour refléter les politiques des entreprises d'expédition que nous utilisons, tous les poids seront arrondis au kilo supérieur.