Shipping & Delivery Policy
We hardpack and ship your tiny companions with care. Here is everything you need to know about how we get your package to your doorstep safely.
MOST POPULAR
🚚
Standard Shipping
FREE
3 - 7 Business Days
Available for all orders nationwide. Fully tracked from our warehouse right to your desk setup.
⚡
Express Shipping
$3.00 USD
2 - 5 Business Days
Skip the queue. Perfect if you need a quick mood reset or are ordering a last-minute gift for a coworker.
📦 Processing Time: All orders are processed and handed over to our couriers within 1-3 business days. Tracking numbers will be emailed to you immediately upon dispatch.
📍 Tracking Your Order: Once shipped, you will receive a tracking link via email to monitor your package's delivery status in real time.
.shipping-policy-wrapper {
background-color: #ffffff;
padding: 60px 15px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shipping-container {
max-width: 900px;
margin: 0 auto;
}
.shipping-main-title {
text-align: center;
font-size: 32px;
font-weight: 800;
margin-bottom: 10px;
color: #1a1a1a;
letter-spacing: -0.5px;
}
.shipping-subtitle {
text-align: center;
font-size: 16px;
color: #555;
max-width: 600px;
margin: 0 auto 50px auto;
line-height: 1.5;
}
.shipping-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-bottom: 40px;
}
.shipping-card {
background: #f8f9fa;
padding: 40px 30px;
border-radius: 16px;
text-align: center;
border: 1px solid #e9ecef;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.highlighted-shipping-card {
border: 2px solid #2b67d6;
background: #ffffff;
box-shadow: 0 8px 25px rgba(43, 103, 214, 0.05);
}
.shipping-badge {
position: absolute;
top: -12px;
background: #2b67d6;
color: #ffffff;
font-size: 11px;
font-weight: 700;
padding: 4px 12px;
border-radius: 20px;
letter-spacing: 0.5px;
}
.shipping-icon {
font-size: 36px;
margin-bottom: 10px;
}
.shipping-type-title {
font-size: 20px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 5px 0;
}
.shipping-cost {
font-size: 24px;
font-weight: 800;
color: #1a1a1a;
margin-bottom: 15px;
}
.free-cost {
color: #2b67d6;
}
.shipping-divider {
width: 40px;
height: 3px;
background-color: #e9ecef;
margin-bottom: 15px;
border-radius: 2px;
}
.shipping-card.highlighted-shipping-card .shipping-divider {
background-color: #2b67d6;
}
.shipping-time {
font-size: 16px;
color: #1a1a1a;
margin: 0 0 10px 0;
}
.shipping-description {
font-size: 14px;
color: #555;
line-height: 1.5;
margin: 0;
}
.shipping-info-box {
background: #f8f9fa;
border-radius: 12px;
padding: 25px;
border: 1px solid #e9ecef;
display: flex;
flex-direction: column;
gap: 15px;
}
.info-row {
font-size: 14px;
line-height: 1.6;
color: #4a4a4a;
}
.info-row strong {
color: #1a1a1a;
display: block;
margin-bottom: 2px;
}
/* Responsive Mobile Tweaks */
@media screen and (max-width: 768px) {
.shipping-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.shipping-main-title {
font-size: 26px;
}
.shipping-subtitle {
font-size: 14px;
margin-bottom: 40px;
}
.shipping-card {
padding: 30px 20px;
}
}