.card-loader-hero{position:relative;overflow:hidden;width:100%;aspect-ratio:1/1;min-height:240px;border-radius:var(--radius-lg);background:linear-gradient(110deg,#e8e8e8 8%,#f4f4f4 18%,#e8e8e8 33%);background-size:200% 100%;animation:card-loader-shimmer 1.6s linear infinite;box-shadow:var(--shadow-sm)}.card-loader-hero .card-loader-img,.card-loader-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:.55}@keyframes card-loader-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.card-loader-hero{min-height:220px}}@media (max-width:575px){.card-loader-hero{min-height:180px}}