.ProductGallery-module__7IpOYq__gallery{gap:var(--spacing-3x,12px);flex-direction:column;width:100%;display:flex}.ProductGallery-module__7IpOYq__mainImageWrapper{aspect-ratio:1;background:var(--background,#fff);border-radius:var(--border-radius-m,8px);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ProductGallery-module__7IpOYq__mainImage{object-fit:contain;width:100%;height:100%}.ProductGallery-module__7IpOYq__thumbnailsWrapper{align-items:center;gap:var(--spacing-2x,8px);width:100%;height:120px;display:flex}@media (max-width:990px){.ProductGallery-module__7IpOYq__singleImageThumbnails{display:none}}.ProductGallery-module__7IpOYq__navButton{cursor:pointer;background-color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 0 5px #1a1a1a4d}.ProductGallery-module__7IpOYq__chevronLeft{transform:rotate(-90deg)}.ProductGallery-module__7IpOYq__chevronRight{transform:rotate(90deg)}.ProductGallery-module__7IpOYq__thumbnails{gap:var(--spacing-2x,8px);scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;display:flex;overflow-x:auto}.ProductGallery-module__7IpOYq__thumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__7IpOYq__thumbnail{border:1px solid var(--foreground-muted,#9e9e9e);border-radius:var(--border-radius-s,6px);background:var(--background,#fff);width:120px;height:120px;padding:var(--spacing-2x,8px);flex-shrink:0;transition:border-color .2s;overflow:hidden}.ProductGallery-module__7IpOYq__thumbnail:hover{border-color:var(--foreground-default,#1a1a1a)}.ProductGallery-module__7IpOYq__thumbnailActive,.ProductGallery-module__7IpOYq__thumbnailActive:hover{border-color:var(--accent-active,#226bc3)}.ProductGallery-module__7IpOYq__thumbnailSingle{cursor:default;pointer-events:none}.ProductGallery-module__7IpOYq__thumbnailSingle:hover{border-color:var(--foreground-muted,#9e9e9e)}.ProductGallery-module__7IpOYq__thumbnailImage{object-fit:contain;width:100%;height:100%}.ProductGallery-module__7IpOYq__modalOverlay{z-index:1000;padding:var(--spacing-5x,20px);background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProductGallery-module__7IpOYq__modalContent{background:var(--static-white,#fff);border-radius:var(--border-radius-m,8px);outline:none;flex-direction:column;width:100%;max-width:1240px;height:100%;max-height:640px;display:flex;position:relative;box-shadow:0 8px 32px #0003}.ProductGallery-module__7IpOYq__modalCloseButton{top:var(--spacing-3x,12px);right:var(--spacing-3x,12px);cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex;position:absolute}.ProductGallery-module__7IpOYq__modalBody{padding:var(--spacing-5x,20px);gap:var(--spacing-4x,16px);flex:1;display:flex;overflow:hidden}.ProductGallery-module__7IpOYq__modalThumbnails{gap:var(--spacing-2x,8px);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex-shrink:0;max-height:100%;display:flex;overflow-y:auto}.ProductGallery-module__7IpOYq__modalThumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__7IpOYq__modalThumbnail{border:1px solid var(--foreground-muted,#9e9e9e);border-radius:var(--border-radius-s,6px);background:var(--background,#fff);width:100px;height:100px;padding:var(--spacing-2x,8px);flex-shrink:0;transition:border-color .2s;overflow:hidden}.ProductGallery-module__7IpOYq__modalThumbnail:hover{border-color:var(--foreground-default,#1a1a1a)}.ProductGallery-module__7IpOYq__modalThumbnailActive,.ProductGallery-module__7IpOYq__modalThumbnailActive:hover{border-color:var(--accent-active,#226bc3)}.ProductGallery-module__7IpOYq__modalThumbnailSingle{cursor:default;pointer-events:none}.ProductGallery-module__7IpOYq__modalThumbnailSingle:hover{border-color:var(--foreground-muted,#9e9e9e)}.ProductGallery-module__7IpOYq__modalThumbnailImage{object-fit:contain;width:100%;height:100%}.ProductGallery-module__7IpOYq__modalMainSection{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.ProductGallery-module__7IpOYq__modalMainImageWrapper{flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;position:relative}.ProductGallery-module__7IpOYq__modalMobilePagination{text-align:center;padding:var(--spacing-2x,8px);font-size:var(--font-size-s,14px);color:var(--foreground-soft,#616161);display:none}.ProductGallery-module__7IpOYq__modalImageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductGallery-module__7IpOYq__modalMainImage{object-fit:contain;width:100%;height:100%}.ProductGallery-module__7IpOYq__modalNavButton{cursor:pointer;z-index:5;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 5px #1a1a1a4d}.ProductGallery-module__7IpOYq__modalNavButtonPrev{left:var(--spacing-2x,8px)}.ProductGallery-module__7IpOYq__modalNavButtonNext{right:var(--spacing-2x,8px)}@media (max-width:990px){.ProductGallery-module__7IpOYq__modalBody{flex-direction:column}.ProductGallery-module__7IpOYq__modalThumbnails{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;order:2;max-height:none;overflow:auto hidden}.ProductGallery-module__7IpOYq__modalThumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__7IpOYq__modalMainSection{order:1}.ProductGallery-module__7IpOYq__modalMobilePagination{display:block}}@media (max-width:768px){.ProductGallery-module__7IpOYq__navButton{width:40px;height:40px}.ProductGallery-module__7IpOYq__thumbnail{width:72px;height:72px}.ProductGallery-module__7IpOYq__modalOverlay{padding:0}.ProductGallery-module__7IpOYq__modalContent{border-radius:0;height:100vh;max-height:100vh}.ProductGallery-module__7IpOYq__modalNavButton{width:40px;height:40px}.ProductGallery-module__7IpOYq__modalThumbnail{width:72px;height:72px}}
