.dc-route-loading{min-height:calc(100dvh - var(--header-height,3.6rem) - 3rem);box-sizing:border-box;flex-direction:column;width:100%;margin-top:3rem;display:flex}.dc-route-loading--catalogs-browse{flex-direction:column;margin-top:0}.dc-route-loading__strip{background-color:var(--ds-surface-secondary,#f5f5f5);flex:none;width:100%;min-height:280px;overflow:hidden}.dc-route-loading__main{background-color:var(--ds-surface-secondary,#f5f5f5);flex:auto;width:100%;min-height:320px;overflow:hidden}.dc-route-loading__filters{background-color:var(--ds-surface-secondary,#f5f5f5);flex:0 0 280px;width:100%;max-width:320px;min-height:200px;overflow:hidden}.dc-route-loading__strip .ds-loading-image-placeholder,.dc-route-loading__main .ds-loading-image-placeholder,.dc-route-loading__filters .ds-loading-image-placeholder{height:100%;min-height:100%}@media (min-width:992px){.dc-route-loading{flex-direction:row;align-items:stretch}.dc-route-loading--catalogs-browse{flex-direction:column}.dc-route-loading__strip{min-height:calc(100dvh - var(--header-height,3.6rem) - 3rem);flex:0 0 min(480px,39vw)}.dc-route-loading__main{min-height:calc(100dvh - var(--header-height,3.6rem) - 3rem);flex:auto;margin-left:0}.dc-route-loading__filters{flex:0 0 280px;max-width:280px}}.dc-route-loading-pulse{background:linear-gradient(90deg, var(--ds-surface-secondary,#f5f5f5) 25%, var(--primary-light,#eee) 50%, var(--ds-surface-secondary,#f5f5f5) 75%);background-size:200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite dc-route-loading-pulse}@keyframes dc-route-loading-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.dc-route-loading-pulse{animation:none}}
