Shipping policy

/* ========================================================== AIRBONE CONNECT® SHIPPING POLICY Maximum font weight: 700 Colour system matched to other AIRBONE policies ========================================================== */ .airbone-policy, .airbone-policy * { box-sizing: border-box; } .airbone-policy { --ap-text: #222222; --ap-muted: #666666; --ap-border: #e5e5e5; --ap-light: #f7f7f7; --ap-highlight: #fff5f5; --ap-accent: #ed1c24; --ap-white: #ffffff; --ap-dark: #161616; width: 100%; max-width: 1100px; margin: 0 auto; padding: 30px 20px 60px; color: var(--ap-text); font-family: inherit; font-size: 16px; line-height: 1.75; } .airbone-policy h1, .airbone-policy h2, .airbone-policy h3 { margin-top: 0; color: var(--ap-text); line-height: 1.3; } .airbone-policy h1 { margin-bottom: 14px; font-size: clamp(30px, 5vw, 46px); font-weight: 700; letter-spacing: -0.03em; } .airbone-policy h2 { margin-bottom: 14px; font-size: clamp(22px, 3vw, 29px); font-weight: 700; letter-spacing: -0.02em; } .airbone-policy h3 { margin-bottom: 10px; font-size: 19px; font-weight: 700; } .airbone-policy p { margin: 0 0 16px; } .airbone-policy a { color: var(--ap-accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; } .airbone-policy ul, .airbone-policy ol { margin: 12px 0 18px; padding-left: 24px; } .airbone-policy li { margin-bottom: 8px; } .airbone-policy strong { font-weight: 700; } /* HERO */ .airbone-policy__hero { margin-bottom: 26px; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--ap-border); border-radius: 24px; background: radial-gradient( circle at top right, rgba(237, 28, 36, 0.09), transparent 36% ), linear-gradient(135deg, #ffffff 0%, #fafafa 100%); } .airbone-policy__eyebrow { display: inline-flex; align-items: center; margin-bottom: 14px; padding: 7px 12px; border-radius: 999px; background: var(--ap-highlight); color: var(--ap-accent); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .airbone-policy__intro { max-width: 840px; margin: 0; color: var(--ap-muted); font-size: 17px; } /* SUMMARY CARDS */ .airbone-policy__summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0 0 28px; } .airbone-policy__summary-card { padding: 20px; border: 1px solid var(--ap-border); border-radius: 16px; background: var(--ap-white); } .airbone-policy__summary-card strong { display: block; margin-bottom: 5px; font-size: 18px; font-weight: 700; } .airbone-policy__summary-card span { display: block; color: var(--ap-muted); font-size: 14px; line-height: 1.55; } /* NOTICE */ .airbone-policy__notice { margin: 0 0 28px; padding: 22px; border-left: 4px solid var(--ap-accent); border-radius: 4px 14px 14px 4px; background: var(--ap-highlight); } .airbone-policy__notice h3 { margin-bottom: 8px; } .airbone-policy__notice p:last-child { margin-bottom: 0; } /* SECTIONS */ .airbone-policy__section { margin-bottom: 18px; padding: clamp(24px, 4vw, 36px); border: 1px solid var(--ap-border); border-radius: 20px; background: var(--ap-white); } .airbone-policy__section-number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 13px; border-radius: 50%; background: var(--ap-accent); color: var(--ap-white); font-size: 14px; font-weight: 700; } /* DELIVERY OPTION CARDS */ .airbone-policy__delivery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 20px 0; } .airbone-policy__delivery-card { position: relative; padding: 24px; overflow: hidden; border: 1px solid var(--ap-border); border-radius: 18px; background: var(--ap-light); } .airbone-policy__delivery-card--featured { border-color: rgba(237, 28, 36, 0.35); background: radial-gradient( circle at top right, rgba(237, 28, 36, 0.09), transparent 45% ), var(--ap-white); } .airbone-policy__delivery-badge { display: inline-flex; align-items: center; margin-bottom: 14px; padding: 6px 10px; border-radius: 999px; background: var(--ap-white); color: var(--ap-muted); font-size: 12px; font-weight: 700; line-height: 1.3; text-transform: uppercase; } .airbone-policy__delivery-card--featured .airbone-policy__delivery-badge { background: var(--ap-accent); color: var(--ap-white); } .airbone-policy__delivery-card h3 { margin-bottom: 6px; font-size: 22px; } .airbone-policy__delivery-price { display: block; margin-bottom: 12px; color: var(--ap-accent); font-size: 20px; font-weight: 700; } .airbone-policy__delivery-time { display: block; margin-bottom: 12px; color: var(--ap-text); font-size: 16px; font-weight: 700; } .airbone-policy__delivery-card p:last-child { margin-bottom: 0; } /* SUBCARDS */ .airbone-policy__subcard { margin: 18px 0; padding: 20px; border: 1px solid var(--ap-border); border-radius: 14px; background: var(--ap-light); } .airbone-policy__subcard h3 { margin-bottom: 8px; } .airbone-policy__subcard p:last-child, .airbone-policy__subcard ul:last-child { margin-bottom: 0; } /* TABLE */ .airbone-policy__table-wrap { width: 100%; margin: 18px 0; overflow-x: auto; border: 1px solid var(--ap-border); border-radius: 14px; } .airbone-policy table { width: 100%; min-width: 680px; border-collapse: collapse; } .airbone-policy th, .airbone-policy td { padding: 15px; border-bottom: 1px solid var(--ap-border); text-align: left; vertical-align: top; } .airbone-policy th { background: var(--ap-light); font-weight: 700; } .airbone-policy tr:last-child td { border-bottom: 0; } /* CONTACT PANEL */ .airbone-policy__contact { padding: 25px; border-radius: 16px; background: var(--ap-dark); color: var(--ap-white); } .airbone-policy__contact h3 { color: var(--ap-white); } .airbone-policy__contact a { color: var(--ap-white); } .airbone-policy__contact p:last-child { margin-bottom: 0; } /* BUTTON */ .airbone-policy__button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin: 4px 8px 4px 0; padding: 11px 18px; border: 1px solid var(--ap-accent); border-radius: 999px; background: var(--ap-accent); color: var(--ap-white) !important; font-size: 14px; font-weight: 700; line-height: 1.3; text-decoration: none !important; transition: transform 0.2s ease, opacity 0.2s ease; } .airbone-policy__button:hover { opacity: 0.9; transform: translateY(-1px); } .airbone-policy__small { color: var(--ap-muted); font-size: 14px; } /* MOBILE */ @media (max-width: 767px) { .airbone-policy { padding: 18px 14px 40px; font-size: 15px; } .airbone-policy__hero { border-radius: 18px; } .airbone-policy__summary, .airbone-policy__delivery-grid { grid-template-columns: 1fr; } .airbone-policy__section { padding: 22px 18px; border-radius: 16px; } .airbone-policy__delivery-card { padding: 21px 18px; } .airbone-policy__button { width: 100%; margin-right: 0; } } Delivery Across Australia

Shipping Policy

AIRBONE CONNECT® is committed to providing clear, dependable and convenient delivery options for orders placed through our website. This policy explains our shipping charges, estimated delivery periods, order processing, tracking and procedures for delayed or missing parcels.

Free Over AU$99 Standard Delivery is free on eligible orders of AU$99 or more. Orders below AU$99 incur a flat AU$10 Standard Delivery fee.
5–8 Business Days Our Standard Delivery option is suitable for customers who prefer an economical tracked delivery service.
AU$14 Expedited Expedited Delivery is available for a flat AU$14 rate, with an estimated delivery period of 3–5 business days.

Delivery Estimates

Delivery periods are estimates rather than guaranteed arrival dates unless we expressly confirm otherwise. Delivery may take longer because of remote destinations, carrier disruptions, severe weather, public holidays, unusually high demand or circumstances outside our reasonable control.

Your rights under the Australian Consumer Law remain unaffected.

1

Where We Deliver

This Shipping Policy applies to eligible domestic orders delivered within Australia through the AIRBONE CONNECT® website.

Orders may be dispatched from our Australian inventory locations, fulfilment partners or authorised third-party fulfilment centres, depending on product availability and the delivery destination.

Delivery availability may vary for remote locations, islands, restricted areas, PO Boxes, Parcel Lockers and addresses that cannot be serviced by the selected carrier.

If we are unable to deliver to the address provided, we may contact the customer to request an alternative address or arrange another appropriate solution.

2

Delivery Options

We provide two delivery options for eligible orders placed through our website.

Faster Option

Expedited Delivery

Estimated delivery: 3–5 business days Flat rate: AU$14

Expedited Delivery is charged at a flat AU$14 rate for eligible domestic orders, regardless of whether the order qualifies for free Standard Delivery.

Selecting Expedited Delivery prioritises the available delivery service but does not guarantee delivery on a particular date.

Delivery option Estimated delivery period Delivery charge
Standard Delivery 5–8 business days AU$10 flat rate for orders below AU$99.
Free for eligible orders of AU$99 or more.
Expedited Delivery 3–5 business days Flat AU$14 rate
3

Free Standard Delivery

Free Standard Delivery applies sitewide when the eligible order value is AU$99 or more.

No minimum product quantity is required. A qualifying order may contain one product or multiple products.

Orders below AU$99 are charged a flat Standard Delivery fee of AU$10. Orders with an eligible merchandise value of AU$99 or more receive Standard Delivery free of charge.

Delivery fees, gift cards and other excluded amounts do not contribute towards the AU$99 free-delivery threshold unless expressly stated otherwise.

If a return or order modification reduces the qualifying merchandise value below AU$99, any refund calculation may take into account the Standard Delivery charge that would originally have applied, where permitted by law and clearly disclosed to the customer.

4

Business Days

A business day generally means Monday to Friday, excluding public holidays observed at the dispatch location, delivery destination or by the relevant carrier.

Saturdays, Sundays and public holidays are not ordinarily counted when calculating processing or estimated delivery periods.

Delivery estimates begin after the order has been processed and dispatched, not necessarily at the time the order is submitted.

5

Order Processing and Dispatch

Orders are ordinarily reviewed and prepared for dispatch on business days.

Processing may include:

  • payment authorisation and verification;
  • fraud and transaction-risk screening;
  • delivery-address validation;
  • inventory confirmation;
  • product picking and packing;
  • shipping-label creation; and
  • handover to the selected carrier or fulfilment partner.

Orders submitted during weekends, public holidays or periods of high demand may begin processing on the next available business day.

Processing may take longer where an order requires address confirmation, payment review, stock transfer, fraud verification or other reasonable investigation.

We may contact the customer if further information is required before an order can be safely dispatched.

6

Fulfilment and Carrier Allocation

Orders may be fulfilled through AIRBONE CONNECT® inventory facilities, Amazon Multi-Channel Fulfilment, Australia Post or another appropriate fulfilment or delivery provider.

The fulfilment location and carrier may be selected according to:

  • product availability;
  • the customer's delivery location;
  • the selected delivery option;
  • warehouse capacity;
  • carrier availability;
  • parcel size or value;
  • service restrictions; and
  • the delivery method reasonably expected to provide the best outcome.

Customers select the available delivery speed at checkout but cannot ordinarily select the warehouse, fulfilment provider or individual carrier used to complete the delivery.

The appearance of external carrier or fulfilment-provider branding on a shipping label, tracking page or parcel does not change the customer's transaction with AIRBONE CONNECT®.

7

Tracking and Delivery Notifications

Where tracking is available, the tracking information will ordinarily be provided after the order has been dispatched.

Tracking may be made available through:

  • the order confirmation or dispatch notification;
  • the customer's AIRBONE CONNECT® account;
  • the carrier's tracking system; or
  • an authorised fulfilment partner's tracking service.

Tracking information may take up to 24 hours, and occasionally longer, to display an initial carrier scan after dispatch.

Customers should monitor their tracking information and any delivery instructions or attempted-delivery notifications provided by the carrier.

8

Delivery Estimates and Possible Delays

Standard and Expedited delivery periods are estimates based on normal operating conditions.

Delivery may take longer because of:

  • remote, rural or regional delivery locations;
  • public holidays and seasonal demand;
  • carrier network disruptions;
  • severe weather, flooding, fire or natural disasters;
  • road, air or transport interruptions;
  • incorrect or incomplete delivery information;
  • delivery-access restrictions;
  • security or payment verification;
  • unexpected inventory discrepancies;
  • carrier safety requirements;
  • failed delivery attempts; or
  • circumstances outside our reasonable control.

We will not describe an order as delivered merely because it has been dispatched. If an order is materially delayed or cannot be supplied within the represented or a reasonable period, we will assess the circumstances and provide an appropriate solution consistent with applicable law.

9

Remote and Regional Locations

Delivery to remote, rural, regional or island locations may require additional transit time beyond the standard estimates.

Expedited Delivery may not be available to every postcode. Where an expedited service is unavailable, the checkout may restrict the option or we may contact the customer to discuss an alternative.

A remote-area delay does not automatically mean that the parcel is lost. Tracking scans may also occur less frequently in some regional carrier networks.

10

PO Boxes and Parcel Lockers

Some orders may be delivered to an eligible PO Box or Parcel Locker where the product dimensions, value, carrier and selected service allow it.

Certain high-value, oversized, restricted or signature-required orders may require a residential or business street address.

If the selected carrier cannot deliver to the provided PO Box or Parcel Locker, we may request an alternative delivery address before dispatch.

11

Delivery Address Responsibilities

Customers are responsible for providing a complete and accurate delivery address during checkout.

Before submitting an order, customers should confirm:

  • the recipient's full name;
  • unit, apartment or suite number;
  • street number and street name;
  • suburb, state and postcode;
  • a suitable contact number;
  • business name, where relevant; and
  • any necessary delivery-access details.

AIRBONE CONNECT® is not responsible for avoidable delays caused by incorrect, incomplete or outdated information supplied by the customer.

However, we will take reasonable steps to assist where a delivery problem is reported promptly.

12

Address Changes and Order Modifications

Address changes, product changes or order cancellations should be requested as soon as possible through our website Contact Form.

We may be able to update an order only while it remains unprocessed and has not been allocated, packed or dispatched.

Once an order has entered fulfilment or has been dispatched:

  • the delivery address may no longer be changeable;
  • products may no longer be added or removed;
  • the selected delivery option may no longer be changeable; and
  • the order may need to proceed through the applicable return process.

Carrier redirection services are subject to the carrier's own availability, verification requirements and restrictions.

13

Authority to Leave and Safe-Drop Delivery

Depending on the carrier, delivery location and parcel value, a parcel may be left in a location considered reasonably safe or may require a signature, collection or another delivery attempt.

Where a customer expressly authorises a parcel to be left unattended, the customer accepts the ordinary risks associated with that instruction, except to the extent responsibility cannot lawfully be excluded.

Carriers may refuse to leave a parcel where the location is considered unsafe, exposed, inaccessible or inconsistent with carrier procedures.

AIRBONE CONNECT® cannot guarantee that a particular safe-drop request will be followed where it conflicts with carrier safety, security or signature requirements.

14

Failed Delivery Attempts and Unclaimed Parcels

If nobody is available to receive a parcel, the carrier may:

  • leave the parcel in a reasonably safe location;
  • leave delivery instructions;
  • attempt delivery again;
  • redirect the parcel to a collection location; or
  • return the parcel to the sender.

Customers are responsible for collecting parcels within the period specified by the carrier.

If a parcel is returned because it was unclaimed, refused or could not be delivered using the address supplied, we may contact the customer to arrange redelivery or another appropriate resolution.

Reasonable redelivery costs may apply where the failed delivery was caused by incorrect information, refusal, failure to collect or another circumstance within the customer's control, except where prohibited by law.

15

Split Shipments

An order containing multiple products may be dispatched in more than one parcel or from more than one fulfilment location.

Split shipments may occur because of:

  • inventory being stored at different locations;
  • product dimensions or shipping restrictions;
  • carrier capacity;
  • availability of a faster fulfilment route; or
  • other operational requirements.

Separate parcels may have different tracking numbers and may arrive on different days.

Customers will not ordinarily be charged an additional delivery fee solely because AIRBONE CONNECT® chooses to split an eligible order after checkout.

16

Delayed Parcels

If tracking has not updated or the estimated delivery period has passed, customers should first review the tracking information for carrier updates, collection instructions or attempted-delivery notices.

If the issue remains unresolved, customers should contact AIRBONE CONNECT® through our website rather than relying only on the carrier.

When investigating a delayed parcel, we may:

  • confirm the delivery address;
  • review tracking events;
  • contact the fulfilment provider or carrier;
  • request a carrier investigation;
  • ask the customer to check reasonable delivery locations;
  • confirm whether another household or workplace member accepted it; or
  • provide another appropriate solution based on the investigation.

Carrier investigations may require additional time, particularly where a parcel is still moving through the delivery network.

17

Lost or Missing Parcels

A parcel will not necessarily be treated as lost immediately after an estimated delivery date passes. We may first allow a reasonable period for delayed carrier scans and complete an appropriate investigation.

If a parcel cannot be located or has been confirmed as lost, we will assess the available information and provide an appropriate remedy, which may include:

  • dispatching a replacement product;
  • providing a refund;
  • providing another agreed solution; or
  • taking another action required under applicable law.

Customers are not required to independently resolve a genuine non-delivery issue with the carrier before contacting us.

We may require reasonable verification before approving a replacement or refund, particularly where carrier records indicate delivery.

18

Orders Marked as Delivered

If tracking shows that a parcel has been delivered but the customer cannot locate it, the customer should:

  1. check around the delivery property and any safe-drop locations;
  2. check with household members, neighbours, reception or building management;
  3. review any delivery photograph or collection instructions;
  4. confirm that the delivery address on the order is correct; and
  5. contact us promptly if the parcel remains missing.

We may request information reasonably required to investigate the delivery, including confirmation of the address and any relevant carrier evidence.

A carrier's delivered scan will be considered as part of the assessment but does not prevent us from investigating a genuine report of non-delivery.

19

Damaged Parcels or Missing Contents

Customers should inspect delivered parcels as soon as reasonably possible.

If a parcel arrives damaged, opened, incomplete or with products missing, the customer should preserve the packaging and submit a report through our website Contact Form.

The report should include, where reasonably available:

  • the order number;
  • a description of the issue;
  • photographs of the outer packaging;
  • photographs of the shipping label;
  • photographs of the product and internal packaging;
  • details of any missing product or accessory; and
  • any information provided by the carrier.

Customers should not discard damaged packaging until we confirm that it is no longer required for assessment.

Claims involving damaged or incomplete deliveries will be handled consistently with our Warranty & Refund Policy and applicable consumer law.

20

Incorrect Products

If the product delivered is different from the product ordered, the customer should contact us through our website as soon as reasonably possible.

Customers should not use, install, modify or dispose of an incorrectly supplied product while the matter is being assessed.

Where we confirm that an incorrect product was supplied, we will arrange an appropriate remedy and bear reasonable return costs where required.

21

Shipping Fees and Refunds

Original shipping charges are generally not refundable for voluntary change-of-mind returns.

However, shipping charges will be refunded or otherwise addressed where required by the Australian Consumer Law, including where goods are not supplied, are incorrectly supplied or a customer is entitled to recover reasonable delivery-related costs.

Expedited Delivery charges are not automatically refundable merely because delivery occurs later than the estimated period. We will assess the cause and extent of the delay, the representations made at checkout and the customer's rights under applicable law.

Return-related charges are governed by our Warranty & Refund Policy.

22

Returns and Warranty Claims

This Shipping Policy applies to the initial delivery of an order. Change-of-mind returns, faulty products, replacement products and warranty claims are governed by our Warranty & Refund Policy.

Customers should obtain return instructions before sending a product. Products returned without sufficient identification or authorisation may experience processing delays.

View Warranty & Refund Policy 23

Fraudulent or Abusive Delivery Claims

We may reasonably investigate claims involving suspected false information, altered evidence, substituted products, repeated delivery disputes or other potentially fraudulent conduct.

Where reasonably supported and permitted by law, we may:

  • request additional identity or order verification;
  • review carrier and fulfilment records;
  • request delivery evidence;
  • refer the matter to the payment provider or marketplace;
  • restrict voluntary shipping benefits; or
  • refer suspected unlawful activity to an appropriate authority.

This section will not be used to deny a genuine delivery claim or restrict rights that cannot lawfully be excluded.

24

Australian Consumer Law

Online businesses generally have the same consumer-law responsibilities as physical businesses.

Nothing in this Shipping Policy excludes, restricts or modifies any consumer guarantee, right or remedy that cannot lawfully be excluded, restricted or modified.

If we cannot supply an order within the represented time or within a reasonable time, we will assess the circumstances and provide an appropriate solution in accordance with applicable law.

25

Changes to This Shipping Policy

We may update this Shipping Policy when our delivery services, carriers, fulfilment arrangements, charges, service areas or legal obligations change.

The current version will be published on this page. Delivery charges and options displayed during checkout will apply to the order being placed, subject to applicable law.

Changes will not retrospectively reduce rights that already apply to a completed order.

26

Trademark and Intellectual Property Notice

AIRBONE CONNECT® is a registered trademark used in connection with products and services supplied by or under the authority of its owner.

The AIRBONE registered logo, AIRBONE CONNECT® name, website content, product imagery, graphics and associated brand materials must not be copied, reproduced, modified, distributed or used without prior written authorisation, except where permitted by law.

27

Contact Us About a Delivery

For assistance with tracking, delivery delays, missing parcels, damaged shipments or address concerns, please use our internal website Contact Form.

Please provide the order number, recipient name and a clear description of the delivery issue so that we can locate the relevant shipment.

Go Airbone Pty Ltd

Trading as AIRBONE CONNECT®

Shipping and delivery assistance:
Submit your request through our secure website Contact Form.

Contact AIRBONE CONNECT®