.product-image-editor{margin:1.5rem 0;padding:1.2rem;border:1px solid #dce5e5;border-radius:12px;background:#f4f7f7}
.product-image-preview{display:block;width:280px;max-width:100%;height:220px;object-fit:contain;background:#fff;border-radius:8px;margin:1rem 0}
.product-image-preview[hidden]{display:none}
.product-image-list{display:flex;flex-wrap:wrap;gap:16px}.product-image-list figure{margin:0;max-width:200px}.product-image-list .product-image-preview{width:200px;height:150px;margin:8px 0}.product-image-list figcaption{font-size:12px;overflow-wrap:anywhere}.product-image-list button{cursor:pointer;padding:6px 8px;background:#fff;border:1px solid #bac2b1;border-radius:4px}
.product-gallery{position:relative;overflow:hidden}.gallery-link{display:grid;place-items:center;width:100%;height:100%;min-height:0}.product-gallery img{min-height:0;max-height:100%}.product-gallery img[hidden]{display:none}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:44px;border:0;border-radius:22px;background:rgba(255,255,255,.94);color:#153d42;font-size:32px;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s;box-shadow:0 2px 8px #0002}.gallery-prev{left:8px}.gallery-next{right:8px}.product-gallery:hover .gallery-arrow,.product-gallery:focus-within .gallery-arrow{opacity:1}.gallery-arrow:focus-visible{outline:3px solid #14817a;outline-offset:2px}.product-gallery .gallery-count{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);background:#fffffff0;padding:3px 9px;border-radius:12px;color:#153d42;font:12px sans-serif;pointer-events:none}
@media(hover:none),(pointer:coarse){.gallery-arrow{opacity:1}}
