Contact information
:root{
--navy:#0e1b2b;
--navy-2:#17263b;
--ivory:#f9f7f3;
--ink:#1f2937;
--gold:#d4af37;
--gold-soft:#e7d8a6;
/* Earthy palette για τα CTA & glass */
--earth-1:#7f735f; /* warm taupe */
--earth-2:#cdbfa6; /* soft sand */
--earth-3:#e9e1d4; /* light clay */
--earth-4:#5e574b; /* deep earth */
--ghost-ink: rgba(94,87,75,.14); /* γήινη αχνή απόχρωση για LACERTA */
}
.lac-wrap{
position:relative;
overflow:visible; /* για να μη «κόβεται» η ghost λέξη */
background:var(--ivory);
padding:clamp(24px,3vw,40px);
border-radius:18px;
box-shadow:0 10px 30px rgba(14,27,43,.08);
border:1px solid rgba(14,27,43,.06);
isolation:isolate;
}
/* Ghost λέξη LACERTA — premium serif, πιο λεπτή, full width */
.lac-wrap::before{
content:"LACERTA";
position:absolute;
left:0; right:0; bottom:-2.5vw;
margin:0 auto;
font-family:"Libre Caslon Display","Cormorant Infant","Cormorant Garamond","Garamond",serif;
font-weight:400; /* όχι bold */
letter-spacing:.18em;
font-size:clamp(60px, 15.8vw, 220px);
line-height:.82;
text-align:center;
color:var(--ghost-ink);
pointer-events:none;
user-select:none;
white-space:nowrap;
z-index:0;
font-kerning:normal;
text-rendering:optimizeLegibility;
}
.lac-head{
position:relative;
z-index:2;
padding-bottom:18px;
margin-bottom:24px;
border-bottom:1px solid transparent;
border-image:linear-gradient(90deg,transparent, var(--gold-soft), transparent) 1;
display:flex; align-items:center; gap:14px; flex-wrap:wrap;
min-height:clamp(72px,10vw,120px);
}
/* CREST: πολύ πιο δεξιά, σχεδόν στη γωνία, πάνω από το πρώτο πλαίσιο */
.lac-head::after{
content:"";
position:absolute;
top:-22px;
right:clamp(8px,3vw,28px); /* σχεδόν στη δεξιά γωνία */
width:min(440px,60vw);
height:min(440px,60vw);
background-image:url("https://cdn.shopify.com/s/files/1/0785/8025/2997/files/IMG_0141_4.jpg?v=1757622957");
background-repeat:no-repeat;
background-size:contain;
background-position:center 0%;
opacity:.12;
mix-blend-mode:multiply;
pointer-events:none;
z-index:0;
clip-path: inset(0 0 46% 0); /* μόνο το σχέδιο, χωρίς γράμματα */
}
/* μικρό crest δίπλα στον τίτλο */
.lac-mark{
width:auto; height:32px;
opacity:.85;
filter:contrast(1.05) saturate(0.9);
mix-blend-mode:multiply;
border-radius:6px;
z-index:1;
}
.lac-eyebrow{
display:inline-block;
font-size:.85rem;
letter-spacing:.22em;
text-transform:uppercase;
color:var(--navy);
background:linear-gradient(90deg, var(--navy), var(--navy-2));
-webkit-background-clip:text;
background-clip:text;
-webkit-text-fill-color:transparent;
position:relative; z-index:1;
}
.lac-title{
margin:.25rem 0 0;
font-family:"Bodoni Moda","Didot","Playfair Display","Garamond",serif;
font-weight:600;
font-size:clamp(28px,4vw,40px);
color:var(--navy);
position:relative; z-index:1;
}
.lac-grid{
position:relative;
z-index:2;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:28px;
}
@media (max-width:900px){
.lac-grid{ grid-template-columns:1fr; }
}
/* GLASS / CRYSTAL cards — πιο γυάλινα/διάφανα με γήινη νότα */
.lac-card{
position:relative;
background:linear-gradient(180deg,
rgba(245,243,238,.38) 0%, /* ↓ πιο διάφανο */
rgba(245,243,238,.26) 100%);
border:1px solid rgba(94,87,75,.18);
border-radius:16px;
padding:22px 20px;
backdrop-filter: blur(18px) saturate(145%); /* ↑ περισσότερο blur */
-webkit-backdrop-filter: blur(18px) saturate(145%);
box-shadow:
0 10px 28px rgba(14,27,43,.08),
inset 0 1px 0 rgba(255,255,255,.35);
overflow:hidden;
}
/* ήπιο bokeh film για αίσθηση κρυστάλλου */
.lac-card::before{
content:"";
position:absolute; inset:0;
background:
radial-gradient(22px 18px at 18% 14%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 60%),
radial-gradient(26px 20px at 72% 6%, rgba(255,255,255,.16) 0, rgba(255,255,255,0) 60%),
radial-gradient(18px 14px at 84% 72%, rgba(255,255,255,.13) 0, rgba(255,255,255,0) 60%);
pointer-events:none;
}
.lac-card h3{
margin:0 0 .6rem;
font-family:"Libre Caslon Display","Playfair Display","Garamond",serif;
font-weight:500;
font-size:clamp(18px,2.4vw,22px);
color:var(--navy);
}
.lac-list{margin:0;padding:0;list-style:none}
.lac-list li{
display:grid; grid-template-columns:28px 1fr; align-items:start;
gap:12px;
padding:12px 0;
border-bottom:1px dashed rgba(14,27,43,.12);
}
.lac-list li:last-child{border-bottom:none}
.lac-ico{
width:22px;height:22px;flex:0 0 22px;
color:var(--navy);
}
.lac-label{font-size:.78rem; letter-spacing:.08em; color:#5b6472; text-transform:uppercase}
.lac-content{color:var(--ink); font-size:1rem}
.lac-link{
color:var(--navy); text-decoration:none; position:relative;
}
.lac-link::after{
content:""; position:absolute; left:0; right:0; bottom:-2px; height:1px;
background:linear-gradient(90deg, var(--gold), var(--gold-soft));
opacity:.65; transition:.25s ease;
}
.lac-link:hover{ color:#0a1421 }
.lac-link:hover::after{ opacity:1 }
.lac-note{
margin-top:14px; font-size:.9rem; color:#5b6472
}
/* CTA badge — γήινο, elegant, clickable */
.lac-badge{
display:inline-block;
padding:.45rem .8rem;
border-radius:999px;
font-size:.78rem;
letter-spacing:.14em;
text-transform:uppercase;
color:#2b2a28;
background:linear-gradient(135deg, var(--earth-3), var(--earth-2));
border:1px solid rgba(94,87,75,.25);
box-shadow:0 3px 12px rgba(94,87,75,.18), inset 0 1px 0 rgba(255,255,255,.45);
text-decoration:none;
transition:.2s ease;
}
.lac-badge:hover{
filter:brightness(1.03);
box-shadow:0 6px 16px rgba(94,87,75,.22), inset 0 1px 0 rgba(255,255,255,.55);
}
.lac-hr{
height:1px; margin:18px 0; border:none;
background:linear-gradient(90deg,transparent, var(--gold-soft), transparent);
}
/* Back-to-top — γήινα, refined */
.lac-top{
position:fixed; right:18px; bottom:18px; z-index:10;
}
.lac-top a{
display:inline-grid; place-items:center; width:42px; height:42px;
border-radius:50%;
background:linear-gradient(135deg, var(--earth-3), var(--earth-2));
color:#2b2a28; text-decoration:none;
border:1px solid rgba(94,87,75,.25);
box-shadow:0 6px 16px rgba(94,87,75,.22);
transition:.2s ease;
}
.lac-top a:hover{ filter:brightness(1.04) }
Customer Care
Στοιχεία Επικοινωνίας
-
Τηλέφωνο
-
WhatsApp
-
Email
-
ΔιεύθυνσηSofokleous 18, Levadeia 32131, Greece — Προβολή στον χάρτη
Ώρες επικοινωνίας: Δευτ.–Παρ. 10:00–18:00 (Ελλάδα)
Εκτός ωραρίου απαντάμε στο email.
Εταιρικές Πληροφορίες
Lacerta Fine Jewelry-
ΑΦΜ / ΔΟΥ041657653 | Δ.Ο.Υ. Λιβαδειάς
-
Ιστότοπος
Για ερωτήσεις σχετικά με παραγγελία, παρακαλούμε έχετε τον αριθμό παραγγελίας διαθέσιμο.