.product-family-wrapper{margin:0 auto;max-width:1200px;padding:60px 20px;user-select:none}.family-title{color:#202124;font-size:2rem;margin-bottom:40px;text-align:center}.product-grid{display:grid;gap:16px;grid-template-columns:repeat(2,160px);justify-content:center;position:relative}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,160px)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,160px)}}.grid-cell{aspect-ratio:1/1.1;position:relative;z-index:1}.product-card{align-items:center;background:transparent;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:20px 10px;text-align:center;transition:all .2s ease-in-out;width:100%}.icon-wrapper{height:62px;margin-bottom:12px;margin-left:auto;margin-right:auto;width:62px}.icon-wrapper img{height:100%;object-fit:contain;width:100%}.product-name{color:#3c4043;display:block;font-size:20px;font-weight:700}.card-body{height:0;margin-top:0;opacity:0;overflow:hidden;transition:opacity .2s ease}.product-tagline{color:#5f6368;font-size:14px;line-height:1.4;margin:8px 0 16px}.product-link{color:#1967d2;font-size:14px;font-weight:500;text-decoration:none}.product-link:hover{text-decoration:underline}@media (min-width:992px){.grid-cell:hover{z-index:100}.grid-cell:hover .product-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);height:auto;padding:30px 20px 24px;position:absolute;width:calc(100% + 10px)}.grid-cell:hover .card-body{height:auto;margin-top:8px;opacity:1}}@media (max-width:480px){.product-grid{grid-template-columns:repeat(3,1fr)}}