KODOING / SHIPPING
SHIPPING & DELIVERY
No detours. Here's exactly how your gear moves from our warehouse to your garage.
ORDER PROCESSING
- Orders are processed within 1–3 business days (Monday–Friday, excluding public holidays) after payment is confirmed.
- Orders placed on weekends or holidays begin processing on the next business day.
- If an item is out of stock or delayed, we will contact you with options to wait, substitute, or cancel for a full refund.
- Orders may ship from one or more fulfillment centers, including locations outside the destination country.
- If we cannot ship within the stated processing time, we will notify you and offer a cancellation with a full refund.
CARRIERS & METHODS
- We ship with major international carriers such as DHL, UPS, FedEx, TNT, and EMS. Carrier availability varies by destination, order size, and warehouse location.
- Tracking numbers are provided when available. Tracking status may take 24–48 hours to update.
- Items in the same order may ship separately from different warehouses.
DELIVERY WINDOW
- Estimated delivery: 5–10 business days after processing, depending on destination, carrier, and customs clearance.
- Delivery times are estimates only and cannot be guaranteed.
- International shipping times vary by country. Enter your full address at checkout to see available services and shipping costs.
SHIPPING RATES
- Shipping costs are calculated at checkout based on destination, weight, dimensions, and the selected carrier.
- Remote-area surcharges or additional handling fees may apply for certain destinations.
CUSTOMS, DUTIES & IMPORT TAXES
- International customers are responsible for all customs duties, import taxes, VAT, and brokerage fees imposed by their country.
- For more information, please contact your local customs office.
- Customs delays are outside our control and are not covered by our delivery estimates.
ADDRESS CHECK
- Please verify your shipping address before making payment. We ship to the address provided at checkout.
- We are not responsible for orders shipped to an incorrect or incomplete address provided by the customer.
- If you notice an address error, contact us immediately at support@kodoing.com. We will try to update the address before shipment, but changes cannot be guaranteed after an order is placed.
DAMAGED, LOST, OR DELAYED
- We take reasonable precautions to ensure products are not damaged. If your item arrives damaged, contact us immediately at support@kodoing.com with photos of the item and packaging.
- If tracking shows delivered but you did not receive your package, please contact the carrier and our support team. We will help investigate.
- Shipping delays caused by carriers, customs, weather, or other events outside our control are not our responsibility, but we will do our best to assist.
FORCE MAJEURE
- In the event of force majeure—such as severe weather, natural disasters, strikes, or customs delays—order processing and delivery may be delayed. We will keep you updated and ship as soon as conditions allow.
CONTACT
Questions about shipping? Reach out. We'll get back to you.
-
Email: support@kodoing.com
-
Business Hours: Monday–Friday, 9:00 AM–6:00 PM (EST)
/* ===== KODOING Shipping Policy — Scoped Styles ===== */
.sp-policy-v1,
.sp-policy-v1 * {
box-sizing: border-box;
}
.sp-policy-v1 {
--spv1-bg: #ffffff;
--spv1-ink: #111111;
--spv1-card: #f5f5f5;
--spv1-border: #e5e5e5;
--spv1-muted: #6b7280;
--spv1-accent: #e10600;
--spv1-accent-soft: #fff2f1;
--spv1-radius: 10px;
--spv1-shadow: 0 1px 2px rgba(17, 17, 17, 0.05), 0 10px 28px rgba(17, 17, 17, 0.05);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
font-size: 16px;
line-height: 1.7;
color: var(--spv1-ink);
background: var(--spv1-bg);
max-width: 900px;
margin: 0 auto;
padding: 32px 20px 56px;
text-align: left;
letter-spacing: normal;
word-break: break-word;
}
.sp-policy-v1__hero {
background: var(--spv1-ink);
color: #ffffff;
border-radius: var(--spv1-radius);
padding: 28px 28px 26px;
margin: 0 0 24px;
position: relative;
overflow: hidden;
}
.sp-policy-v1__hero::after {
content: "";
position: absolute;
left: 28px;
bottom: 20px;
width: 56px;
height: 4px;
background: var(--spv1-accent);
border-radius: 2px;
}
.sp-policy-v1__eyebrow {
font-size: 12px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--spv1-accent);
font-weight: 700;
margin: 0 0 10px;
}
.sp-policy-v1__title {
font-size: 30px;
line-height: 1.15;
font-weight: 800;
letter-spacing: 0.02em;
text-transform: uppercase;
margin: 0 0 26px;
color: #ffffff;
}
.sp-policy-v1__subtitle {
font-size: 15px;
line-height: 1.65;
color: #d1d5db;
margin: 0;
max-width: 620px;
}
.sp-policy-v1__card {
background: var(--spv1-card);
border: 1px solid var(--spv1-border);
border-left: 4px solid var(--spv1-ink);
border-radius: var(--spv1-radius);
box-shadow: var(--spv1-shadow);
padding: 20px 22px;
margin: 0 0 14px;
transition: border-left-color 0.2s ease;
}
.sp-policy-v1__card:hover {
border-left-color: var(--spv1-accent);
}
.sp-policy-v1__card--contact {
background: var(--spv1-accent-soft);
border-color: #f4c9c5;
border-left-color: var(--spv1-accent);
}
.sp-policy-v1__h2 {
font-size: 15px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
line-height: 1.4;
margin: 0 0 12px;
color: var(--spv1-ink);
}
.sp-policy-v1__p {
margin: 0 0 10px;
color: var(--spv1-ink);
}
.sp-policy-v1__list {
margin: 0;
padding-left: 20px;
list-style: disc;
}
.sp-policy-v1__list > li {
margin: 0 0 8px;
padding-left: 2px;
color: var(--spv1-ink);
}
.sp-policy-v1__list > li::marker {
color: var(--spv1-accent);
}
.sp-policy-v1__list > li:last-child {
margin-bottom: 0;
}
.sp-policy-v1__list--plain {
list-style: none;
padding-left: 0;
}
.sp-policy-v1__list--plain > li::marker {
color: transparent;
}
.sp-policy-v1__label {
display: inline-block;
min-width: 140px;
font-weight: 700;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.08em;
color: var(--spv1-ink);
}
.sp-policy-v1 strong {
color: var(--spv1-accent);
font-weight: 800;
}
@media (max-width: 600px) {
.sp-policy-v1 {
padding: 20px 14px 40px;
font-size: 15px;
}
.sp-policy-v1__hero {
padding: 22px 20px 24px;
}
.sp-policy-v1__hero::after {
left: 20px;
}
.sp-policy-v1__title {
font-size: 22px;
margin-bottom: 22px;
}
.sp-policy-v1__card {
padding: 16px 16px;
}
.sp-policy-v1__h2 {
font-size: 13px;
}
.sp-policy-v1__label {
display: block;
min-width: 0;
}
}