@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{background:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f0f0f0 40px,#e0e0e0 80px);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:5px}.collection-loading{padding:2rem 0}.collection-loading .collection-loading-header{text-align:center;margin-bottom:2rem}.collection-loading .collection-loading-header .skeleton-title{width:200px;height:28px;margin:0 auto .75rem}.collection-loading .collection-loading-header .skeleton-text{width:300px;height:14px;margin:0 auto;max-width:80%}.collection-loading .collection-loading-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media(max-width:768px){.collection-loading .collection-loading-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.collection-loading .skeleton-card .skeleton-image{width:100%;aspect-ratio:var(--product-card-ratio,3/4)}.collection-loading .skeleton-card .skeleton-card-title{width:70%;height:14px;margin:.75rem auto .5rem}.collection-loading .skeleton-card .skeleton-card-price{width:50px;height:14px;margin:0 auto}