@keyframes shimmer{0%{transform:translateX(0)}100%{transform:translateX(100%)}}#do-collections-loading-container{width:100%;height:fit-content}.do-collection-loading-skeleton{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px}@media(max-width: 768px){.do-collection-loading-skeleton{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.banner-wrapper{margin-bottom:32px}}.do-collection-skeleton-item{display:flex;flex-direction:column;gap:8px;width:100%}.do-collection-skeleton-square{position:relative;overflow:hidden;background-color:#e0e0e0;border-radius:8px;width:100%;padding-top:90%;display:flex;justify-content:center;align-items:center}.do-collection-skeleton-square::after{content:"";position:absolute;top:0;left:-100%;height:100%;width:100%;background:linear-gradient(90deg, transparent, white, transparent);animation:shimmer 3s infinite;will-change:transform}.do-collection-blocked-square{width:100%;background-color:#ebebeb;aspect-ratio:1/1;border-radius:8px;margin-bottom:8px}.do-collection-blocked-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%;height:100%}.do-collection-blocked-lock{width:15%;margin-bottom:16px}.do-collection-blocked-text{font-size:1.2rem;max-width:70%}@media screen and (max-width: 768px){.do-collection-blocked-lock{margin-bottom:8px}.do-collection-blocked-text{font-size:.8rem}}.do-collection-skeleton-title{position:relative;overflow:hidden;background-color:#e0e0e0;border-radius:8px;width:60%;height:16px;border-radius:4px;margin-top:8px}.do-collection-skeleton-title::after{content:"";position:absolute;top:0;left:-100%;height:100%;width:100%;background:linear-gradient(90deg, transparent, white, transparent);animation:shimmer 3s infinite;will-change:transform}#do-collections-guest-container{flex-direction:column;align-items:center;gap:16px;margin-bottom:32px;text-align:center}