/*
Theme Name: Hamburgueria Delivery Mobile
Author: ChatGPT
Description: Tema WordPress mobile-first para hamburgueria com WooCommerce e página de obrigado automática.
Version: 1.0
*/

body{
    margin:0;
    font-family: Arial, sans-serif;
    background:#111;
    color:#fff;
}
header{
    background:#c40000;
    padding:14px;
    text-align:center;
    font-weight:bold;
}
a.btn, button, .button, .checkout-button{
    display:block;
    background:#ff3b30;
    color:#fff !important;
    padding:14px;
    text-align:center;
    border-radius:10px;
    text-decoration:none;
    margin:10px 0;
    font-weight:bold;
}
.container{
    padding:14px;
}
.product{
    background:#1b1b1b;
    border-radius:12px;
    padding:12px;
    margin-bottom:12px;
}
.price{
    color:#00ff88;
    font-weight:bold;
}
footer{
    text-align:center;
    padding:16px;
    font-size:12px;
    opacity:.7;
}
