.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.gallery button{padding:0;border:2px solid transparent;background:#f4f4f4}.gallery button:hover,.gallery button:focus{border-color:#d6a84b}.gallery img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.specifications{border-top:1px solid #e7e3dc}.specifications div{display:grid;grid-template-columns:180px 1fr;border-bottom:1px solid #e7e3dc;padding:12px}.specifications dt{font-weight:700}.specifications dd{margin:0;color:#696969}
