Get in Touch with Pugghia: An Experience of Apulian Authenticity and Passion
Do you have questions, curiosities, or special requests? At Pugghia, we are here to listen to you and offer all the support you need. Whether you are looking for advice on our products, information on our raw materials, or simply want to discover more about the Apulian tradition we put into every package, we are ready to answer.
Contact Us and Feel the Difference
Every request is important to us, just as every customer is unique. We are here to give you all the attention you deserve, with the same artisanal care we put into selecting our products. From personalized advice to a simple exchange of opinions, every interaction with us is an opportunity to make you feel part of the large Pugghia family.
Contact Pugghia
You can also find us on:
Fill out the Form and Discover Our Welcome
Do you want personalized advice for your next purchase? Do you have a special request? Fill out the form below and leave us a message. Every response will be a small door opening to the world of Pugghia, rich in passion, expertise, and attention to detail. We like to think that every interaction is an opportunity to share the true essence of our beloved land with you.
Why Contact Us?
-
Experts at your disposal: You are not just a customer; you are part of our mission to spread authentic Apulian flavors. We are here to listen and guide you.
-
Tailored advice: Whether for a special gift or an authentic culinary experience, we help you find exactly what you're looking for.
-
Fast and attentive support: We aim to respond quickly and with all the attention you deserve.
Don't wait! Enter the world of Pugghia, let yourself be guided by our passion, and be captivated by the authenticity of our products.
* ===== 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 */
}
}