Versand

.bf-shipping-page { --bf-green: #244f45; --bf-green-light: #e8f0ed; --bf-cream: #f8f4eb; --bf-yellow: #f2b642; --bf-text: #292929; --bf-muted: #666666; --bf-border: rgba(36, 79, 69, 0.16); max-width: 1000px; margin: 0 auto; color: var(--bf-text); line-height: 1.65; } .bf-shipping-page *, .bf-shipping-page *::before, .bf-shipping-page *::after { box-sizing: border-box; } .bf-shipping-page h2, .bf-shipping-page h3, .bf-shipping-page h4 { color: var(--bf-green); line-height: 1.25; } .bf-shipping-page h2 { margin: 8px 0 16px; font-size: clamp(2rem, 5vw, 3rem); } .bf-shipping-page h3 { margin: 0 0 18px; font-size: clamp(1.4rem, 3vw, 1.85rem); } .bf-shipping-page h4 { margin: 0 0 10px; font-size: 1.15rem; } .bf-shipping-page p { margin-top: 0; } .bf-shipping-hero { display: grid; grid-template-columns: minmax(0, 1fr) 230px; align-items: center; gap: 32px; padding: 34px 38px; margin-bottom: 28px; overflow: hidden; background: var(--bf-cream); border: 1px solid var(--bf-border); border-radius: 24px; } .bf-shipping-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; margin-bottom: 2px; color: var(--bf-green); background: rgba(242, 182, 66, 0.24); border-radius: 999px; font-size: 0.9rem; font-weight: 700; } .bf-shipping-lead { max-width: 680px; margin-bottom: 22px; font-size: 1.08rem; } .bf-shipping-hero-image { width: 100%; max-width: 220px; height: auto; justify-self: end; display: block; } .bf-shipping-highlights { display: flex; flex-wrap: wrap; gap: 10px; } .bf-shipping-highlight { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; background: #ffffff; border: 1px solid var(--bf-border); border-radius: 999px; color: var(--bf-green); font-size: 0.92rem; font-weight: 700; } .bf-shipping-check { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; flex: 0 0 20px; color: #ffffff; background: var(--bf-green); border-radius: 50%; font-size: 12px; line-height: 1; } .bf-shipping-section { padding: 30px 0; border-bottom: 1px solid var(--bf-border); } .bf-shipping-section:last-child { border-bottom: 0; } .bf-shipping-intro { max-width: 760px; margin-bottom: 22px; color: var(--bf-muted); } .bf-shipping-benefit-grid, .bf-shipping-delivery-grid { display: grid; gap: 18px; } .bf-shipping-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .bf-shipping-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bf-shipping-card { height: 100%; padding: 22px; background: #ffffff; border: 1px solid var(--bf-border); border-radius: 18px; } .bf-shipping-card--featured { background: var(--bf-green-light); border-color: rgba(36, 79, 69, 0.24); } .bf-shipping-card p:last-child { margin-bottom: 0; } .bf-shipping-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 16px; color: var(--bf-green); background: var(--bf-cream); border-radius: 14px; font-size: 1.4rem; font-weight: 700; } .bf-shipping-badge { display: inline-block; padding: 6px 11px; margin-bottom: 14px; color: #ffffff; background: var(--bf-green); border-radius: 999px; font-size: 0.88rem; font-weight: 700; } .bf-shipping-order-cutoff { padding: 14px 16px; margin-top: 18px; margin-bottom: 0; background: #ffffff; border-left: 4px solid var(--bf-yellow); border-radius: 0 12px 12px 0; } .bf-shipping-table { width: 100%; overflow: hidden; border: 1px solid var(--bf-border); border-radius: 18px; } .bf-shipping-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 18px 20px; background: #ffffff; border-bottom: 1px solid var(--bf-border); } .bf-shipping-row:last-child { border-bottom: 0; } .bf-shipping-row strong { display: block; color: var(--bf-green); } .bf-shipping-row span { color: var(--bf-muted); font-size: 0.94rem; } .bf-shipping-price { color: var(--bf-text); font-weight: 700; white-space: nowrap; } .bf-shipping-price--free { padding: 6px 11px; color: var(--bf-green); background: var(--bf-green-light); border-radius: 999px; } .bf-shipping-notice { padding: 18px 20px; margin-top: 20px; background: var(--bf-cream); border-radius: 14px; } .bf-shipping-notice p:last-child { margin-bottom: 0; } .bf-shipping-list { margin: 0; padding-left: 22px; } .bf-shipping-list li { margin-bottom: 8px; } .bf-shipping-details { margin-top: 14px; background: #ffffff; border: 1px solid var(--bf-border); border-radius: 14px; } .bf-shipping-details summary { padding: 16px 18px; color: var(--bf-green); cursor: pointer; font-weight: 700; } .bf-shipping-details-content { padding: 0 18px 18px; } .bf-shipping-details-content p:last-child { margin-bottom: 0; } @media (max-width: 768px) { .bf-shipping-hero { grid-template-columns: minmax(0, 1fr) 140px; gap: 12px; padding: 26px 22px; } .bf-shipping-hero-image { max-width: 145px; } .bf-shipping-benefit-grid, .bf-shipping-delivery-grid { grid-template-columns: 1fr; } } @media (max-width: 560px) { .bf-shipping-hero { grid-template-columns: minmax(0, 1fr) 105px; align-items: end; padding: 24px 18px 18px; } .bf-shipping-hero-image { max-width: 110px; } .bf-shipping-highlights { grid-column: 1 / -1; } .bf-shipping-highlight { width: 100%; border-radius: 12px; } .bf-shipping-row { grid-template-columns: 1fr; gap: 8px; } .bf-shipping-price { justify-self: start; } }
Schnell und zuverlässig bei dir

Versand und Zustellung

Wir möchten, dass du dich nicht nur auf deine Bestellung, sondern auch auf eine schnelle und transparente Lieferung freuen kannst. Die aktuelle Lieferzeit siehst du bereits direkt auf der jeweiligen Produktseite.

Ab 30 € versandkostenfrei DHL – in Ausnahmefällen UPS Lieferzeit direkt am Produkt
Foxi bringt die Post

Deine Vorteile auf einen Blick

Ab 30 € kostenlos geliefert

Innerhalb Deutschlands liefern wir deine Bestellung ab einem Bestellwert von 30 € versandkostenfrei.

Kurze Lieferzeiten

Produkte von Petromax und Feuerhand erreichen dich innerhalb Deutschlands in der Regel bereits innerhalb von 1–2 Werktagen.

Transparent von Anfang an

Die voraussichtliche Lieferzeit findest du direkt auf der Produktseite, noch bevor du bestellst.

Lieferzeiten innerhalb Deutschlands

Je nach Marke wird deine Bestellung aus unserem eigenen Lager oder direkt von einem unserer ausgewählten Versandpartner verschickt.

2–5 Werktage

Batida & Foxi, buddy und NORDOG

Produkte von Batida & Foxi, buddy und NORDOG liefern wir innerhalb Deutschlands in der Regel innerhalb von 2–5 Werktagen.

Die jeweils aktuelle Lieferzeit wird dir direkt auf der Produktseite angezeigt.

Du kombinierst Produkte verschiedener Marken?

Damit deine verfügbaren Artikel möglichst schnell bei dir ankommen, kann deine Bestellung in mehreren Paketen verschickt werden. Dafür entstehen dir selbstverständlich keine zusätzlichen Versandkosten.

Versandkosten

Alle Versandkosten werden dir vor Abschluss deiner Bestellung noch einmal transparent im Checkout angezeigt.

Deutschland ab 30 € Bestellwert Versandkostenfreie Lieferung
Kostenlos
Deutschland unter 30 € Bestellwert Standardversand
4,90 €
Österreich Internationaler Versand
7,90 €
Schweiz Internationaler Versand
9,90 €

Bei Lieferungen in die Schweiz können zusätzlich Einfuhrabgaben, Steuern, Zölle oder Gebühren anfallen. Diese werden von den zuständigen Stellen erhoben und sind nicht in unseren Versandkosten enthalten.

Versand mit DHL – in Ausnahmefällen UPS

Wir versenden deine Bestellung mit DHL. Nur in Ausnahmefällen erfolgt der Versand mit UPS. Andere Versanddienstleister setzen wir nicht ein.

Sobald deine Bestellung auf dem Weg ist, erhältst du eine Versandbestätigung. Ist für deine Sendung eine Sendungsverfolgung verfügbar, senden wir dir den passenden Link direkt per E-Mail.

Unser Liefergebiet

Wir liefern aktuell nach:

  • Deutschland
  • Österreich
  • Schweiz

Eine Lieferung in weitere Länder bieten wir derzeit nicht an.

Noch gut zu wissen

Wie berechnet sich die Lieferfrist?

Bei Zahlung per Vorkasse beginnt die Lieferfrist am Tag nach Erteilung des Zahlungsauftrags an das überweisende Kreditinstitut. Bei anderen Zahlungsarten beginnt die Lieferfrist am Tag nach Vertragsschluss.

Fällt das Ende der Lieferfrist auf einen Samstag, Sonntag oder einen gesetzlichen Feiertag am Lieferort, endet die Lieferfrist am nächsten Werktag.

Kann meine Bestellung in mehreren Paketen ankommen?

Ja. Einige Produkte werden direkt von unterschiedlichen Versandpartnern verschickt. Deshalb können einzelne Artikel in getrennten Paketen und zu unterschiedlichen Zeitpunkten bei dir eintreffen.

Zusätzliche Versandkosten entstehen dir dadurch nicht.