Shipping Rates & Delivery Estimates
We offer Australia wide and international shipping via Australia Post and DHL Express.
Shipping costs are shown in AUD and estimated delivery times are based on business days.
| Destination |
Australia Post Standard |
Australia Post Express |
DHL Express |
| Australia Wide |
$10 Estimated 2 to 6 business days
|
$15 Estimated 1 to 3 business days
|
Not needed |
| New Zealand |
$45 Estimated 6 to 10 business days
|
$65 Estimated 3 to 6 business days
|
$95 Estimated 2 to 4 business days
|
| USA / Canada |
$70 Estimated 7 to 12 business days
|
$95 Estimated 3 to 6 business days
|
$145 Estimated 3 to 6 business days
|
| UK / Europe |
$80 Estimated 8 to 14 business days
|
$110 Estimated 3 to 6 business days
|
$155 Estimated 3 to 6 business days
|
| Singapore |
$60 Estimated 6 to 10 business days
|
$85 Estimated 3 to 6 business days
|
$120 Estimated 2 to 4 business days
|
| Malaysia |
$60 Estimated 6 to 10 business days
|
$85 Estimated 3 to 6 business days
|
$120 Estimated 2 to 5 business days
|
| Japan |
$65 Estimated 6 to 12 business days
|
$90 Estimated 3 to 6 business days
|
$125 Estimated 2 to 5 business days
|
| Dubai / UAE |
$75 Estimated 7 to 14 business days
|
$100 Estimated 3 to 7 business days
|
$145 Estimated 3 to 6 business days
|
| Rest of World |
$100 Estimated 10 to 20 business days
|
$130 Estimated 3 to 8 business days
|
$180 Estimated 4 to 8 business days
|
Order Processing
Orders are carefully checked, packed and prepared before shipping. Tracking details will be provided once your parcel has been dispatched.
Customs Duties, Taxes & Import Fees
International customers are responsible for any customs duties, taxes, import fees, clearance charges or other local charges applied by their destination country. These charges are not included in our product or shipping prices and are not covered by us.
Please Note
Delivery times are estimates only and may vary depending on the destination, customs clearance, public holidays, peak periods and courier network conditions.
.shipping-policy {
width: 100%;
background: #f8f1e8;
color: #351b0f;
box-sizing: border-box;
font-family: inherit;
}
.shipping-policy * {
box-sizing: border-box;
}
.shipping-policy__inner {
width: 100%;
max-width: 1100px;
margin: 0 auto;
background: #fbf6ee;
padding: 10px 22px 24px;
}
.shipping-policy__header {
text-align: center;
margin-bottom: 30px;
}
.shipping-policy__header h1 {
margin: 0 0 16px;
font-size: 22px;
line-height: 1.3;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
}
.shipping-policy__header p {
margin: 0 0 12px;
font-size: 16px;
line-height: 1.6;
}
.shipping-table-wrap {
width: 100%;
overflow-x: auto;
}
.shipping-table {
width: 100%;
border-collapse: collapse;
background: #fffaf3;
}
.shipping-table th {
font-size: 16px;
line-height: 1.3;
font-weight: 600;
text-align: left;
padding: 10px;
border: 1px solid rgba(184, 149, 98, 0.6);
background: #efe2d2;
color: #351b0f;
vertical-align: top;
}
.shipping-table td {
font-size: 14px;
line-height: 1.6;
padding: 16px;
border: 1px solid rgba(184, 149, 98, 0.45);
color: #111;
vertical-align: top;
}
.shipping-table strong {
font-weight: 700;
}
.shipping-notes {
margin-top: 28px;
border-top: 1px solid rgba(184, 149, 98, 0.55);
padding-top: 24px;
}
.shipping-notes h2 {
margin: 0 0 10px;
font-size: 22px;
line-height: 1.3;
text-transform: uppercase;
}
.shipping-notes p {
margin: 0 0 22px;
font-size: 16px;
line-height: 1.6;
color: #111;
}
.shipping-policy__footer {
text-align: center;
padding-top: 10px;
}
.footer-divider {
max-width: 500px;
margin: 0 auto 18px;
display: flex;
align-items: center;
gap: 18px;
color: #b89562;
}
.footer-divider::before,
.footer-divider::after {
content: "";
height: 1px;
flex: 1;
background: #b89562;
}
.footer-divider span {
font-size: 22px;
line-height: 1;
}
.shipping-policy__footer p {
margin: 0;
font-size: 16px;
line-height: 1.6;
}
@media (max-width: 760px) {
.shipping-policy__inner {
padding: 10px 16px 22px;
}
.shipping-policy__header h1 {
letter-spacing: 2px;
}
.shipping-table,
.shipping-table thead,
.shipping-table tbody,
.shipping-table th,
.shipping-table td,
.shipping-table tr {
display: block;
width: 100%;
}
.shipping-table thead {
display: none;
}
.shipping-table tr {
margin-bottom: 16px;
border: 1px solid rgba(184, 149, 98, 0.55);
background: #fffaf3;
}
.shipping-table td {
border: 0;
border-bottom: 1px solid rgba(184, 149, 98, 0.3);
padding: 12px 14px;
}
.shipping-table td:last-child {
border-bottom: 0;
}
.shipping-table td::before {
content: attr(data-label);
display: block;
margin-bottom: 4px;
font-size: 22px;
line-height: 1.3;
font-weight: 600;
color: #351b0f;
}
}