pamela velha que faz comida boa

Step Style | Loja de Calçados

Pise com Estilo

As melhores marcas com o conforto que você merece.

Destaques da Semana

👟

Tênis Urban Sport

R$ 299,90

👟

Sapatilha Flex

R$ 159,90

👟

Bota Adventure

R$ 450,00

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background-color: #f9f9f9; } /* Header */ .navbar { display: flex; justify-content: space-between; align-items: center; padding: 20px 10%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .logo { font-size: 24px; font-weight: bold; } .logo span { color: #ff4757; } .nav-links { list-style: none; display: flex; gap: 20px; } .nav-links a { text-decoration: none; color: #333; font-weight: 500; } /* Banner Principal */ .hero { height: 400px; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://via.placeholder.com/1200x400'); background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; text-align: center; } .btn-main { margin-top: 20px; padding: 12px 30px; background: #ff4757; border: none; color: white; cursor: pointer; font-size: 16px; border-radius: 5px; } /* Vitrine de Produtos */ .products-container { padding: 50px 10%; text-align: center; } .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 30px; } .product-card { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transition: transform 0.3s; } .product-card:hover { transform: translateY(-5px); } .product-image { height: 200px; font-size: 80px; display: flex; align-items: center; justify-content: center; border-radius: 8px; margin-bottom: 15px; } .price { color: #ff4757; font-weight: bold; font-size: 1.2rem; margin: 10px 0; } .btn-buy { width: 100%; padding: 10px; background: #2f3542; color: white; border: none; border-radius: 5px; cursor: pointer; } footer { text-align: center; padding: 40px; background: #2f3542; color: white; }