@import url("efeitos.css");

.caixa_texto {
    text-align: left;
    padding: 50px 20px;
    color: black;
    border-radius: 8px;
}

.imagem_intro {
    width: 20rem;
    height: 20rem;
    
}

.produto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.produto-compra {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.produto-compra img {
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.produto-compra h3 {
    margin-top: 0;
    color: #960C19;
    padding: 10px;
}

.imagem_produto {
    max-width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.descricao_vinho {
    font-size: 1em;
    color: #555;
    margin: 10px 0;
}

.preco {
    font-size: 1.2em;
    font-weight: bold;
     color: #333;
}

.botao_comprar {
    background-color: #960C19;
    padding: 10px;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 15px;
}


footer {
    background-color: #730A13;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

footer p {
    margin: 0;
 }

 @import url("efeitos.css");