.produtos-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.produtos-container{padding-top:120px;padding-bottom:40px}.produtos-page .container{padding:80px 20px;position:relative;z-index:1}.produtos-header{text-align:center;margin-bottom:60px}.produtos-header h1{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:16px}.produtos-header p{font-size:1.2rem;color:#6c757d;max-width:600px;margin:0 auto}.produtos-categories{max-width:1200px;margin:0 auto}.category{margin-bottom:60px}.category h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:30px;text-align:center;position:relative}.category h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(135deg,#27ae60,#2ecc71);border-radius:2px}.produtos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.produto-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.produto-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.produto-imagem{width:100%;height:130px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;overflow:hidden;position:relative}.produto-imagem img{max-width:100%;max-height:100%;object-fit:contain;display:block;margin:0 auto}.produto-card:hover .produto-imagem img{transform:scale(1.05)}.produto-info{padding:30px;text-align:center}.produto-info h3{font-size:1.5rem}.produto-info h3,.produto-info h4{font-weight:600;color:#2c3e50;margin-bottom:12px}.produto-info h4{font-size:1.3rem}.produto-info p{font-size:1rem;color:#6c757d;margin-bottom:24px;line-height:1.6}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#27ae60,#2ecc71);color:white}.btn-primary:hover{background:linear-gradient(135deg,#229954,#27ae60);transform:translateY(-2px);box-shadow:0 8px 20px rgba(39,174,96,.3)}@media (max-width:768px){.produtos-page .container{padding:60px 20px}.produtos-header h1{font-size:2.5rem}.category h2{font-size:2rem}.produtos-grid{grid-template-columns:1fr;gap:30px}.produto-imagem{height:90px}.produto-info{padding:24px}.produtos-container{padding-top:100px;padding-bottom:20px}}