Glass Design City Lux Aufsatzwaschbecken CITY40LSLF4XL

Artikelnummer
CITY40LSLF4XL

Abmessungen: Ø 395 x 124 mm


Inklusive freiem Ablauf und Ringfuß.


Material: Kristall


Ausführungen: Silber / Chrom, Gold / Chrom, Roségold / Chrom, Platin / Chrom (Basis)


Code: CITY40LSLF4XL

Call for Price
Aufsatzwaschbecken Glass Design City Lux CITY40LSLF4XL
Weitere Informationen
Lieferung Zum Bestellen
Ausführung Silber
Marke Glass Design

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; } }