Every FluffnCo set is made to order. Your human hoodie and pet hoodie are produced by different fulfillment partners and will arrive in separate shipments. You'll receive a tracking number for each item as it ships.
PROCESSING TIME
All orders are prepared within 3β5 business days, MondayβFriday, excluding holidays.
DELIVERY TIMES
Human Hoodie β Standard Graphic Sets
- United States: 3β5 business days after shipping
- Canada: 5β8 business days after shipping
- International: up to 30 business days after shipping
Human Hoodie β All-Over Print Sets
- United States: 7β10 business days after shipping
- Canada: 7β10 business days after shipping
- International: 7β15 business days after shipping
Pet Hoodie β All Sets
- United States: 7β10 business days after shipping
- Canada: 7β10 business days after shipping
- International: 7β15 business days after shipping
SEPARATE SHIPMENTS
Your human and pet hoodies ship separately β this is completely normal. Both items are on their way. If you receive one item first, the second will follow with its own tracking number.
FREE SHIPPING
Free shipping is included on every set to the US and Canada. No minimum order required.
TRACKING
You'll receive two separate tracking emails β one for your human hoodie and one for your pet hoodie.
INT
.fluff-policy {
max-width: 860px;
margin: 0 auto;
color: #3D3B3B;
font-family: inherit;
}
.fluff-policy-intro {
font-size: 1rem;
line-height: 1.7;
margin-bottom: 2rem;
padding: 16px 18px;
background: rgba(123, 168, 163, 0.1);
border: 1.5px solid #7BA8A3;
border-radius: 10px;
}
.fluff-policy h2 {
font-size: 1.3rem;
font-weight: 700;
color: #000000;
margin: 2rem 0 0.75rem;
padding-bottom: 8px;
border-bottom: 2px solid #7BA8A3;
}
.fluff-policy p {
font-size: 1rem;
line-height: 1.7;
margin: 0 0 1rem;
color: #3D3B3B;
}
.fluff-policy a {
color: #4A6478;
font-weight: 700;
text-decoration: underline;
}
/* Timeline cards */
.fluff-policy-timelines {
display: flex;
flex-direction: column;
gap: 16px;
margin: 1.25rem 0 2rem;
}
.fluff-policy-timeline-card {
background: #FAF8F5;
border: 1px solid #E8E4DE;
border-radius: 10px;
padding: 16px 18px;
}
.fluff-policy-timeline-heading {
font-size: 0.95rem !important;
font-weight: 700 !important;
color: #4A6478 !important;
margin: 0 0 12px !important;
}
/* Table */
.fluff-policy-table {
width: 100%;
border-collapse: collapse;
font-size: 0.9rem;
font-family: inherit;
}
.fluff-policy-table th {
background: #4A6478;
color: #FAF8F5;
font-weight: 700;
padding: 8px 12px;
text-align: left;
border: 1px solid #3D5467;
font-size: 0.85rem;
}
.fluff-policy-table td {
padding: 8px 12px;
border: 1px solid #E8E4DE;
color: #3D3B3B;
background: #ffffff;
line-height: 1.5;
}
.fluff-policy-table tr:nth-child(even) td {
background: rgba(123, 168, 163, 0.06);
}
/* Notice box */
.fluff-policy-notice {
background: rgba(123, 168, 163, 0.1);
border: 1.5px solid #7BA8A3;
border-radius: 10px;
padding: 14px 16px;
margin: 0.75rem 0 1.5rem;
}
.fluff-policy-notice p {
margin: 0 !important;
font-size: 0.95rem;
line-height: 1.65;
}
/* Mobile */
@media screen and (max-width: 749px) {
.fluff-policy-table {
font-size: 0.85rem;
}
.fluff-policy-table th,
.fluff-policy-table td {
padding: 7px 10px;
}
}