
/*
Theme Name: Urban Sneakers
Theme URI: https://example.com
Author: Seu Nome
Description: Tema moderno estilo marca esportiva para loja de tênis
Version: 1.0
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #000;
    color: #fff;
}

header {
    background: #000;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #222;
}

header h1 {
    margin: 0;
    letter-spacing: 3px;
}

a {
    color: #fff;
    text-decoration: none;
}

.hero {
    height: 70vh;
    background: linear-gradient(to right, #000, #111);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h2 {
    font-size: 48px;
}

.woocommerce ul.products li.product {
    background: #111;
    padding: 15px;
    border-radius: 10px;
}

button, .button, input[type="submit"] {
    background: #fff !important;
    color: #000 !important;
    border-radius: 5px !important;
    font-weight: bold !important;
}
