Shipping policy

.page-header, header.page-header, .template-page .page-title, h1.page-header__title { display: none !important; }

Policy

Shipping Policy

Fast, reliable shipping on every order. Here's everything you need to know.

Order Processing Time

All orders are processed and shipped within 1 to 2 business days (excluding weekends and holidays).

Orders placed Friday after 12:00 PM EST will typically ship the following Monday.

During high-volume periods (major sales or holidays), shipments may be delayed by a few days. We'll contact you via email if there is a significant delay.

Shipping Rates & Delivery Estimates

Shipping charges are calculated and displayed at checkout. We primarily use USPS and UPS for reliable delivery.

Method Estimated Delivery Price
Standard 3–5 business days $6.95 Free over $39
Expedited 2 business days Calculated at checkout
Overnight 1 business day Calculated at checkout

Delivery delays can occasionally occur due to carrier issues or weather conditions.

Shipment Confirmation & Order Tracking

You will receive a Shipment Confirmation email once your order has shipped, containing your tracking number(s). The tracking number will typically be active within 24 hours.

Incorrect Addresses

Please ensure your shipping address is correct at checkout. HearLume is not responsible for orders shipped to an incorrectly provided address. If a package is returned to us due to an incorrect address, the customer will be responsible for the cost of re-shipping.

Damages & Lost Packages

HearLume is not liable for products damaged or lost during shipping. If your order arrives damaged, please save all packaging materials and damaged goods and contact the shipment carrier to file a claim.

Stolen Packages: We are not responsible for packages marked as "Delivered" by the carrier but subsequently stolen or missing. We recommend shipping to a secure location or business address.

Please contact us directly at support@hearlume.com as well — we want to make sure you're taken care of and will do our best to help resolve the issue with the carrier.

International Shipping

We currently ship to the United States and Canada. Your order may be subject to import duties and taxes (including VAT), which are incurred once a shipment reaches your destination country. HearLume is not responsible for these charges — they are the responsibility of the customer as the importer of record.

Questions?

If you have any questions about our shipping policy, reach out to us at support@hearlume.com

:root { --ship-gold: #d4af37; --ship-blue: #87CEFA; --ship-bg: #0d0d0d; --ship-card: #151515; --ship-border: rgba(255,255,255,0.06); --ship-muted: #999; } .ship-page { background: var(--ship-bg); color: #fff; font-family: var(--font-body-family, 'DM Sans', sans-serif); overflow-x: hidden; } /* ── HEADER ── */ .ship-header { text-align: center; padding: 64px 48px 0; max-width: 700px; margin: 0 auto; } .ship-header__tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ship-blue); font-weight: 600; margin: 0 0 16px; } .ship-header__title { font-family: var(--font-heading-family, 'Bebas Neue', sans-serif); font-size: 48px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #fff; margin: 0 0 16px; line-height: 1.05; } .ship-header__sub { font-size: 15px; color: var(--ship-muted); line-height: 1.7; margin: 0; } /* ── BODY ── */ .ship-body { padding: 56px 48px 72px; } .ship-body__inner { max-width: 760px; margin: 0 auto; } /* ── BLOCKS ── */ .ship-block { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--ship-border); } .ship-block--last { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .ship-block__title { font-family: var(--font-heading-family, 'Bebas Neue', sans-serif); font-size: 24px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; margin: 0 0 16px; line-height: 1.2; } .ship-block__text { font-size: 14px; color: var(--ship-muted); line-height: 1.75; margin: 0 0 12px; } .ship-block__text:last-child { margin-bottom: 0; } .ship-block__text strong { color: #ccc; font-weight: 600; } .ship-block__footnote { font-size: 12px; color: #666; font-style: italic; margin: 16px 0 0; } /* ── INFO NOTE ── */ .ship-note { display: flex; gap: 16px; padding: 20px 24px; border-radius: 14px; background: var(--ship-card); border: 1px solid var(--ship-border); margin-top: 20px; } .ship-note__icon { flex-shrink: 0; color: var(--ship-blue); margin-top: 2px; } .ship-note__text p { font-size: 13px; color: var(--ship-muted); line-height: 1.7; margin: 0 0 8px; } .ship-note__text p:last-child { margin-bottom: 0; } .ship-note__text strong { color: #ccc; font-weight: 600; } /* ── GOLD CALLOUT ── */ .ship-callout { display: flex; gap: 16px; padding: 20px 24px; border-radius: 14px; background: rgba(212,175,55,0.06); border: 1px solid rgba(212,175,55,0.2); margin-top: 20px; } .ship-callout__icon { flex-shrink: 0; color: var(--ship-gold); margin-top: 2px; } .ship-callout__text { font-size: 13px; color: var(--ship-muted); line-height: 1.7; margin: 0; } .ship-callout__text strong { color: var(--ship-gold); font-weight: 600; } /* ── TABLE ── */ .ship-table-wrap { margin-top: 20px; border-radius: 14px; overflow: hidden; border: 1px solid var(--ship-border); } .ship-table { width: 100%; border-collapse: collapse; font-size: 14px; } .ship-table th { background: var(--ship-card); text-align: left; padding: 14px 20px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ship-muted); font-weight: 600; border-bottom: 1px solid var(--ship-border); } .ship-table td { padding: 16px 20px; color: #ccc; border-bottom: 1px solid var(--ship-border); font-size: 14px; } .ship-table tr:last-child td { border-bottom: none; } .ship-table td strong { color: #fff; font-weight: 600; } .ship-table__free { display: inline-block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ship-gold); font-weight: 700; background: rgba(212,175,55,0.1); padding: 3px 8px; border-radius: 4px; margin-left: 8px; vertical-align: middle; } /* ── LINK ── */ .ship-link { color: var(--ship-gold); text-decoration: none; font-weight: 600; transition: opacity 0.2s ease; } .ship-link:hover { opacity: 0.8; } /* ── MOBILE ── */ @media screen and (max-width: 749px) { .ship-header { padding: 40px 20px 0; } .ship-header__title { font-size: 36px; } .ship-header__sub { font-size: 14px; } .ship-body { padding: 40px 16px 56px; } .ship-block { padding-bottom: 32px; margin-bottom: 32px; } .ship-block__title { font-size: 20px; } .ship-table th { padding: 12px 14px; font-size: 10px; } .ship-table td { padding: 14px 14px