.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media (min-width:576px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (min-width:992px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}}.categories-grid .product-card{background:#fff;border-radius:.75rem;display:flex;flex-direction:column;height:100%;overflow:hidden}.categories-grid .product-image-wrapper{align-items:center;background:#f5f5f5;display:flex;height:180px;justify-content:center}@media (min-width:768px){.categories-grid .product-image-wrapper{height:200px}}.categories-grid .product-image-wrapper img[alt*=Falcon],.categories-grid .product-image-wrapper img[alt*=Greenworks],.categories-grid .product-image-wrapper img[alt*=MoSpare],.categories-grid .product-image-wrapper img[alt*=Rovic]{object-fit:contain!important;padding:.75rem}.categories-grid .product-card:hover{box-shadow:0 .35rem 1rem rgba(0,0,0,.12);transform:translateY(-3px)}.categories-grid .product-card,.categories-grid .product-card:hover{transition:box-shadow .25s ease,transform .25s ease}.categories-grid .product-card .bg-success.rounded-circle{flex-shrink:0}.categories-grid .product-card .card-text{line-height:1.35}.product-card-link:focus-visible .product-card{outline:3px solid var(--jd-green,#28a745);outline-offset:2px}