Order Processing Time
All orders are processed and handed over to the shipping carrier within 1-2 business days (excluding weekends and public holidays).
Important: Please ensure your shipping address is complete and accurate at checkout. Once an order has been shipped, the shipping information cannot be modified.
Shipping Destinations & Delivery Times
We offer worldwide shipping. The estimated delivery times below are calculated after shipment (excluding processing time):
| Destination |
Estimated Delivery Time |
| USA, UK, Australia |
3-7 business days |
| Major European Countries (France, Germany, Italy, Spain, etc.) |
5-7 business days |
| Other Countries & Regions |
7-14 business days |
Please note: Delivery times for some remote areas or specific products may be extended to 7-14 business days. Delivery may be further delayed up to 20 days due to force majeure events (e.g., severe weather, customs inspections).
Shipping Costs
Standard Shipping Fee: $4.99
Free Standard Shipping: On all orders over $30
Duties & Taxes
For international orders, import duties, taxes, and other fees may be applied according to the destination country's policies. These charges are the customer's responsibility.
KISSBOBO cannot predict or control these costs. If you have concerns, please contact your local customs office for more information before ordering.
Order Tracking
Once your order has shipped, a confirmation email containing your tracking number will be sent automatically to your registered email address.
You can use this number to track your package's status in real-time on our website or the carrier's website (e.g., USPS, DHL).
Important Information
-
Address Accuracy: KISSBOBO is not responsible for packages lost, delayed, or incurring additional fees due to an incorrect or incomplete shipping address.
-
No Modifications After Shipping: Orders cannot be canceled or modified once the status changes to "Shipped" and a tracking number is generated.
-
Delivery Issues: If your package does not arrive within the estimated timeframe, please first check its status using the tracking number.
Transfer of Ownership & Risk
Ownership and risk of loss for the products transfer to you upon our delivery of the package to the logistics carrier and the generation of a tracking number.
.kb-shipping { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.kb-container {
max-width: 1000px; width: 100%;
background: white; border-radius: 20px;
box-shadow: 0 15px 40px rgba(100, 45, 50, 0.15);
overflow: hidden; margin: 20px auto;
}
.kb-header {
background: linear-gradient(120deg, #642D32, #8B454D);
color: #fff; padding: 40px 30px; text-align: center;
border-bottom-left-radius: 50% 20%;
border-bottom-right-radius: 50% 20%;
}
.kb-header h1 {
font-size: 2.8rem; margin-bottom: 15px; font-weight: 800;color: #FBE2E7;
text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
/* 让副标题与品牌字更清晰(比纯白更稳妥),即使背景偏浅也能看见 */
.kb-header .kb-subtitle { font-size: 1.2rem; color: #FBE2E7; opacity: 1; max-width: 680px; margin: 0 auto; }
.kb-brand { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:20px;
background: rgba(255,255,255,0.12); padding: 10px 22px; border-radius: 50px; width: fit-content; margin-left:auto; margin-right:auto; }
.kb-brand-logo { font-size: 2rem; color: #FFD1DA; }
.kb-brand span { font-weight: 700; font-size: 1.2rem; color: #FFE6EB; letter-spacing: .2px; }
.kb-content { padding: 40px; }
.kb-section {
margin-bottom: 35px; background:#fff; padding:25px; border-radius:16px;
box-shadow: 0 5px 20px rgba(100,45,50,0.08); border:1px solid #f0e6e7;
opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease;
}
.kb-section.kb-show { opacity: 1; transform: translateY(0); }
.kb-section h2 {
color:#642D32; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid #f0e6e7;
display:flex; align-items:center; gap:10px; justify-content:center; font-weight: 800; font-size: 1.6rem;
}
.kb-section h2 i { color:#8B454D; font-size:1.2rem; }
.kb-highlight {
background:#fdf5f6; padding:22px; border-radius:14px; border-left:5px solid #642D32;
box-shadow: 0 4px 10px rgba(100,45,50,0.05);
}
.kb-note {
background:#fff9fa; padding:20px; border-radius:14px; border-left:5px solid #d84a5b;
box-shadow: 0 4px 10px rgba(100,45,50,0.05); margin-top: 16px;
}
.kb-contact-info {
background: linear-gradient(135deg, #fdf5f6 0%, #f9eaec 100%);
padding: 30px; border-radius: 18px; text-align: center; margin-top: 40px;
border: 2px dashed #e8c8cb; position: relative; overflow: hidden;
}
.kb-contact-info h2 { color: #642D32; font-size: 1.8rem; margin-bottom: 16px; font-weight: 800; }
.kb-contact-info a { color:#642D32; text-decoration:none; font-weight:600; transition: all .3s ease; }
.kb-contact-info a:hover { color:#8B454D; text-decoration: underline; }
.kb-tip { margin-top: 12px; font-size: .95em; color:#7a3b43; }
.kb-chat-button {
display:inline-flex; align-items:center; gap:10px;
background:#642D32; color:#fff !important; /* 强制文案可见 */
padding: 14px 28px; border-radius: 999px; font-weight: 800; margin-top: 16px;
transition: all .3s ease; font-size: 1.05rem; box-shadow: 0 5px 15px rgba(100,45,50,.3);
border: 2px solid #7a3b43;
}
.kb-chat-button:hover { background:#8B454D; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(100,45,50,.4); }
.kb-chat-button:visited { color:#fff !important; } /* 访问后依旧白字 */
.kb-chat-button i { line-height: 0; }
.kb-table { width: 100%; border-collapse: collapse; margin: 18px 0; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,.05); }
.kb-table th, .kb-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid #f0e6e7; }
.kb-table th { background:#642D32; color:#fff; font-weight: 700; }
.kb-table tr:nth-child(even) { background:#fdf5f6; }
.kb-table tr:hover { background:#f9eaec; }
.kb-ul { list-style-position: inside; padding-left: 20px; }
.kb-ul li { margin-bottom: 12px; }
/* 响应式只作用于本模块 */
@media (max-width: 768px) {
.kb-header { padding: 30px 20px; border-bottom-left-radius: 40% 10%; border-bottom-right-radius: 40% 10%; }
.kb-header h1 { font-size: 2.2rem; }
.kb-content { padding: 25px; }
.kb-section { padding: 20px; }
.kb-section h2 { font-size: 1.4rem; flex-direction: column; gap: 8px; }
.kb-table { display:block; overflow-x:auto; }
.kb-brand { flex-direction: column; gap: 8px; }
.kb-chat-button { padding: 12px 24px; font-size: 1rem; }
}
@media (max-width: 480px) {
.kb-header { padding: 24px 14px; }
.kb-header h1 { font-size: 1.9rem; }
.kb-header .kb-subtitle { font-size: 1rem; }
.kb-section h2 { font-size: 1.3rem; }
.kb-content { padding: 18px 14px; }
.kb-contact-info { padding: 20px 14px; }
.kb-chat-button { width: 100%; justify-content: center; }
.kb-brand span { font-size: 1.05rem; }
}