Amocart 7.5L Transmission Fluid Pump ATF Fluid Transfer Filler with Control Valve & 15 Common Adapters Kit for Oil Replacement

/* ============================================================ 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

Brand Name: Amocart,NONE

Charge Status: Yes

High-concerned chemical: None

Origin: Mainland China

Tip: If you are prompted to enter customized content when submitting an order, it is due to system requirements. But in reality, customized content does not affect your purchase. You can enter any content, please feel free to purchase!
=========================================

 
 
 
 
Product Description
 
 
Transmission Fluid Bleeder
Effortless Transmission Maintenance Solution
Designed for durability, our transmission fluid bleeder features a corrosion-resistant build and a spacious 7.5L capacity. Its ergonomic handle ensures a comfortable grip during use. Compatible with a wide range of vehicles including Audi, BMW, Mercedes, Ferrari, Fiat, and Porsche, this tool is renowned for its ease of operation and versatile application across various car models.
  • Spacious 7.5L Capacity

  • Wide Compatibility with Leading Car Brands

  • Leak and Splash-Free Design

  • User-Friendly and Convenient

  • Trusted for Easy Maintenance

 
 
Key Features
 
Transparent Tank with Control Valve
Features a transparent tank for monitoring fluid levels and a flow control valve at the hose end for precise dispensing control.
 
User-Friendly Operation
Begin by unscrewing the cap, filling the reservoir with fluid, attaching the appropriate adapter to the vehicle, and connecting the dispensing hose fitting. Initiate operation by pushing or pulling as needed.
 
Effortless Fluid Dispensation
Equipped with a durable plastic tank and a generous 7.5L capacity, our transmission fluid bleeder ensures easy and mess-free fluid dispensation.
 
Durable Construction
Constructed from high-quality materials, ensuring durability under high pressure, resistance to corrosion from various liquids, and long-term wear resistance.
 
Comprehensive Adapter Set
Includes fifteen OE-style transmission filling adapters stored in a convenient case, compatible with a wide range of vehicles such as Audi, BMW, Mercedes, Lexus, Porsche, Nissan, Ford, VW, and more.
 
Maximum Convenience
Simplifies operations with a quick-connect coupler for easy attachment/detachment, an ergonomic long handle for reduced effort, and a volume scale for accurate fluid measurement.
 
Specifications
  • Model: 7.5L ATF Pump

  • Capacity: 7.5L

  • Material: Copper&Plastic

  • Dimensions: 12.3" x 11.0" x 17.3"/31.24cm x 27.94cm x 43.94cm

  • Weight: 11.85 LBS / 5.38 KG

 
Package Content
  • 1 x Fluid Pump

  • 1 x PU Hose

  • 1 x Metal Handle

  • 1 x Storage Case

  • 15 x Adapters

Features & Details
  • Simple and Accessible: The ATF adapters are designed for straightforward operation without additional tools, providing flexibility and convenience for use in any location.

  • Large Capacity for Efficiency: Featuring a 7.5L capacity, our transmission fluid pressure bleeder ensures smooth dispensing, keeping your brake system in optimal condition with ease.

  • Versatile Compatibility: Includes eight adapters to fit various vehicles such as BMW, Porsche, VW, Audi, and more, ensuring broad applicability and hassle-free use.

  • User-Friendly Features: Equipped with a clear volume scale for easy fluid level monitoring, a quick coupler for swift vehicle connection, and a comfortable long handle for ergonomic operation.

  • Precise Fluid Management: Designed with a flow control valve to prevent leaks and spills, allowing you to halt fluid dispensing precisely as it reaches the fill level.

--------------------------------------------------------------

Note:
For Product Prices And Specific Conditions, Please Contact Us Before Purchasing
 

Tips that Will help

  1. For Brazil buyers, if you select Express shipping, like FED DHL UPS Ect. Please do provide company name and CNPJ number or CPF Number.

  2. Please check yourmessages often, we may have some issues need your confirmation before shipping.

  3. Please provide your FULL NAME for shipping.

  4. Make the selection if the product has parameters, or note in the order.

  5. Chile, Argentina buyers please provide your Tax number for express shipping like UPS.

  6. The "Estimated Delivery Time" given by aliexpress is NOT correct, NOT our guaranteed time.

  7. Postal mail is cheap but not fast, especially for some remote countries. If you are urgent, please inquiry faster methods.

  8. If ship by express, make sure you are NOT in remote area, or extra costs needed, and please note that it is for remote pleace delivery : Charged by Logostics Company !

  9. Tracking number is available for every package. Track here: www.17track.net/index_en.shtml.

  10. Standard batteries, liquid and other prohibited parts are usually removed before shipping if your item are these , we may shipped by Special Line which will charged extra dollars

  11. Customs, Duties and Import Fees are the buyer's responsibilities. We are not responsible for customs delays or any duties, tariffs, Value-Added Tax (VAT) or other fees which may be incurred with your purchase. Be know your customs policy.
     

If you want to wholesale, or get a lower discount, you can contact my Whatsapp: + 86 17679306671 and call me .


 

Tips about Aftersale

  1. Please Give us 5-stars if you are satisfied with our products and services!!!!!

  2. Communication is always more helpful than dispute. Openning a dispute help nothing but increase the misunderstanding!!!!

  3. Negative feedbackcan't be modified ! Please contact us for better methods for solving the disputes!
    If you are looking for a better discount or need other products, you can contact me on WhatsApp at +86 17679306671. When you reach out, I will provide you with a lower quote and more affordable shipping options. Whatever product you need, as long as it is not discontinued, I have it available for sale.
    Note:
    1. If you choose "Seller's shipping method", please note that this shipping fee is only applicable to some countries / regions, so after you pay, please contact us and we will confirm with you. Zh
    2. When the parcel arrives at your local customs, please pay the tax and take the parcel away. We do not bear any customs duties or import taxes. If the customs fails due to the buyer's reasons and the goods are returned or destroyed, we will not refund any money.
    3. If you choose DHL, FEDEX, TNT, UPS, EMS, we will help you arrange international express delivery and deliver directly to your address (door to door service)! If the goods are delivered by courier, the buyer is only required to pay taxes upon arrival.
    4. Before signing, you must check the package to make sure it is in good condition, and then sign it. If the package is damaged, please take a photo, then immediately complain to the shipping company, remember the complaint number, and then contact me, we will definitely help you.
    5. Our working hours: 9: 00-18: 30 Beijing time. In the meantime, we will respond to your message promptly. During the break, we may not be able to reply to your message, please understand. We will reply you within 24 hours.
    6. When the package arrives at the customs of your country, you need to pay taxes and pick up the package. We are not responsible for paying customs duties or import taxes! If you are in a remote area, you need to pay an additional $40 for remote areas!

---------------------------------------------------------------------------------------------------------------------------
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.