.gallery{min-width:0;outline:none}.image-wrap{position:relative}.gallery-arrow{position:absolute;top:50%;z-index:2;width:42px;height:42px;border:1px solid #dfc9bd;border-radius:50%;background:#fffffff0;color:#94601f;font:32px/1 Georgia,serif;cursor:pointer;transform:translateY(-50%)}.gallery-arrow:hover,.gallery-arrow:focus-visible{background:#fcedef}.gallery-arrow.prev{left:15px}.gallery-arrow.next{right:15px}.gallery-counter{position:absolute;right:14px;bottom:12px;padding:5px 9px;background:#fffdf9e8;border:1px solid var(--line);font:500 10px Montserrat,sans-serif;letter-spacing:.08em}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}.gallery-thumb{height:88px;padding:5px;border:1px solid var(--line);background:#fff;cursor:pointer}.gallery-thumb img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.gallery-thumb.active{border:2px solid var(--gold)}.gallery-thumb:focus-visible{outline:2px solid var(--rose);outline-offset:2px}@media(max-width:760px){.gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));overflow-y:auto;max-height:202px}.gallery-thumb{height:84px}.image-wrap{padding:28px}}
