
/*
Theme Name: Gourmet d'Italie PRO
Author: AI Builder
Description: Tema professionale leggero stile Astra/Kadence per e-commerce prodotti italiani.
Version: 1.0
Text Domain: gourmetditale
Tags: e-commerce, responsive, accessibility-ready, custom-logo, custom-menu, featured-images
*/

body{
font-family: system-ui, Arial, sans-serif;
margin:0;
background:#fafafa;
color:#333;
}

.container{
max-width:1200px;
margin:auto;
padding:20px;
}

header{
background:#ffffff;
border-bottom:1px solid #eee;
}

nav ul{
list-style:none;
padding:0;
display:flex;
gap:20px;
}

nav a{
text-decoration:none;
color:#333;
font-weight:600;
}

.hero{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:40px;
padding:60px 20px;
background:#fff;
}

.hero img{
max-width:500px;
width:100%;
border-radius:12px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.card{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

footer{
background:#111;
color:#fff;
padding:40px 20px;
margin-top:60px;
}

footer a{
color:#fff;
}
