Published: August, 2025
At Kozmozcyber, transparency and customer trust are always our top priorities. Therefore, we would like to officially inform our customers about countries where reship service (return or resend) is not supported, so you are fully aware before placing an order. Please read the information below carefully.
1. List of Countries WITHOUT Reship Service
According to official notifications from our international shipping partners, reship service (return or resend) is currently NOT supported in the following countries:
🚫 Reship Service Unavailable in:
Spain Netherlands
(and some other regions with similar regulations imposed by customs authorities and shipping carriers)
For orders shipped to these countries, if delivery is unsuccessful, the parcel cannot be returned or resent.
2. Why Is Reship Not Supported?
This policy is not determined by Kozmozcyber, but is a result of mandatory regulations imposed by local customs authorities and shipping carriers in each country.
Common reasons include:
Strict customs regulations.
High costs and limitations associated with international returns.
Internal carrier policies that do not allow parcels to be returned to the country of origin.
Legal restrictions regarding refused or unclaimed shipments.
In such cases, the shipping carrier will not return the parcel to the store.
3. What Happens If Delivery Fails?
If delivery fails in the countries listed above, the order will be destroyed by the shipping carrier.
Common situations leading to destruction:
The customer provides an incorrect or incomplete shipping address.
The recipient refuses to accept the package.
Failure to provide or respond to a required accept code / customs code.
The carrier is unable to contact the recipient within the allowed timeframe.
Required local customs or delivery procedures are not completed.
⚠️
Warning: In these cases, the order will be permanently destroyed and cannot be recovered.
4. Store Responsibility & Policy
Since this is beyond our control, therefore:
⚖️ Official Policy
Kozmozcyber is NOT responsible for resending or refunding orders destroyed due to:
Incorrect or incomplete addresses provided by customer.
Refusal of delivery by recipient.
Failure to provide required customs information.
Other customer-related issues.
This policy is in accordance with our official Return & Refund Policy:
👉 Review Return & Refund Policy
Frequently Asked Questions
What happens if I enter an incorrect address?
If the address is incorrect or incomplete, the shipping carrier may fail to deliver the package. In the listed countries, undelivered orders cannot be returned and may be destroyed. We strongly recommend reviewing your information carefully before placing your order.
What if the carrier contacts me for info?
Please respond as soon as possible. Carriers may request customs codes, accept codes, or delivery confirmation. Failure to respond within the required timeframe may result in delivery failure.
When will I receive a replacement?
We will resend your order at no cost if the delivery issue is caused by our production team or the shipping carrier (such as routing errors, loss, or confirmed carrier mistakes).
However, replacements are not available if delivery fails due to incorrect or incomplete information provided during checkout, refusal of delivery, or missing customs details.
Final Notes
We strongly recommend that customers carefully review their shipping address and monitor emails from the carrier.
The Kozmozcyber customer support team will always do our best to assist so that your order can be delivered successfully.
/* Reset & Base Styles */
body {
margin: 0;
padding: 0;
background-color: transparent; /* Nền trong suốt để ăn nhập với Shopbase */
}
.blog-content-wrapper {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
line-height: 1.7;
color: #333333;
max-width: 100%; /* Mở rộng tối đa theo khung của Shopbase */
margin: 0 auto;
padding: 10px 0; /* Giảm padding để nội dung sát lên trên */
background-color: transparent; /* Xóa nền trắng */
box-shadow: none; /* Xóa đổ bóng */
border: none; /* Xóa viền */
}
/* Meta Info */
.meta-info {
font-size: 14px;
color: #888;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
/* NOTE: H1 removed as requested to avoid duplication with Shopbase Header */
/* === UPDATED H2 COLOR === */
.section-title {
color: #0d2b4e; /* Dark Navy Blue */
font-size: 24px;
font-weight: 700;
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #eaeaea;
display: flex;
align-items: center;
}
/* Intro */
.intro-text {
font-size: 18px;
color: #444;
margin-bottom: 30px;
}
.brand-link {
color: #0d2b4e;
text-decoration: none;
font-weight: 600;
border-bottom: 2px solid transparent;
transition: border-color 0.3s;
}
.brand-link:hover {
border-bottom: 2px solid #0d2b4e;
}
/* === ALERT BOX === */
.country-alert-box {
background-color: #fff5f5;
border: 1px solid #ffcccc;
border-radius: 8px;
padding: 25px;
margin: 25px 0;
position: relative;
}
.country-alert-title {
color: #d63031; /* Red text */
font-weight: bold;
margin-bottom: 15px;
display: block;
font-size: 1.1em;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.highlight-red {
color: #d63031;
}
.country-list {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
/* Tags */
.country-tag {
background-color: #ffffff;
color: #d63031; /* Red Text */
border: 1px solid #d63031; /* Red Border */
padding: 8px 16px;
border-radius: 6px;
font-weight: bold;
font-size: 16px;
display: inline-flex;
align-items: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.country-tag::before {
content: “✕”;
margin-right: 8px;
font-size: 14px;
color: #d63031;
}
/* Standard Lists */
.info-list {
margin-left: 20px;
}
.info-list li {
margin-bottom: 10px;
position: relative;
}
/* Warning Box */
.warning-box {
background-color: #fff3cd;
border: 1px solid #ffeeba;
color: #856404;
padding: 20px;
border-radius: 8px;
margin-top: 20px;
display: flex;
align-items: flex-start;
}
.warning-icon {
font-size: 24px;
margin-right: 15px;
margin-top: -3px;
}
/* Policy Card Style – LEGAL STYLE */
.policy-card {
background-color: #fcfcfc;
border: 2px solid #0d2b4e;
border-radius: 8px;
margin-top: 20px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.policy-header {
background-color: #0d2b4e;
color: #ffffff;
padding: 15px 20px;
font-weight: 800;
display: flex;
align-items: center;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 16px;
}
.policy-header-icon {
margin-right: 12px;
font-size: 1.3em;
}
.policy-body {
padding: 25px;
color: #333;
font-size: 1.05em;
}
.compact-list {
margin: 15px 0 0 0;
padding-left: 0;
list-style: none;
}
.compact-list li {
margin-bottom: 10px;
display: flex;
align-items: flex-start;
padding-bottom: 5px;
border-bottom: 1px dashed #eee;
}
.compact-list li:last-child {
border-bottom: none;
}
.compact-list li::before {
content: “•”;
color: #d63031;
font-weight: bold;
display: inline-block;
width: 1em;
margin-right: 10px;
font-size: 1.2em;
line-height: 1;
}
/* Button Style */
.cta-container {
text-align: center;
margin: 40px 0;
}
.btn-policy {
display: inline-block;
background-color: #0d2b4e;
color: #ffffff !important;
padding: 15px 35px;
text-decoration: none;
border-radius: 50px;
font-weight: bold;
font-size: 16px;
box-shadow: 0 4px 15px rgba(13, 43, 78, 0.3);
transition: transform 0.2s, background-color 0.2s;
border: 2px solid transparent;
}
.btn-policy:hover {
background-color: #ffffff;
color: #0d2b4e !important;
border-color: #0d2b4e;
transform: translateY(-2px);
}
/* FAQ Styles */
.faq-container {
margin-top: 50px;
background-color: #f8f9fa;
padding: 30px;
border-radius: 12px;
}
details.faq-item {
background-color: #ffffff;
margin-bottom: 15px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
overflow: hidden;
border: 1px solid transparent;
transition: border-color 0.3s;
}
details.faq-item:hover {
border-color: #0d2b4e;
}
summary.faq-question {
cursor: pointer;
padding: 18px 20px;
font-weight: 700;
color: #0d2b4e;
list-style: none;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
summary.faq-question::-webkit-details-marker {
display: none;
}
summary.faq-question::after {
content: ‘+’;
color: #0d2b4e;
font-weight: bold;
font-size: 20px;
}
details[open] summary.faq-question::after {
content: ‘-‘;
}
details[open] summary.faq-question {
background-color: #f0f7ff;
border-bottom: 1px solid #e1e4e8;
}
.faq-answer {
padding: 20px;
color: #555;
font-size: 0.95em;
line-height: 1.6;
}
/* Footer Section */
.footer-note {
margin-top: 50px;
padding-top: 30px;
border-top: 1px solid #eee;
color: #666;
}
/* Responsive adjustments */
@media (max-width: 600px) {
.blog-content-wrapper {
padding: 20px 0;
margin: 0;
}
.country-tag {
width: 100%;
}
}