@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap);:root{--font-main:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-heading:'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif}.site-logo{font-family:'Poppins',sans-serif!important;font-size:1.75rem!important;font-weight:800!important;letter-spacing:-0.5px!important;color:#2c3e50!important;text-decoration:none!important;display:flex!important;align-items:center!important;gap:10px!important;transition:all 0.3s ease!important}.site-logo:hover{color:#6cb846!important;transform:translateY(-2px)}.site-logo::before{content:"🌱";font-size:2rem;display:inline-block;animation:leafFloat 3s ease-in-out infinite}@keyframes leafFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-5px) rotate(5deg)}}.site-logo span{background:linear-gradient(135deg,#6cb846 0%,#4a9832 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}body{font-family:var(--font-main)!important;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)!important;font-weight:700;letter-spacing:-.5px}h1{font-weight:800;letter-spacing:-1px}.vfh-btn{font-family:var(--font-main)!important;font-weight:600!important;letter-spacing:0.3px!important}.main-navigation a{font-family:var(--font-main)!important;font-weight:500!important;letter-spacing:0.2px!important}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;position:relative;z-index:1001;margin-left:auto}.menu-toggle span{display:block;width:28px;height:3px;background:#2c3e50;border-radius:3px;transition:all 0.3s ease}.menu-toggle:hover span{background:#6cb846}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header-inner{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:20px!important}.site-branding{flex:0 0 auto}.main-navigation{display:flex;gap:var(--spacing-md);margin-left:auto}@media (max-width:768px){.menu-toggle{display:flex!important;order:3}.site-branding{order:1;flex:1}.main-navigation{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;box-shadow:0 4px 12px rgb(0 0 0 / .15);padding:20px;flex-direction:column;gap:0;z-index:1000;animation:slideDown 0.3s ease;margin-left:0;order:2}.main-navigation.active{display:flex!important}.main-navigation a{padding:15px 20px!important;border-bottom:1px solid #ecf0f1;width:100%;text-align:left}.main-navigation a:last-child{border-bottom:none}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}}.site-header{border-bottom:1px solid rgb(108 184 70 / .1)}.header-inner{padding:18px 0}.vfh-product-card-title{font-family:var(--font-heading)!important;font-weight:600!important}.vfh-product-title{font-family:var(--font-heading)!important;font-weight:700!important}.category-badge{font-family:var(--font-main)!important;font-weight:600!important}.site-footer{font-family:var(--font-main)!important}.footer-widget h4{font-family:var(--font-heading)!important;font-weight:700!important}.vfh-product-price,.vfh-product-card-price,.vfh-compare-price{font-family:var(--font-heading)!important;font-weight:800!important}