/*
Theme Name: Giantti & Crew Elegant
Theme URI: https://giantti.com
Author: Giantti
Description: Elegant brown theme for Giantti & Crew dog accessories store
Version: 1.0
License: GPL v2 or later
Text Domain: giantti-crew
*/

body{
    margin:0;
    font-family: 'Georgia', serif;
    background:#f5f1ec;
    color:#3e2c23;
}

header{
    background:#3e2c23;
    padding:20px;
}

header h1{
    color:#f5f1ec;
    font-weight:400;
    letter-spacing:2px;
}

nav a{
    color:#e7d5c7;
    margin-right:20px;
    text-decoration:none;
}

.hero{
    background:#7b5a4c;
    padding:120px 20px;
    text-align:center;
    color:white;
}

.container{
    width:1100px;
    max-width:90%;
    margin:auto;
}

.products{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
    margin:50px 0;
}

.product{
    background:white;
    padding:20px;
    border-radius:10px;
}

footer{
    background:#2b1b14;
    color:#cdb9aa;
    text-align:center;
    padding:30px;
}