Gessi Via Manzoni Waschtischmischer Alto Waschbecken 38603

Artikelnummer
38603

Abmessungen : mm Ø50x253x297h


Mit Ablauf


Mit Anschlussschläuchen


Ausführungen : Chrom (Basis), Finox Brushed Nickel, Matte Black (gegen Aufpreis).


Code : 38603 (Tippen)

289,00 €
Waschtischmischer Alto Waschbecken Gessi Via Manzoni 38603
Weitere Informationen
Lieferung Zum Bestellen
Ausführung Chrom
Marke Gessi
Kollektion Gessi Via Manzoni
Datenblatt

BRAUCHEN SIE HILFE? KONTAKTIEREN SIE UNS!

Füllen Sie das untenstehende Formular aus und wir werden Sie so schnell wie möglich kontaktieren!

Gestaltung mit Dwelli

Benötigen Sie ein individuelles Angebot oder möchten Sie Informationen einholen?

Füllen Sie das untenstehende Formular aus und wir werden Sie so schnell wie möglich kontaktieren!

Dwelli SRLS - P.iva/VAT IT08060730721 Vico Bari 1, Conversano (BA) 70014 Italia .

/* =============================== GALLERY – BASE =============================== */ #gallery.gallery-grid { display: grid; grid-template-columns: 3fr 1fr 1fr; /* desktop */ gap: 20px; max-width: 1440px; width: 100%; margin: 0 auto; padding: 0; box-sizing: border-box; } /* =============================== CARD =============================== */ #gallery .card { position: relative; height: 450px; border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 6px 18px rgba(0,0,0,0.1); transition: transform 0.4s ease, box-shadow 0.4s ease; } #gallery .card:hover { transform: scale(1.02); box-shadow: 0 10px 25px rgba(0,0,0,0.25); } /* =============================== IMMAGINI =============================== */ #gallery .card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; } #gallery .card:hover img { transform: scale(1.06); } /* =============================== OVERLAY =============================== */ #gallery .overlay { position: absolute; inset: auto 0 0 0; padding: 20px; text-align: center; color: #fff; background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); } /* =============================== TESTI =============================== */ #gallery .title { font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } /* =============================== BOTTONE =============================== */ #gallery .info-btn { display: none; } /* =============================== RESPONSIVE =============================== */ /* <= 1280px */ @media (max-width: 1280px) { #gallery.gallery-grid { grid-template-columns: 2fr 1fr 1fr; } #gallery .card { height: 420px; } } /* <= 1024px */ @media (max-width: 1024px) { #gallery.gallery-grid { grid-template-columns: 1fr 1fr; } #gallery .card:first-child { grid-column: 1 / -1; } #gallery .card { height: 400px; } } /* <= 768px */ @media (max-width: 768px) { #gallery.gallery-grid { grid-template-columns: 1fr; } #gallery .card { height: 380px; } } /* <= 480px */ @media (max-width: 480px) { #gallery .overlay { padding: 15px; } #gallery .title { font-size: 1.1rem; } }