*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#b8860b;--primary-dark:#8b6508;--primary-light:gold;--bg:#fffdf7;--bg-card:#fff8e7;--text-dark:#2c1810;--text-medium:#5c3d2e;--text-light:#8b6f5e;--border:#e8d5b0;--shadow:#b8860b26}body{background-color:#fffdf7;background-color:var(--bg);color:#2c1810;color:var(--text-dark);font-family:Georgia,serif}.navbar{align-items:center;background:#2c1810;background:var(--text-dark);box-shadow:0 2px 10px #0000004d;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-logo{color:gold;color:var(--primary-light);font-size:1.5rem;font-weight:700;letter-spacing:1px;text-decoration:none}.navbar-links{display:flex;gap:2rem;list-style:none}.navbar-links a{color:#fff;font-size:.95rem;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:gold;color:var(--primary-light)}.btn-primary{background:#b8860b;background:var(--primary);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:.75rem 1.75rem;text-decoration:none;transition:background .3s}.btn-primary:hover{background:#8b6508;background:var(--primary-dark)}.btn-outline{background:#0000;border:2px solid #b8860b;border:2px solid var(--primary);border-radius:4px;color:#b8860b;color:var(--primary);cursor:pointer;display:inline-block;font-size:1rem;padding:.75rem 1.75rem;text-decoration:none;transition:all .3s}.btn-outline:hover{background:#b8860b;background:var(--primary);color:#fff}.product-card{background:#fff8e7;background:var(--bg-card);border:1px solid #e8d5b0;border:1px solid var(--border);border-radius:8px;cursor:pointer;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:0 10px 30px #b8860b26;box-shadow:0 10px 30px var(--shadow);transform:translateY(-5px)}.product-card img{height:220px;object-fit:cover;width:100%}.product-card-info{padding:1rem}.product-card-info h3{color:#2c1810;color:var(--text-dark);font-size:1.1rem;margin-bottom:.5rem}.product-card-info .price{color:#b8860b;color:var(--primary);font-size:1.2rem;font-weight:700}.product-card-info .category{color:#8b6f5e;color:var(--text-light);font-size:.85rem;margin-bottom:.5rem}.section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.section-title{color:#2c1810;color:var(--text-dark);font-size:2rem;margin-bottom:.5rem;text-align:center}.section-subtitle{color:#8b6f5e;color:var(--text-light);font-size:1rem;margin-bottom:3rem;text-align:center}.divider{background:#b8860b;background:var(--primary);height:3px;margin:.75rem auto 2rem;width:60px}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.form-group{margin-bottom:1.25rem}.form-group label{color:#5c3d2e;color:var(--text-medium);display:block;font-size:.95rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #e8d5b0;border:1px solid var(--border);border-radius:4px;color:#2c1810;color:var(--text-dark);font-family:Georgia,serif;font-size:1rem;padding:.75rem 1rem;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#b8860b;border-color:var(--primary);outline:none}.footer{background:#2c1810;background:var(--text-dark);color:#ccc;margin-top:4rem;padding:2rem;text-align:center}.footer span{color:gold;color:var(--primary-light)}#root{display:flex;flex-direction:column;min-height:100vh}.footer{margin-top:auto!important}body,html{height:100%}.page-wrapper{display:flex;flex:1 1;flex-direction:column}html{height:100%}body{min-height:100%}
/*# sourceMappingURL=main.584efe41.css.map*/