.product-photo-gallery{min-width:0;width:100%}.product-gallery-main{height:260px;border-radius:10px;overflow:hidden;padding:18px;display:flex;align-items:center;justify-content:center}.product-gallery-main img{width:100%;height:100%;object-fit:contain}.product-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 2px}.product-gallery-thumbs button{width:56px;height:56px;flex-shrink:0;padding:3px;border:1px solid #dce4ee;border-radius:7px;background:white}.product-gallery-thumbs button[aria-pressed=true]{border:2px solid #2454eb}.product-gallery-thumbs button:focus-visible{outline:2px solid #2454eb;outline-offset:2px}.product-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.workspace-buyer-preview .product-gallery-main{height:220px}.workspace-photo-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.workspace-photo-list>div{position:relative;border:1px solid #dce4ee;border-radius:8px;padding:6px;background:white;min-width:0}.workspace-photo-list>div[data-main=true]{border-color:#2454eb}.workspace-photo-list img{width:100%;height:80px;object-fit:contain}.workspace-photo-list .photo-main{display:block;width:100%;font-size:13px;color:#2454eb;min-height:32px;background:transparent}.workspace-photo-list .photo-main:disabled{color:#60748a;opacity:1}.workspace-photo-list .photo-remove{position:absolute;right:3px;top:3px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:white;border:1px solid #dce4ee;border-radius:50%;color:#536c8d}.workspace-photo-list button:focus-visible{outline:2px solid #2454eb;outline-offset:2px}@media(max-width:700px){.workspace-photo .workspace-photo-list{grid-column:1/-1;grid-template-columns:repeat(auto-fill,minmax(95px,1fr))}.product-gallery-main{height:220px}}