Shipping policy

.sp * { box-sizing: border-box; margin: 0; padding: 0; } .sp { font-family: 'DM Sans', sans-serif; color: #1c1008; max-width: 860px; margin: 0 auto; } /* ── HERO ── */ .sp-hero { background: #1c1008; padding: clamp(44px, 7vw, 80px) clamp(24px, 5vw, 60px) clamp(40px, 6vw, 64px); text-align: center; position: relative; overflow: hidden; } .sp-hero::after { content: 'POLICY'; position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%); font-family: 'Cormorant Garamond', serif; font-size: clamp(72px, 16vw, 160px); font-weight: 600; color: rgba(255,255,255,0.03); letter-spacing: -.04em; pointer-events: none; white-space: nowrap; line-height: 1; } .sp-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: #c8581e; font-weight: 500; margin-bottom: 18px; position: relative; z-index: 1; } .sp-eyebrow::before, .sp-eyebrow::after { content: ''; display: block; width: 26px; height: 1px; background: #c8581e; opacity: .65; } .sp-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(42px, 8vw, 72px); font-weight: 400; color: #f9f4ee; letter-spacing: -.025em; line-height: 1.05; margin-bottom: 14px; position: relative; z-index: 1; } .sp-hero h1 em { font-style: italic; color: #e07040; } .sp-hero-meta { font-size: 12px; font-weight: 300; color: #8a7b6e; letter-spacing: .06em; margin-bottom: 32px; position: relative; z-index: 1; } .sp-hero-meta span { color: #b8a898; } .sp-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; position: relative; z-index: 1; } .sp-nav-pill { font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: #8a7b6e; border: 1px solid #2e1b0e; padding: 7px 14px; display: inline-block; } /* ── SUMMARY CARDS ── */ .sp-summary { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #e3d5c4; } .sp-sum-card { background: #f0e8dc; padding: clamp(20px, 3vw, 32px) clamp(16px, 3vw, 32px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; } .sp-sum-card:first-child { border-right: 1px solid #e3d5c4; } .sp-sum-icon { width: 28px; height: 28px; stroke: #c8581e; stroke-width: 1.5; fill: none; margin-bottom: 4px; } .sp-sum-label { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: #8a7b6e; font-weight: 500; } .sp-sum-value { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 3vw, 24px); font-weight: 400; color: #1c1008; } /* ── SECTIONS ── */ .sp-sections { background: #ffffff; padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 60px); } .sp-section { padding-bottom: clamp(36px, 5vw, 56px); margin-bottom: clamp(36px, 5vw, 56px); border-bottom: 1px solid #f0e8dc; } .sp-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .sp-section-head { display: flex; align-items: flex-start; gap: clamp(16px, 3vw, 28px); margin-bottom: 18px; } .sp-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 6vw, 56px); font-weight: 300; color: #e3d5c4; line-height: 1; flex-shrink: 0; margin-top: -4px; min-width: 40px; } .sp-section-label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: #c8581e; font-weight: 500; margin-bottom: 5px; } .sp-section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 4vw, 30px); font-weight: 400; color: #1c1008; letter-spacing: -.015em; line-height: 1.1; } .sp-text { font-size: 14px; font-weight: 300; color: #6b5e52; line-height: 1.9; } .sp-callout { background: #f9f4ee; border-left: 2px solid #c8581e; padding: 14px 18px; margin-top: 16px; border-radius: 0; } .sp-callout p { font-size: 13px; font-weight: 400; color: #2e1b0e; line-height: 1.75; } .sp-callout p strong { font-weight: 600; color: #1c1008; } /* ── TABLE ── */ .sp-table-wrap { overflow-x: auto; margin-top: 18px; -webkit-overflow-scrolling: touch; } .sp-table { width: 100%; border-collapse: collapse; min-width: 300px; } .sp-table th { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #8a7b6e; font-weight: 500; text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid #e3d5c4; } .sp-table td { font-size: 13px; font-weight: 300; color: #2e1b0e; padding: 12px 12px 12px 0; border-bottom: 1px solid #f5f0ea; vertical-align: top; line-height: 1.6; } .sp-table td:first-child { color: #8a7b6e; width: 40%; font-weight: 400; } .sp-table tr:last-child td { border-bottom: none; } /* ── FOOTER ── */ .sp-footer { background: #1c1008; padding: clamp(28px, 4vw, 40px) clamp(24px, 5vw, 60px); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; border-top: 1px solid #2e1b0e; } .sp-footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: #f9f4ee; } .sp-footer-right { font-size: 13px; font-weight: 300; color: #8a7b6e; line-height: 1.6; text-align: right; } .sp-footer-right a { color: #c8581e; text-decoration: none; } /* ── MOBILE ── */ @media (max-width: 560px) { .sp-summary { grid-template-columns: 1fr 1fr; } .sp-footer-right { text-align: left; } .sp-table th, .sp-table td { font-size: 12px; } } @media (max-width: 380px) { .sp-summary { grid-template-columns: 1fr; } .sp-sum-card:first-child { border-right: none; border-bottom: 1px solid #e3d5c4; } }
Legal Document

Shipping Policy

Effective Date: April 26, 2026  ·  Shopera USA  ·  shoperausa.com

Coverage Costs Processing Delivery Tracking Issues Delays Contact
Shipping Cost
Always Free
Delivery Time
8–12 Business Days
01
Coverage

We currently ship to all 50 United States. At this time, we do not offer international shipping. All orders must be placed with a valid US delivery address to be processed and fulfilled.

02
Shipping Costs

We believe great products should not come with surprise fees at checkout. Shipping is completely free on every single order — no minimum purchase required, no discount code needed.

Free standard shipping on all US orders — no minimum spend, no code needed, every time.

03
Order Processing

Orders are typically processed within 1–3 business days of being placed. Orders placed on weekends or public holidays will begin processing on the next available business day.

Order placed on Processing begins
Monday – Friday Same or next business day
Saturday – Sunday Following Monday
Public holidays Next available business day
04
Delivery

After your order is processed, standard delivery takes 8–12 business days. Total estimated time from order placement to delivery is approximately 9–15 business days. Delivery times may vary depending on your location within the United States.

Stage Estimated time
Order processing 1–3 business days
Standard delivery 8–12 business days
Total (order to door) 9–15 business days
05
Order Tracking

Once your order has shipped, you will receive a confirmation email containing your tracking number. You can use this number to follow your shipment's progress directly through the carrier's website.

Did not receive a tracking email? Please check your spam or junk folder first. If it is not there, contact us at support@shoperausa.com and we will resend it right away.

06
Issues & Delays

While we work hard to ensure every order arrives on time and in perfect condition, occasional delays can occur due to carrier disruptions, weather, or high-volume periods. If your order has not arrived within the estimated window, please contact us and we will investigate promptly.

Issue What to do
Order delayed Contact us after 15 business days from your order date
Package marked lost Email us — we will open a carrier investigation immediately
Wrong item received Email us with a photo — we will reship the correct item
Item damaged on arrival Email us with a photo — full replacement at no charge
07
Changes to This Policy

Shopera USA reserves the right to update or modify this shipping policy at any time without prior notice. Any changes will take effect immediately upon being posted to our website. We encourage you to review this page periodically to stay informed of any updates.