.product-photo{margin:1rem 0 1.5rem;padding:1rem;background:#fff;border:1px solid #ddd;border-radius:12px;max-width:100%;overflow:hidden}
.product-photo[hidden]{display:none!important}
.product-photo-link{display:block;border-radius:4px}
.product-photo-link:focus-visible{outline:3px solid #155e75;outline-offset:3px}
.product-photo img{display:block;width:100%;height:auto;aspect-ratio:4/3;max-height:300px;object-fit:contain;background:#fff}
.product-photo figcaption{margin-top:.75rem;font-size:.75rem;line-height:1.5;color:#555}
@media(max-width:480px){.product-photo{padding:.75rem}.product-photo img{max-height:230px}}
