@charset "UTF-8";.products-hero{position:relative;min-height:340px;display:flex;align-items:center;overflow:hidden}.products-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.products-hero-bg ai-img,.products-hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.products-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,61,38,.9) 0,rgba(0,61,38,.6) 60%,rgba(0,61,38,.3) 100%)}.products-hero-content{position:relative;z-index:2;padding:60px 0;max-width:680px}.products-hero-content h1{color:#fff;font-size:max(1.6rem, min(3.5vw, 2.4rem));margin-bottom:12px}.text-white-75{color:rgba(255,255,255,.75)}.products-grid-section{padding:64px 0}.product-category-block{margin-bottom:56px}.category-heading{font-size:1.4rem;font-weight:700;border-left:4px solid var(--up-primary);padding-left:14px;margin-bottom:8px}.category-desc{color:var(--up-text-mid);margin-bottom:24px;font-size:.95rem}.product-grid-card{background:var(--up-white);border:1px solid var(--up-border);border-radius:8px;overflow:hidden;cursor:pointer;height:100%;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}.product-grid-card:hover{box-shadow:0 8px 28px rgba(0,122,77,.14);transform:translateY(-4px)}.product-grid-card .pgc-img{aspect-ratio:4/3;overflow:hidden;background:var(--up-bg-grey)}.product-grid-card .pgc-img ai-img,.product-grid-card .pgc-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s}.product-grid-card:hover .pgc-img ai-img,.product-grid-card:hover .pgc-img img{transform:scale(1.04)}.product-grid-card .pgc-body{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-grid-card .pgc-name{font-size:.9rem;font-weight:700;color:var(--up-text-dark);margin-bottom:12px;line-height:1.3}.product-grid-card .pgc-btn{background:0 0;border:1px solid var(--up-primary);color:var(--up-primary);border-radius:4px;padding:6px 14px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s;width:100%}.product-grid-card .pgc-btn:hover{background:var(--up-primary);color:var(--up-white)}@media (max-width:768px){.products-hero-content{padding:40px 0}}