Active filters:

4 Columns
Sort by
Show

Lampa wisząca SOAP

3,713.603,019.19 netto

Lampa wisząca DYNAMICS

399.00324.39 netto

Lampa wisząca RILLA

1,354.97 1,101.60 netto

Lampa wisząca BOTA

4,473.95 3,637.36 netto

Lampa wisząca HAT

2,591.402,106.83 netto

Lampa podłogowa KYOTO

1,762.951,433.29 netto

Lampa wisząca CLIZIA MAMA

2,058.3717,601.411,673.4714,310.09 netto

Lampa wisząca SAREN MEDIUM

2,961.002,407.32 netto

Lampa wisząca FOCUS

1,034.251,239.00840.851,007.32 netto

Lampa sufitowa TUBA 50

438.80 356.75 netto

Kinkiet PET O Led

829.50 674.39 netto

Lampa wisząca VLINE

1,321.951,074.76 netto

Lampa sufitowa DINA

583.22474.16 netto

Lampa sufitowa EMMI

2,147.251,745.73 netto

Lampa sufitowa BESS

2,499.002,031.71 netto

Lampa wisząca HALO

6,830.25 5,553.05 netto

Lampa wisząca KELLE

3,989.004,595.003,243.093,735.77 netto

Lampa wisząca LESSE L

3,085.90 2,508.86 netto

Search for products

Back to Top
WALUTA
Złoty polski
Product has been added to your cart
add_filter( 'woocommerce_short_description', 'custom_add_note_to_short_description', 20, 1 ); function custom_add_note_to_short_description( $description ) { if ( is_singular( 'product' ) ) { global $product; if ( ! is_a( $product, 'WC_Product' ) ) { $product = wc_get_product( get_the_ID() ); } if ( has_term( 'wr-inspired', 'product_tag', $product->get_id() ) ) { $additional_info = '

W sprawie konfiguracji oraz wyceny prosimy o kontakt mailowy.

'; $description .= $additional_info; } } return $description; }