/*
Theme Name: WrongCircle
Theme URI: https://wrongcircle.com
Author: WrongCircle
Description: Modern streetwear WooCommerce theme inspired by Souledstore
Version: 1.0
*/

body {
    margin: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background: #ffffff;
    color: #111;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #eee;
}

.logo {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    margin-left: 20px;
}

.hero {
    height: 80vh;
    background: url('https://images.unsplash.com/photo-1520975922203-b7f0b8a0c1aa') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero h1 {
    font-size: 60px;
    margin: 0;
}

.hero a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #000;
    color: #fff;
    font-weight: bold;
}

.products {
    padding: 60px 40px;
}

.products h2 {
    margin-bottom: 30px;
}

footer {
    padding: 40px;
    text-align: center;
    background: #111;
    color: #fff;
}
