/* Bricks Build - Stile artigianale mattoni antichi */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Georgia&display=swap');

body {
    background-color: #f8f4ed !important; /* beige sabbia antico */
    color: #2c1e0f !important;
    font-family: 'Georgia', serif !important;
}

#header, .header-nav, .header-top {
    background-color: #fffaf0 !important; /* crema chiaro */
    border-bottom: 1px solid #d2b48c !important; /* bordo tan/mattone */
}

.logo img {
    max-height: 60px !important; /* adatta al tuo logo */
}

h1, h2, h3, .h1, .h2, .h3 {
    font-family: 'Playfair Display', serif !important;
    color: #3c2f2f !important;
}

.btn-primary, .btn, button, input[type="submit"], a.button {
    background-color: #8b4513 !important; /* marrone rossastro principale */
    border-color: #8b4513 !important;
    color: #fffaf0 !important;
    font-weight: bold;
}

.btn-primary:hover, .btn:hover {
    background-color: #a0522d !important;
}

/* Banner promo - se vuoi nasconderlo o stilizzarlo */
.banner img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Footer */
#footer {
    background-color: #3c2f2f !important;
    color: #d2b48c !important;
}

#footer a {
    color: #d2b48c !important;
}

#footer a:hover {
    color: #fffaf0 !important;
}

/* Test Child Theme - rimuovi quando finito */
.blockcart .header p {
    color: #8b4513 !important; /* cambia da white se vuoi */
}