:root {
--fpshipping-ink: #111111;
--fpshipping-ink-soft: #5f5a53;
--fpshipping-muted: #7e776f;
--fpshipping-border: #ddd7cb;
--fpshipping-paper: #fffdf8;
--fpshipping-paper-2: #faf8f3;
--fpshipping-dark: #11100e;
--fpshipping-dark-border: #2a241d;
--fpshipping-gold-soft: #f0e4b8;
--fpshipping-font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
--fpshipping-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--fpshipping-shadow: 0 10px 28px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.04);
}
.fp-shipping-page {
margin: 24px auto;
max-width: 980px;
padding: 20px 22px;
border-top: 1px solid var(--fpshipping-ink);
border-bottom: 1px solid var(--fpshipping-ink);
color: var(--fpshipping-ink);
background:
radial-gradient(circle at top center, rgba(240,228,184,.12), transparent 42%),
#fff;
box-sizing: border-box;
}
.fp-shipping-page * {
box-sizing: border-box;
}
.fp-shipping-hero {
text-align: center;
padding: 10px 0 18px;
border-bottom: 1px solid #d8d8d8;
margin-bottom: 16px;
}
.fp-shipping-title {
margin: 0 0 10px;
font-family: var(--fpshipping-font-display);
font-size: 34px;
line-height: 1;
letter-spacing: .01em;
font-style: italic;
font-weight: 600;
color: var(--fpshipping-ink);
}
.fp-shipping-subtitle {
max-width: 720px;
margin: 0 auto;
font-family: var(--fpshipping-font-sans);
font-size: 14px;
line-height: 1.72;
letter-spacing: .01em;
color: #333;
}
.fp-shipping-summary {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
margin: 16px 0;
}
.fp-shipping-summary-card {
border: 1px solid #d8d8d8;
background: #fff;
padding: 15px 10px;
text-align: center;
}
.fp-shipping-summary-card.dark {
background: #11100e;
border-color: #11100e;
}
.fp-shipping-summary-label {
font-family: var(--fpshipping-font-sans);
font-size: 8.8px;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--fpshipping-muted);
margin-bottom: 5px;
font-weight: 700;
}
.fp-shipping-summary-card.dark .fp-shipping-summary-label {
color: var(--fpshipping-gold-soft);
}
.fp-shipping-summary-title {
font-family: var(--fpshipping-font-display);
font-size: 20px;
line-height: 1.15;
letter-spacing: .01em;
color: var(--fpshipping-ink);
font-style: italic;
font-weight: 600;
}
.fp-shipping-summary-card.dark .fp-shipping-summary-title {
color: #fff;
}
.fp-shipping-section {
border: 1px solid #d8d8d8;
background: #fff;
padding: 18px 15px;
margin: 12px 0;
}
.fp-shipping-section-dark {
border: 1px solid var(--fpshipping-ink);
background: #11100e;
color: #fff;
}
.fp-shipping-section-title {
margin: 0 0 10px;
text-align: center;
font-family: var(--fpshipping-font-display);
font-size: 24px;
line-height: 1.1;
letter-spacing: .01em;
font-style: italic;
font-weight: 600;
color: var(--fpshipping-ink);
}
.fp-shipping-section-dark .fp-shipping-section-title {
color: var(--fpshipping-gold-soft);
}
.fp-shipping-text {
margin: 0 auto;
max-width: 760px;
font-family: var(--fpshipping-font-sans);
font-size: 14px;
line-height: 1.72;
letter-spacing: .01em;
color: #333;
text-align: center;
}
.fp-shipping-section-dark .fp-shipping-text {
color: #fff;
}
.fp-shipping-text strong {
color: var(--fpshipping-ink);
font-weight: 700;
}
.fp-shipping-section-dark .fp-shipping-text strong {
color: var(--fpshipping-gold-soft);
}
.fp-shipping-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 9px;
margin-top: 14px;
}
.fp-shipping-info-box {
border: 1px solid #d8d8d8;
background: #fafafa;
padding: 13px 12px;
}
.fp-shipping-info-title {
font-family: var(--fpshipping-font-sans);
font-size: 8.8px;
letter-spacing: .17em;
text-transform: uppercase;
color: var(--fpshipping-ink);
font-weight: 700;
margin-bottom: 6px;
}
.fp-shipping-info-text {
font-family: var(--fpshipping-font-sans);
font-size: 13.5px;
line-height: 1.58;
letter-spacing: .01em;
color: #555;
}
.fp-shipping-list {
margin: 14px auto 0;
padding: 0;
list-style: none;
display: grid;
gap: 8px;
max-width: 720px;
}
.fp-shipping-list li {
position: relative;
padding-left: 20px;
font-family: var(--fpshipping-font-sans);
font-size: 14px;
line-height: 1.62;
letter-spacing: .01em;
color: #333;
}
.fp-shipping-list li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: var(--fpshipping-ink);
font-size: 12px;
font-weight: 700;
}
.fp-shipping-link {
color: var(--fpshipping-ink);
text-decoration: underline;
text-underline-offset: 4px;
font-weight: 700;
}
.fp-shipping-section-dark .fp-shipping-link {
color: var(--fpshipping-gold-soft);
}
.fp-shipping-note {
margin-top: 14px;
padding: 11px 12px;
border: 1px solid #d8d8d8;
background: #fafafa;
text-align: center;
font-family: var(--fpshipping-font-sans);
font-size: 8.8px;
letter-spacing: .15em;
text-transform: uppercase;
color: var(--fpshipping-muted);
line-height: 1.6;
font-weight: 700;
}
.fp-shipping-buttons {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 12px;
}
.fp-shipping-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0 18px;
border: 2px solid var(--fpshipping-ink);
background: var(--fpshipping-ink);
color: #fff;
font-family: var(--fpshipping-font-sans);
font-size: 10px;
letter-spacing: .18em;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
transition: .22s ease;
}
.fp-shipping-button:hover {
background: #000;
color: #fff;
transform: translateY(-1px);
}
.fp-shipping-button.secondary {
background: #fff;
color: var(--fpshipping-ink);
}
.fp-shipping-button.secondary:hover {
background: var(--fpshipping-ink);
color: #fff;
}
.fp-shipping-final {
margin-top: 16px;
border: 1px solid var(--fpshipping-ink);
background: #fff1b8;
padding: 18px 14px;
text-align: center;
}
.fp-shipping-final-title {
margin-bottom: 9px;
font-family: var(--fpshipping-font-display);
font-size: 26px;
line-height: 1.05;
letter-spacing: .01em;
font-style: italic;
font-weight: 600;
color: var(--fpshipping-ink);
}
.fp-shipping-final-text {
font-family: var(--fpshipping-font-sans);
font-size: 14px;
line-height: 1.7;
letter-spacing: .01em;
color: var(--fpshipping-ink);
max-width: 760px;
margin: 0 auto 12px;
}
@media screen and (max-width: 749px) {
.fp-shipping-page {
margin: 20px 0;
padding: 16px 14px;
}
.fp-shipping-title {
font-size: 30px;
}
.fp-shipping-subtitle {
font-size: 14px;
line-height: 1.68;
}
.fp-shipping-summary {
grid-template-columns: repeat(2, 1fr);
gap: 7px;
}
.fp-shipping-summary-card {
padding: 13px 8px;
}
.fp-shipping-summary-label {
font-size: 8.6px;
letter-spacing: .14em;
}
.fp-shipping-summary-title {
font-size: 18px;
}
.fp-shipping-section {
padding: 15px 12px;
margin: 11px 0;
}
.fp-shipping-section-title {
font-size: 22px;
}
.fp-shipping-text {
font-size: 14px;
line-height: 1.68;
text-align: center;
}
.fp-shipping-grid {
grid-template-columns: 1fr;
gap: 8px;
}
.fp-shipping-info-title {
font-size: 8.8px;
letter-spacing: .14em;
}
.fp-shipping-info-text {
font-size: 13.8px;
line-height: 1.55;
}
.fp-shipping-list li {
font-size: 14px;
line-height: 1.58;
}
.fp-shipping-note {
font-size: 8.6px;
letter-spacing: .12em;
}
.fp-shipping-final-title {
font-size: 23px;
}
.fp-shipping-final-text {
font-size: 14px;
}
.fp-shipping-button {
width: 100%;
min-height: 50px;
font-size: 10px;
letter-spacing: .15em;
}
}
Shipping & Delivery
At FunPrinted, every item is made to order and crafted with care. We’re committed to delivering high-quality products with fast, reliable shipping across the United States.
Production
1–2 Business Days
Shipping
2–5 Business Days
Tracking
Track Your Order
Free US Shipping
We keep it simple: free shipping on all orders across the United States. No hidden fees, no minimum order, and no surprises at checkout.
Production Time
Every order is printed fresh just for you — no stock, no shortcuts. Each item is carefully produced, quality checked, and prepared for shipping before it leaves our facility.
Production Time
1–2 business days.
Made to Order
Printed fresh after checkout instead of sitting in storage.
Shipping Time
Once your order is ready, it ships straight to your door with tracking.
United States
2–5 business days, typically around 3 business days.
Total Delivery
Total estimated delivery is usually 3–7 business days.
Total delivery includes both production and shipping time. Delivery may vary during holidays and major sale events.
Where We Ship
We currently ship to customers across the United States.
- United States — all 50 states
- Includes Alaska and Hawaii
- Free US shipping on every order
Tracking Your Order
Once your order ships, you’ll receive a confirmation email with your tracking number. Use our tracking page to follow your package through the official carrier tracking system.
Tracking may take a few hours to update after shipment. If you haven’t received tracking details within 3 business days, contact us at
contact@funprinted.com
No Tracking Email Yet?
Every order is printed fresh after checkout. Production usually takes 1–2 business days, typically around 2 business days. Your tracking email is sent once your order ships.
Please check your spam or promotions folder first. If you still can’t find it after 3 business days, contact our support team.
Shipping Address
Please double-check your shipping address before completing your order. FunPrinted is not responsible for delays or failed deliveries caused by incorrect or incomplete address information.
If you notice an address error, contact us within 24 hours of placing your order and we’ll do our best to update it before it ships.
Delays & Lost Orders
We work hard to get every order to you on time. If your order is delayed beyond the estimated timeframe or appears to be lost in transit, please contact us. We’ll work directly with the carrier to resolve the issue as quickly as possible.
Need Help?
Our support team is always happy to help with any shipping, tracking, or delivery questions. Contact us anytime and we’ll get back to you as soon as possible.
Mon–Sat, 9:00 AM – 5:00 PM PST · contact@funprinted.com · +1 (213) 582-5607