.catalog-images-root{position:relative;max-width:100%;margin:0 auto 2.5rem;min-height:280px}.catalog-images-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;min-height:280px;color:#666}.catalog-images-spinner--hide{display:none}.catalog-images-spinner__arc{width:40px;height:40px;border:3px solid #e8e8e8;border-top-color:#cd0f16;border-radius:50%;animation:catalog-images-spin 0.75s linear infinite}@keyframes catalog-images-spin{to{transform:rotate(360deg)}}.catalog-images-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:200px;padding:0.5rem 0;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none;background:#f0f0f0;border-radius:2px}.catalog-images-stage.is-loading .catalog-images-img{opacity:0.35}.catalog-images-img{display:block;max-width:100%;width:auto;height:auto;margin:0 auto;transition:opacity 0.15s ease;box-shadow:0 2px 12px rgba(0,0,0,0.12)}.catalog-images-toolbar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0.75rem 1rem;margin-top:1.25rem;padding:0 0.5rem}.catalog-images-toolbar .catalog-images-nav-btn.button-primary.sm{min-width:7.5rem}.catalog-images-pageinfo{min-width:5rem;text-align:center;font-size:0.95rem;font-variant-numeric:tabular-nums;color:#333}.catalog-images-hint{margin:1rem 0 0;text-align:center;font-size:0.875rem;color:#666;line-height:1.45}.catalog-images-download{margin:1.25rem 0 0;text-align:center;font-size:0.9rem}.catalog-images-download a{font-weight:600}@media (max-width:575.98px){.catalog-images-root{margin-left:-0.5rem;margin-right:-0.5rem;max-width:none}.catalog-images-stage{padding:0.25rem 0;border-radius:0}.catalog-images-toolbar{gap:0.5rem}.catalog-images-toolbar .catalog-images-nav-btn.button-primary.sm{flex:1 1 40%;min-width:0}}