@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");.Product_appContainer__96UIh{display:flex;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;background-color:#f4f4f4;box-sizing:border-box;overflow-x:hidden}.Product_appContainer__96UIh *,.Product_appContainer__96UIh :after,.Product_appContainer__96UIh :before{box-sizing:inherit}.Product_container__WxL3_{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@keyframes Product_fadeInSlideUp__rLKdT{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:none}}@keyframes Product_subtleZoomIn__TqUfG{0%{transform:scale(1.05)}to{transform:scale(1)}}.Product_header__XZEJC{background-color:#006400;color:white;padding:1rem 0;box-shadow:0 2px 8px rgba(0,0,0,.2);position:relative;z-index:100}@media (min-width:769px){.Product_header__XZEJC{position:sticky;top:0}}.Product_headerContent__KGcjX{display:flex;justify-content:space-between;align-items:center}.Product_logoGroup__yCYfq{display:flex;align-items:center;gap:.75rem;text-decoration:none;min-width:0}.Product_headerLogo__2KdLy{width:40px;height:40px;border-radius:50%;object-fit:contain;background-color:white;padding:3px;flex-shrink:0}.Product_headerTitle__NdmQZ{font-size:1.5rem;font-weight:700;line-height:1.2;color:#ffffff;min-width:0}.Product_navDesktop__tvfOe{display:none}.Product_navDesktop__tvfOe a,.Product_navDesktop__tvfOe a:active,.Product_navDesktop__tvfOe a:visited{color:white;text-decoration:none;margin-left:1.25rem;font-weight:400;padding:.5rem .75rem;border-radius:6px;transition:background-color .3s}.Product_active__PtotY,.Product_navDesktop__tvfOe a:hover{background-color:#004d00}.Product_active__PtotY{font-weight:700}.Product_menuToggle__aU2ow{display:none;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;padding:.5rem;z-index:20;flex-shrink:0}.Product_menuToggle__aU2ow svg{fill:white;width:24px;height:24px}.Product_menuToggle__aU2ow:focus{outline:none}.Product_navMobile__lDtgX{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#005a00;box-shadow:0 5px 10px rgba(0,0,0,.3);flex-direction:column;padding:1rem 0;z-index:99}.Product_navMobile__lDtgX.Product_open__0YT0b{display:flex}.Product_navMobile__lDtgX a{color:white;text-decoration:none;padding:1rem 1.5rem;border-bottom:none;transition:background-color .3s;text-align:center;font-size:1.05rem}.Product_navMobile__lDtgX a:hover{background-color:#004d00}.Product_activeMobile__DYtIc{font-weight:700;background-color:#004d00;color:#ffcc00}.Product_hero__3Aoxn{position:relative;height:300px;overflow:hidden;z-index:1;width:100%}.Product_heroBg__3ek9Z{position:absolute;inset:-50px;background-image:url(/allproduct.webp);background-size:cover;background-position:50%;transition:transform .1s linear;animation:Product_subtleZoomIn__TqUfG 5s forwards}.Product_heroOverlay__1Xv2g{position:absolute;inset:0;background-color:rgba(0,0,0,.45)}.Product_heroContent__YHzg6{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;height:100%;color:white}.Product_heroContent__YHzg6 h2{font-size:3rem;font-weight:800;letter-spacing:-1px;animation:Product_fadeInSlideUp__rLKdT 1s ease-out forwards;opacity:0;padding:0 1rem;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.7);word-break:break-word}.Product_main__c5rPT{background-color:#f4f4f4;padding:3rem 0 5rem;flex-grow:1}.Product_intro__sUOUj{text-align:center;font-size:1.125rem;color:#4b5563;max-width:900px;margin:2rem auto 3rem;animation:Product_fadeInSlideUp__rLKdT 1s ease-out .8s forwards;opacity:0;padding:0 1rem;width:100%}.Product_sectionTitle__kKQmU{font-size:2.25rem;font-weight:800;color:#047857;text-align:center;margin-bottom:2rem;animation:Product_fadeInSlideUp__rLKdT 1s ease-out .1s forwards;opacity:0;border-bottom:3px solid #ffcc00;padding-bottom:.5rem;display:block;width:fit-content;margin-left:auto;margin-right:auto;max-width:calc(100% - 2rem);white-space:normal}.Product_productGrid__foM_a{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto;padding:0 1rem}.Product_productCard__t35m2{background-color:#ffffff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s,box-shadow .3s;border-top:5px solid #006400;opacity:0;animation:Product_fadeInSlideUp__rLKdT .8s ease-out forwards;display:flex;flex-direction:column;justify-content:flex-start}.Product_customCard___Zrgd{border-top-color:#006400;background-color:#e5e7eb}.Product_imageContainer__KjoTV{height:200px;width:100%;background-color:#e0f2f1;overflow:hidden}.Product_productImage__SPC6s{object-fit:cover;width:100%;height:100%;display:block}.Product_edamameImageContain__h8TfF,.Product_patchouliImageContain__dbme7{object-fit:contain!important;padding:5px}.Product_productInfo__uB0nq{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.Product_productTitle__BrAnF{font-size:1.5rem;font-weight:700;color:#006400;margin-bottom:.5rem}.Product_productDescription__qBxNB{color:#4b5563;margin-bottom:1rem;line-height:1.5;font-size:.95rem;flex-grow:1}.Product_waButton__rlAoY{width:100%;background-color:#25D366;color:white;padding:.75rem 1rem;border-radius:8px;font-weight:700;cursor:pointer;border:none;transition:background-color .3s,transform .2s,box-shadow .2s;font-size:1rem;margin-top:1rem;display:flex;align-items:center;justify-content:center}.Product_waButton__rlAoY:hover{background-color:#1FAF59;transform:translateY(-1px)}.Product_footer__Yx_iE{background-color:#004d00;color:white;text-align:center;padding:1.5rem 0;margin-top:auto;font-size:1rem;width:100%}@media (max-width:768px){.Product_container__WxL3_{padding:0 1rem}.Product_hero__3Aoxn{height:250px}.Product_heroContent__YHzg6 h2{font-size:2.25rem}.Product_sectionTitle__kKQmU{font-size:1.75rem;max-width:calc(100% - 1.5rem)}.Product_intro__sUOUj{font-size:1rem;padding:0 .75rem}.Product_productGrid__foM_a{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:0 .75rem}.Product_productTitle__BrAnF{font-size:1.35rem}.Product_navDesktop__tvfOe{display:none}.Product_menuToggle__aU2ow{display:block}.Product_headerContent__KGcjX{justify-content:space-between}.Product_logoGroup__yCYfq{margin-left:0}}@media (max-width:480px){.Product_productGrid__foM_a{grid-template-columns:1fr;gap:1.5rem}}@media (min-width:769px){.Product_navDesktop__tvfOe{display:flex!important}.Product_menuToggle__aU2ow,.Product_navMobile__lDtgX{display:none!important}.Product_header__XZEJC{position:sticky}}