.ProductGallery_gallery__b0oxf{display:grid;grid-gap:1rem;gap:1rem}.ProductGallery_mainImage__dXGJH{position:relative;width:100%;padding-top:70%;border-radius:12px;overflow:hidden;background:var(--gray-50)}.ProductGallery_image__EquKh{object-fit:cover}.ProductGallery_placeholder__6MT_Z{display:grid;place-items:center;border-radius:12px;background:var(--gray-50);min-height:200px;font-size:2rem}.ProductGallery_thumbnails__nCRUE{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));grid-gap:.75rem;gap:.75rem}.ProductGallery_thumbnail__EzAxU{position:relative;padding-top:70%;border:1px solid var(--gray-200);border-radius:10px;overflow:hidden;background:var(--white);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.ProductGallery_thumbnailImage__tdFF8{object-fit:cover}.ProductGallery_thumbnail__EzAxU:focus-visible,.ProductGallery_thumbnail__EzAxU:hover{border-color:var(--brand-500);box-shadow:0 0 0 3px rgba(44,95,141,.15)}.ProductGallery_active__7qsXF{border-color:var(--brand-600);box-shadow:0 0 0 3px rgba(44,95,141,.25)}