Let's talk about it first 💬
If something didn't convince you 100%, we want to know immediately.
At Pugghia, we believe in one simple thing: your experience comes first.
You are not "an order"... you are a person who chose quality. And that choice deserves respect.
🍅 What happened?
Feel free to write to us if:
- The product did not meet expectations
- You received something different
- The shipment had problems or delays
- The package arrived damaged
- Something broke during transit
- You need assistance or clarification
- You want personalized advice
👉 Whatever the problem, we'll solve it together.
🤝 We actually reply (it's not marketing)
Behind Pugghia are us, Michele and Tommaso. No call centers. No automated responses.
Every message is read and handled with care, as we would with a friend.
Our goal? To make you say: "okay, it was worth it."
❤️ Our Promise
If you write to us, you won't receive just any answer.
You will receive attention, respect, and a concrete solution.
Because for us, it's not just about selling... but about bringing Puglia into homes the right way.
We reply within 24 hours (often much sooner 🙂)
* ===== CSS MODULO CONTATTO - TEMA NERO CON BORDI SPESSI (PUGGHIA) ===== */
#contact-form {
max-width: 720px;
margin: 40px auto;
padding: 50px 40px;
background: #1a1a1a;
border-radius: 16px;
border: 5px solid #e67e22; /* Bordo molto più spesso */
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
color: #ffffff;
}
/* Titolo */
#contact-form h2,
#contact-form .title,
#contact-form legend {
color: #ffffff;
text-align: center;
margin-bottom: 35px;
font-size: 28px;
font-weight: 600;
}
/* Campi di input e textarea - bordi spessi */
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
width: 100%;
padding: 16px 20px;
margin: 14px 0;
background: #2a2a2a;
border: 3px solid #555555; /* Bordo spesso sui campi */
border-radius: 10px;
color: #ffffff;
font-size: 16px;
transition: all 0.3s ease;
}
#contact-form input:focus,
#contact-form textarea:focus {
border-color: #e67e22;
background: #333333;
outline: none;
box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.25);
}
/* Placeholder */
#contact-form input::placeholder,
#contact-form textarea::placeholder {
color: #888888;
}
/* Label */
#contact-form label {
color: #dddddd;
font-weight: 500;
margin-bottom: 8px;
display: block;
}
/* Bottone INVIA */
#contact-form button[type="submit"],
#contact-form input[type="submit"] {
background-color: #e67e22;
color: #ffffff;
padding: 16px 50px;
font-size: 18px;
font-weight: 700;
border: none;
border-radius: 50px;
cursor: pointer;
margin-top: 30px;
transition: all 0.3s ease;
width: 100%;
max-width: 320px;
display: block;
margin-left: auto;
margin-right: auto;
}
#contact-form button[type="submit"]:hover {
background-color: #ff9f4d;
transform: translateY(-3px);
}
/* Responsive */
@media (max-width: 640px) {
#contact-form {
padding: 35px 25px;
margin: 20px 15px;
border: 4px solid #e67e22; /* Leggermente più sottile su mobile */
}
}