:root{--primary-green: #4CAF50;--light-green: #8BC34A;--dark-green: #388E3C;--beige: #FFFFFF;--light-beige: #F8F8F8}body{background-color:#fff}.hero-bg{background-image:url(/bg-header.jpg);background-size:cover;background-position:bottom;background-repeat:no-repeat}.nav-item{position:relative}.nav-item:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:var(--primary-green);transition:width .3s ease}.nav-item:hover:after{width:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.section-divider{border:none;height:1px;background-image:linear-gradient(to right,transparent,#8BC34A,transparent)}
