.home-products{padding:54px 0 64px;background:#fbf7f4}.home-products__heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.home-products__heading h2{margin:0;font-size:32px;font-weight:700;color:#2b4e35}.home-products__heading a{color:#2b4e35;font-weight:600;text-decoration:none;border-bottom:1px solid currentColor}.home-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.home-product-card{display:block;overflow:hidden;background:#fff;border:1px solid #e5e0db;box-shadow:0 6px 20px rgba(31,47,35,.08);color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.home-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgba(31,47,35,.14)}.home-product-card>img{display:block;width:100%;height:190px;object-fit:cover}.home-product-card__body{padding:20px}.home-product-card h3{margin:0 0 10px;font-size:21px;color:#2b4e35}.home-product-card p{min-height:60px;margin:0 0 18px;line-height:1.5;color:#5f625d}.home-product-card__link{color:#2b4e35;font-weight:700}.home-product-card__link span{margin-left:6px;font-size:18px}@media (max-width:991px){.home-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.home-products{padding:40px 0}.home-products__heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.home-products__heading h2{font-size:27px}.home-products__grid{grid-template-columns:1fr;gap:16px}.home-product-card>img{height:210px}.home-product-card p{min-height:0}}
