:root{--marrom: #8b5e3c;--bege-fundo: #fdf8f5;--rosa-cta: #e9a8a3;--branco-suave: #ffffff}body{background-color:var(--bege-fundo);font-family:Quicksand,sans-serif;color:var(--marrom);box-sizing:border-box}h1,h2,h3{font-family:Playfair Display,serif}.header{color:var(--marrom);text-align:center;margin-top:1rem;font-size:1.5rem}.gallery-grid{display:grid;grid-template-columns:1fr;gap:24px;padding:16px}.product-card{background-color:var(--branco-suave);border:1px solid var(--marrom);border-radius:12px;box-shadow:0 2px 8px #0000001a;height:100%;overflow:hidden;transition:transform .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px)}.ativo{transform:scale(1.03);transition:all .2s ease;background-color:var(--rosa-cta)}.product-image{width:100%;height:200px;object-fit:cover;display:block}.product-info{padding:16px;text-align:center;display:flex;flex-direction:column;gap:8px}.product-title{font-size:1.1rem;font-weight:500;margin:0;color:#333}.product-price{font-size:1rem;font-weight:700;margin:0;color:var(--marrom)}.product-description{font-size:.9rem;color:var(--marrom);margin-bottom:.5rem}.about-section{background-color:var(--branco-suave);padding:2rem;text-align:center;margin-top:2rem;display:flex;justify-content:center;flex-direction:column}.about-text{align-self:center;margin:0 2rem}.about-section h2{font-size:1.5rem;margin-bottom:1rem}.about-section p{font-size:1rem;line-height:1.5;color:var(--marrom)}.whatsapp-button{background-color:var(--rosa-cta);color:#fff;border:transparent;border-radius:5px;width:300px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0003;font-size:1.5rem;text-decoration:none;margin:1rem auto}.whatsapp-button:hover{background-color:#d88a8a;box-shadow:0 6px 12px #0000004d}@media (min-width: 640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}
