.ProductImageGallery_galleryContainer__QdoUi{display:flex;flex-direction:column;gap:1rem}.ProductImageGallery_mainImageWrapper__eXsb7{position:relative;width:100%;aspect-ratio:1/1;background-color:#fff;border:1px solid #efefef;border-radius:12px 12px 0 0;overflow:hidden}.ProductImageGallery_mainImage__q_KXQ{object-fit:contain;padding:1.5rem;transition:transform .3s ease}.ProductImageGallery_mainImage__q_KXQ:hover{transform:scale(1.05)}.ProductImageGallery_thumbnailList__yQmjM{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));grid-gap:.75rem;gap:.75rem}@media(max-width:768px){.ProductImageGallery_thumbnailList__yQmjM{display:flex;overflow-x:auto;padding-bottom:.5rem;-ms-overflow-style:none;scrollbar-width:none}.ProductImageGallery_thumbnailList__yQmjM::-webkit-scrollbar{display:none}}.ProductImageGallery_thumbnailButton__PXhLB{position:relative;width:100%;aspect-ratio:1/1;border-radius:10px;border:2px solid #efefef;overflow:hidden;cursor:pointer;background:#fff;transition:border-color .2s ease;flex-shrink:0}@media(max-width:768px){.ProductImageGallery_thumbnailButton__PXhLB{width:60px}}.ProductImageGallery_thumbnailButton__PXhLB:hover{border-color:#f28500}.ProductImageGallery_thumbnailButton__PXhLB.ProductImageGallery_active__hfdXM{border-color:#f28500;box-shadow:0 0 0 2px #f28500}.ProductImageGallery_thumbnailImage__rfKB1{object-fit:contain;padding:.25rem}