Shipping policy

📦

Shipping options

Shipping within the United Kingdom

Your order is shipped within the United Kingdom. We deliver to addresses across the UK.

Standard delivery

With our standard delivery, you will receive your order within 1–5 business days.

⏱️

Delivery times

Free delivery within:

1–6
BUSINESS DAYS

For all orders within the United Kingdom, we charge no shipping costs. Handling time is between 0–1 days.

✉️

Delivery information

After shipping, you will receive:

Track & Trace code

Easily track your package all the way to delivery.

/* Container */ .shipping-proof { max-width: 1200px; margin: 0 auto; padding: 44px 24px; font-family: inherit; } /* Grid */ .sp-grid { display: grid; grid-template-columns: 1fr; gap: 28px; } @media (min-width: 750px) { .sp-grid { grid-template-columns: repeat(3, 1fr); } } /* Card */ .sp-card { background: #fff; border-radius: 20px; padding: 36px 28px; box-shadow: 0 10px 34px rgba(0,0,0,0.08); display: flex; flex-direction: column; min-height: 300px; } /* Card header */ .sp-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; } .sp-icon { font-size: 24px; } .sp-card-title { margin: 0; font-size: 20px; } /* Body */ .sp-card-body { flex: 1; display: flex; flex-direction: column; } /* Image */ .sp-media img { max-width: 220px; margin: 20px auto; display: block; border-radius: 12px; } /* Typography */ .sp-muted { font-size: 15px; line-height: 1.6; } .sp-lead { font-size: 16px; margin: 8px 0 10px; } .sp-center { text-align: center; } /* Badge */ .sp-badge { display: inline-block; background: #eef2ff; border-radius: 999px; padding: 6px 14px; font-size: 13px; margin: 12px 0; } /* Days */ .sp-days { font-size: 72px; font-weight: 800; line-height: 1; margin: 10px 0; } .sp-days-caption { font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; } /* Highlight */ .sp-highlight { display: inline-block; background: #eef2ff; padding: 8px 16px; border-radius: 10px; font-weight: 700; margin: 6px 0 16px; } /* Logos */ .sp-logos { display: flex; justify-content: center; gap: 18px; margin: 16px 0 24px; } .sp-logos .logo { height: 42px; max-width: 120px; object-fit: contain; } /* Bottom alignment */ .sp-bottom { margin-top: auto; }