.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e2e2e2 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer2{background:linear-gradient(90deg,red 25%,yellow 50%,green 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer2{0%{background-position:-200% 0}to{background-position:200% 0}}.filtered-loader,.normal-loader{padding:60px 5%;min-height:100vh;box-sizing:border-box}.filtered-loader__header,.normal-loader__header{margin-bottom:30px}.main-title,.title{width:300px;height:20px;margin-bottom:10px}.small-title{width:200px;height:16px;margin-bottom:8px}.subtitle{width:250px;height:14px;margin-bottom:20px}.filtered-loader__grid,.normal-loader__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:20px;gap:20px}.filtered-loader__card,.normal-loader__card{background:#fff;padding:15px;border:1px solid #eee;border-radius:8px}.image{height:130px;width:100%;margin-bottom:12px}.line{height:10px;width:100%;margin-bottom:8px}.line.short{width:60%}.hero-loader-skeleton{width:100%;height:100%;border-radius:12px;overflow:hidden}.hero-skeleton-image{width:100%;height:100%;background-color:#e2e2e2;border-radius:12px}