.CarGallery_gallery__WeG7_{display:flex;flex-direction:column;gap:12px}.CarGallery_main__XUKwH{position:relative;aspect-ratio:16/10;border-radius:var(--radius-card);overflow:hidden;background-color:var(--surface-sunken)}.CarGallery_main__XUKwH:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.CarGallery_frame__Dd6vY{position:absolute;inset:0}.CarGallery_image__IO7Ju{object-fit:cover}.CarGallery_arrow__JUWei{position:absolute;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:rgba(10,12,11,.55);color:#f6f6f7;font-size:18px;line-height:1;opacity:.85;transition:opacity var(--dur) var(--ease),background-color var(--dur) var(--ease)}.CarGallery_arrow__JUWei:hover{opacity:1;background-color:rgba(10,12,11,.8)}.CarGallery_arrowPrev__OO7Yh{left:16px}.CarGallery_arrowNext__LZ9JV{right:16px}.CarGallery_counter__v_A8I{position:absolute;right:14px;bottom:12px;z-index:1;padding:5px 10px;border-radius:var(--radius);background-color:rgba(10,12,11,.55);color:#f6f6f7;font-family:var(--font-text);font-size:12px;letter-spacing:.08em}.CarGallery_thumbs__qqnqy{display:flex;gap:10px;overflow-x:auto;touch-action:pan-x;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.CarGallery_thumbs__qqnqy::-webkit-scrollbar{display:none}.CarGallery_thumb___xujd{position:relative;flex:0 0 auto;width:112px;aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden;background-color:var(--surface-sunken);opacity:.55;outline:1px solid var(--hairline);outline-offset:-1px;transition:opacity var(--dur) var(--ease),outline-color var(--dur) var(--ease)}.CarGallery_thumb___xujd:hover{opacity:.85}.CarGallery_thumbActive__Vz8cm{opacity:1;outline:2px solid var(--accent);outline-offset:-2px}.CarGallery_thumbImage__FxgUp{object-fit:cover}@media (max-width:640px){.CarGallery_arrow__JUWei{width:38px;height:38px}.CarGallery_thumb___xujd{width:88px}}