.ProductGallery_gallery__bdcoP{display:grid;grid-template-columns:80px 1fr;grid-gap:var(--space-4);gap:var(--space-4);align-items:start}.ProductGallery_thumbs__CoaPd{display:flex;flex-direction:column;gap:var(--space-2)}.ProductGallery_thumb__UPi74{position:relative;width:76px;height:76px;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);border:2px solid transparent;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);flex-shrink:0}.ProductGallery_thumb__UPi74:hover{border-color:var(--color-border-hover)}.ProductGallery_thumb__UPi74.ProductGallery_thumbActive__3meV1{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.ProductGallery_thumbImg__li24a{object-fit:contain;padding:4px}.ProductGallery_main__ydnzp{position:relative;aspect-ratio:1/1;background:var(--color-surface);border-radius:var(--radius-2xl);overflow:hidden}.ProductGallery_mainInner__uWuqc{position:absolute;inset:0;padding:5%}.ProductGallery_mainImg__QtQ4I{object-fit:contain}.ProductGallery_arrow___i8BU{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-border);width:40px;height:40px;border-radius:var(--radius-full);font-size:1.4rem;display:flex;align-items:center;justify-content:center;color:var(--color-text);z-index:2;transition:background var(--transition-fast),opacity var(--transition-fast);line-height:1;padding-bottom:2px}.ProductGallery_arrow___i8BU:hover:not(:disabled){background:#fff;box-shadow:var(--shadow-md)}.ProductGallery_arrow___i8BU:disabled{opacity:.3;cursor:default}.ProductGallery_arrowLeft__fBZ66{left:12px}.ProductGallery_arrowRight__jBOqB{right:12px}.ProductGallery_dots__6ls7c{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.ProductGallery_dot__76FKu{width:7px;height:7px;border-radius:50%;background:rgba(0,0,0,.2);transition:background var(--transition-fast),transform var(--transition-fast)}.ProductGallery_dot__76FKu.ProductGallery_dotActive__1w2l6{background:var(--color-primary);transform:scale(1.35)}@media (max-width:640px){.ProductGallery_gallery__bdcoP{grid-template-columns:1fr}.ProductGallery_thumbs__CoaPd{flex-direction:row;overflow-x:auto;order:2;gap:var(--space-2);padding-bottom:4px}.ProductGallery_thumb__UPi74{flex-shrink:0}.ProductGallery_main__ydnzp{order:1}}