| UK |
Royal Mail |
3–5 working days |
Free* |
| US |
DHL Express |
2–4 working days |
Free* |
| Rest of world |
DHL Express |
3–5 working days |
Free* |
*Free shipping applies to human hair orders only. Synthetic hair, accessories, and education products ship at standard rates calculated at checkout.
All orders dispatch within 1–2 working days. Orders placed on weekends or public holidays dispatch the next working day. You'll receive a tracking number by email once your order ships.
International customs duties and import taxes are the customer's responsibility. Delivery times begin after dispatch and may vary by destination.
Preparation
Each bundle is hand-prepared — colored, blended, quality-checked — within the same 1–2 working day window before dispatch.
.bundle-guide__body { margin: 0 0 32px; }
.bundle-guide__heading {
font-family: 'Playfair Display', serif;
font-size: 2.4rem;
font-weight: 500;
color: #111;
margin: 0 0 16px;
}
.bundle-guide__table {
width: 100%;
border-collapse: collapse;
font-size: 1.6rem;
color: #111;
table-layout: fixed;
margin-bottom: 20px;
}
.bundle-guide__table td,
.bundle-guide__table th {
padding: 10px 8px;
border-bottom: 0.1rem solid rgba(0,0,0,0.06);
vertical-align: middle;
word-break: break-word;
text-align: left;
}
.bundle-guide__table tr:last-child td { border-bottom: none; }
.bundle-guide__table tr.group-header td,
.bundle-guide__table tr.group-header th {
font-family: 'Playfair Display', serif;
font-size: 1.6rem;
font-weight: 500;
color: #111;
text-transform: none;
text-align: left;
letter-spacing: 0;
vertical-align: bottom;
padding: 16px 8px 8px;
border-bottom: 0.1rem solid #111;
background: rgba(0,0,0,0.03);
}
.bundle-guide__disclaimer {
font-size: 16px;
font-family: 'Jost', sans-serif;
margin: 0 0 12px;
line-height: 1.5;
}
.bundle-guide__disclaimer:last-child { margin-bottom: 0; }
/* Mobile: stack table rows into cards */
@media screen and (max-width: 600px) {
.bundle-guide__heading {
font-size: 2rem;
}
.bundle-guide__table,
.bundle-guide__table tbody,
.bundle-guide__table tr,
.bundle-guide__table td {
display: block;
width: 100%;
}
.bundle-guide__table tr.group-header {
display: none;
}
.bundle-guide__table tr {
padding: 16px 0;
border-bottom: 0.1rem solid #111;
}
.bundle-guide__table tr:last-child {
border-bottom: none;
}
.bundle-guide__table td {
padding: 6px 0;
border: none;
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 12px;
}
.bundle-guide__table td:first-child {
font-family: 'Playfair Display', serif;
font-size: 1.9rem;
padding-bottom: 10px;
margin-bottom: 6px;
border-bottom: 0.1rem solid rgba(0,0,0,0.1);
display: block;
}
.bundle-guide__table td[data-label]::before {
content: attr(data-label);
font-family: 'Jost', sans-serif;
font-size: 1.3rem;
letter-spacing: 1px;
text-transform: uppercase;
color: #666;
flex-shrink: 0;
}
}