*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow-x: hidden;
    font-size: clamp(14px, 2vw, 16px);
}
header {
    background-image: url("../img/Pelúcias de crochê em prateleira decorada.png");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: clamp(20px, 5vw, 40px);
}

.butonn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    width: auto;
    height: auto;
  

}
.verMais {
    background-color:#f6339a;
    color: #fff;
    padding: clamp(8px, 2vw, 12px) clamp(15px, 3vw, 20px);
    cursor: pointer;
    font-size: clamp(14px, 2vw, 16px);
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: none;
    font-size: 1.4rem;
}
.verMais:hover {
    background-color: #e60073;
    transform: scale(1.1);
    transition: 0.5s;
}



header p{
font-size: 1.3rem;
color: #fff;
padding: 5px;
background-color: #00000040;
border-radius: 10px;

}
header button {
    background-color: #f6339a;
    color: #fff;
    border: none;
    padding: clamp(12px, 2.5vw, 15px)  clamp(20px, 4vw, 30px);
    margin: clamp(5px, 1vw, 10px);
    cursor: pointer;
    font-size: clamp(14px, 2vw, 16px);
    border-radius: 5px;
    transition: background-color 0.3s ease;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    flex: 1;
    min-width: 140px;
}
header button:hover{
    background-color: #e60073;
}
#btn_pedido{
    background-color: rgba(255, 255, 255, 0.123);
    border: 1px solid rgba(255, 255, 255, 0.459);
}
#btn_pedido:hover{
    background-color: rgba(255, 255, 255, 0.404);
    color: #333;
}
main h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    text-align: center;
    margin: clamp(15px, 4vw, 30px) 0;
    color: #333;
}

main p {
    text-align: center;
    margin: clamp(10px, 3vw, 20px) 0;
    color: #333;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.produtos_container {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 3vw, 20px);
    padding: clamp(10px, 3vw, 20px);
    flex-wrap: wrap;
}
.produto {
    flex: 1 1 300px;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: clamp(10px, 2vw, 15px);
    text-align: center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.produto p{
    color: #333;
}
.produto img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.produto h3 {
    margin: clamp(8px, 2vw, 15px) 0;
    color: #333;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
}
.cards {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 3vw, 20px);
    padding: clamp(20px, 5vw, 30px);
    flex-wrap: wrap;
}
.card img{
    border-radius: 50%;
    background-color: #ffcdd269;
    padding: 10px;
}
.card h3 {
    padding: clamp(8px, 2vw, 12px);
    color: #333;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
}
.card p{
    padding: 0 10px;
    color: #333;
}
.card {
    flex: 1 1 300px;
    max-width: 450px;
    padding: clamp(15px, 3vw, 20px);
    text-align: center;
}

.contato{
    background-color: #59168b;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.cards_contato {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 3vw, 20px);
    padding: clamp(20px, 5vw, 30px);
    flex-wrap: wrap;
}
.card_contato {
    flex: 1 1 200px;
    max-width: 250px;
    padding: clamp(15px, 3vw, 20px);
    text-align: center;
   
}
.contato p , .contato h2{
    color: #ffffff;

}
.card_contato img{
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.cards_contato a {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    
}

footer{
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px;
}
footer p {
    margin: 0 auto;
    text-align: center;
    max-width: 90vw;
    margin-top: 10px;
    padding: 1%;
}
footer h2{
    text-align: center;

}
hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 10px auto;
    width: 80%;
}
footer a{
    color: #fff;
    text-decoration: none;
    
}
footer a:hover{
    text-decoration: underline;
}


footer span {
    font-size: clamp(12px, 2vw, 14px);
    margin-top: 5px;
}

.price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    
  
    
}
.price p {
    font-size: clamp(14px, 2vw, 16px);
    color: #333;
    font-weight: bold;
}
.price button {
    background-color: #f6339a;
    color: #fff;
    border: none;
    padding: clamp(8px, 2vw, 12px) clamp(15px, 3vw, 20px);
    cursor: pointer;
    font-size: clamp(14px, 2vw, 16px);
    border-radius: 5px;
    transition: background-color 0.3s ease;
    
}
.produto .price button a {
    text-decoration: none;
    color: #fff;

}
 .price .buton :hover {
    background-color: #e60073;
}
