/*
Theme Name: Enxovais VSG
Author: Vinicius
Version: 1.0
*/

*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Poppins',sans-serif;background:#f1f8f4;color:#1b3a2f}

.container{max-width:1200px;margin:auto;padding:20px}

header{background:white;position:sticky;top:0;z-index:10;box-shadow:0 3px 10px rgba(0,0,0,0.08)}

.nav{display:flex;justify-content:space-between;align-items:center}

.logo{font-size:22px;font-weight:600;color:#2e7d32}

nav a{text-decoration:none;margin-left:20px;color:#1b3a2f;font-weight:500}

.hero{background:linear-gradient(120deg,#e8f5e9,#ffffff);padding:90px 20px;text-align:center}

.hero h1{font-size:42px;margin-bottom:10px}

.hero p{color:#2e7d32;margin-bottom:25px;font-size:18px}

.btn{background:#2e7d32;color:white;padding:12px 22px;border-radius:8px;text-decoration:none}

.section{padding:70px 20px}

.section h2{text-align:center;margin-bottom:40px;font-size:30px}

.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:25px}

.card{background:white;border-radius:14px;box-shadow:0 8px 22px rgba(0,0,0,0.08);padding:15px;text-align:center}

.card img{width:100%;border-radius:10px;margin-bottom:12px}

.price{font-weight:600;color:#2e7d32;margin-bottom:10px}

.buy{background:#2e7d32;color:white;padding:10px 16px;border-radius:6px;text-decoration:none}

.categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}

.category{background:white;padding:30px;border-radius:12px;text-align:center;box-shadow:0 6px 16px rgba(0,0,0,0.06)}

footer{background:#1b3a2f;color:white;text-align:center;padding:40px;margin-top:40px}

.whatsapp{position:fixed;bottom:20px;right:20px;background:#2e7d32;width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:28px}


.carousel{
width:60%;
margin:auto;
overflow:hidden;
border-radius:14px
}

.slide{
width:100%;
display:none
}

.slide.active{
display:block
}