@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/400px 100%;border-radius:2px;animation:1.5s infinite shimmer}.store-loading{min-height:calc(100vh - var(--topbar-height));display:flex}.store-loading__sidebar{border-right:1px solid #cbcbcb;flex-shrink:0;width:200px}@media (max-width:768px){.store-loading__sidebar{display:none}}.store-loading__cards{flex-wrap:wrap;flex:1;place-content:flex-start center;gap:32px;padding:32px;display:flex}.store-loading__card{flex-direction:column;gap:8px;width:300px;display:flex}@media (max-width:830px){.store-loading__card{width:200px}}@media (max-width:480px){.store-loading__card{width:calc(50vw - 32px)}}.store-loading__card-image{width:100%;height:400px}@media (max-width:830px){.store-loading__card-image{height:300px}}@media (max-width:480px){.store-loading__card-image{height:220px}}.store-loading__card-title{width:80%;height:20px;margin:0 auto}.store-loading__card-price{width:40%;height:20px;margin:0 auto}
