.launch-toys-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.launch-toys-grid figure{display:flex;flex-direction:column;align-items:center;margin:0}.launch-toys-grid img{width:100%;height:auto;border:4px solid #fff;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.launch-toys-grid img:hover{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.3)}.launch-toys-grid figcaption{margin-top:.5rem;font-size:.9rem;color:#fff;text-align:center}@media(max-width:1024px){.launch-toys-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.launch-toys-grid{grid-template-columns:1fr}}