.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 6px #0000001a;flex-wrap:wrap;gap:1rem}.navbar .navbar-left{display:flex;align-items:center;gap:2rem}.navbar .navbar-left .logo{height:50px;width:auto}.navbar .navbar-left .nav-links{display:flex;gap:2.5rem}.navbar .navbar-left .nav-links .nav-link{text-decoration:none;font-size:19px;color:#333;font-weight:500;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar .navbar-left .nav-links .nav-link:hover{color:#2e8b57}.navbar .navbar-center{flex:1;display:flex;justify-content:center;padding:0 2rem}.navbar .navbar-center .search{width:100%;max-width:1000px;padding:.8rem 1.5rem .8rem 2.5rem;border:1px solid #bbb;border-radius:25px;font-size:1.1rem;background-color:#fff;transition:all .3s ease}.navbar .navbar-center .search::placeholder{color:#888}.navbar .navbar-center .search:focus{outline:none;border-color:#2e8b57}.navbar .navbar-right .contact-button{padding:.5rem 1rem;background-color:#2e8b57;color:#fff;border-radius:20px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.navbar .navbar-right .contact-button:hover{background-color:#21653f}.home{flex:1;box-sizing:border-box;position:relative;flex-direction:column;background:linear-gradient(135deg,#f9fff9,#e6f4ec);display:flex;justify-content:center;align-items:center;font-family:Georgia,serif}.home .hero{flex:1;position:relative;z-index:1;width:100%;max-width:900px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;animation:fadeInUp 1s ease-out}.home .logo{max-width:600px;width:100%;height:auto;object-fit:contain;animation:fadeInDown 1s ease-out}.home h1{margin:0;font-size:clamp(2.2rem,5vw,3rem);color:#2e8b57;font-weight:700;letter-spacing:1px;text-transform:uppercase;animation:fadeInDown 1.2s ease-out}.home .slogan{font-size:clamp(1rem,2.5vw,1.3rem);color:#444;max-width:650px;margin:0 auto;line-height:1.6;font-style:italic;animation:fadeInUp 1.4s ease-out}.home .cta-button{padding:1rem 2rem;background-color:#2e8b57;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;box-shadow:0 4px 12px #2e8b574d;transition:all .3s ease;animation:fadeInUp 1.6s ease-out}.home .cta-button:hover{background-color:#246b45;transform:translateY(-2px);box-shadow:0 6px 16px #2e8b5766}@media (max-width: 768px){.home{padding:1rem}.logo{max-width:80%}h1{font-size:2rem}.slogan{font-size:1rem}.cta-button{font-size:1rem;padding:.8rem 1.5rem}}.products-page{padding:2rem}.products-page h1{text-align:center;margin-bottom:2rem;color:#2e8b57;font-size:2.5rem;font-weight:600;font-family:Georgia,serif;text-transform:uppercase;border-bottom:2px solid #2e8b57;padding-bottom:.5rem}.products-page .category-prompt{text-align:center;font-size:1.5rem;font-weight:500;color:#2e8b57;margin-bottom:1rem}.products-page .featured-title{text-align:center;margin:3rem 0 1.5rem;font-size:1.8rem;font-weight:600;color:#2e8b57;border-bottom:2px solid #2e8b57;padding-bottom:.3rem}.products-page .category-selector{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.products-page .category-selector .category-button{width:180px;height:60px;background-color:#f0f0f0;border:2px solid #2e8b57;color:#2e8b57;font-size:1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;text-transform:capitalize}.products-page .category-selector .category-button:hover{background-color:#2e8b57;color:#fff}.products-page .category-selector .category-button.active{background-color:#2e8b57;color:#fff;box-shadow:0 0 10px #2e8b5766}.products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,320px));justify-content:center;gap:2rem}.products-page .no-results{text-align:center;font-size:1.2rem;font-weight:500;color:#b22222;margin-top:2rem;line-height:1.6}.products-page .product-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;min-height:570px;position:relative}.products-page .product-card .product-image{width:100%;height:360px;border-radius:8px;margin-bottom:1rem;display:block;border:2px solid #2e8b57;background-color:#f9f9f9;padding:4px}.products-page .product-card h2{font-size:1.4rem;color:#2e8b57;margin-bottom:.5rem}.products-page .product-card .description{font-size:1.1rem;color:#000;margin:.5rem 0;line-height:1.4;flex-grow:1}.products-page .product-card .price{font-size:1.2rem;margin:.5rem 0;color:#000}.products-page .product-card .order-button{margin-top:auto;padding:14px 22px;background-color:#2e8b57;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:600;transition:background-color .3s ease}.products-page .product-card .order-button:hover{background-color:#246b44}.products-page .featured-card .product-image{width:100%;height:360px;object-fit:cover;border-radius:8px;margin-bottom:1rem;display:block;border:2px solid #2e8b57;background-color:#f9f9f9;padding:4px}.products-page .category-info{max-width:800px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6;color:#333;text-align:center}.products-page .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.products-page .popup-content{background:#fff;padding:2rem;border-radius:12px;max-width:400px;text-align:center;box-shadow:0 4px 12px #0003;animation:fadeIn .3s ease}.products-page .popup-content h2{margin-bottom:1rem;color:#2e8b57;font-size:1.5rem}.products-page .popup-content p{margin:.5rem 0;font-size:1.1rem;color:#333}.products-page .popup-content button{margin-top:1rem;padding:10px 16px;background-color:#2e8b57;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem}.products-page .popup-content button:hover{background-color:#246b44}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.about{box-sizing:border-box;min-height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:flex-start;padding:1rem 2rem;overflow-y:auto}.about .about-content{width:100%;max-width:1200px;text-align:center;animation:fadeInUp 1s ease-out}.about h1{font-size:clamp(2rem,5vw,2.8rem);color:#2e8b57;font-weight:600;margin-bottom:2rem;text-align:center;animation:fadeInDown .8s ease-out}.about p{font-size:clamp(1rem,2.5vw,1.2rem);color:#444;line-height:1.7;margin:0 auto;text-align:center}.about strong{color:#2e8b57;font-weight:700}.about .gallery{margin-top:3rem;text-align:center}.about .gallery h2{font-size:clamp(1.5rem,4vw,2.2rem);color:#2e8b57;margin-bottom:2rem}.about .gallery .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;justify-items:center}.about .gallery img{width:100%;max-width:300px;height:200px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease;cursor:pointer}.about .gallery img:hover{transform:scale(1.05)}.about .modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:999;cursor:pointer}.about .modal img{max-width:90%;max-height:90%;border-radius:10px;box-shadow:0 0 20px #ffffff4d}@media (max-width: 600px){.about{padding:2rem 1rem}h1{font-size:2rem}p{font-size:1rem}.gallery-grid{grid-template-columns:1fr}.gallery img{max-width:100%;height:auto;object-fit:contain}}.contact-page{box-sizing:border-box;min-height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:flex-start;padding:1rem 2rem;overflow-y:auto}.contact-page .contact-content{width:100%;max-width:1200px;text-align:center;animation:fadeInUp 1s ease-out}.contact-page h1{font-size:clamp(2rem,5vw,2.8rem);color:#2e8b57;font-weight:600;margin-bottom:2rem;text-align:center;animation:fadeInDown .8s ease-out;text-transform:uppercase;border-bottom:2px solid #2e8b57;padding-bottom:.5rem}.contact-page .faq-item{margin-bottom:1.5rem;padding:1rem;border:1px solid #ddd;border-radius:8px;background:#f9f9f9;box-shadow:0 2px 6px #0000000d;animation:fadeInUp .8s ease-out}.contact-page .faq-item h2{font-size:clamp(1.4rem,4vw,1.8rem);color:#2e8b57;margin-bottom:.5rem;font-weight:600}.contact-page .faq-item p{font-size:clamp(1rem,2.5vw,1.2rem);color:#444;line-height:1.6}.contact-page .faq-item strong{color:#2e8b57;font-weight:700}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.contact-page{padding:2rem 1rem}h1{font-size:2rem}.faq-item h2{font-size:1.2rem}.faq-item p{font-size:1rem}}.footer{background-color:#fff;color:#333;text-align:center;padding-top:1rem;padding-bottom:1rem;border-top:1px solid #ddd;font-family:Georgia,serif;font-size:1.1rem;font-weight:500}.footer p{margin:0;line-height:1.6}html,body,#root{height:100%;margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column}
