.yelo-grid-count-skeleton{width:200px;height:20px;background-color:#f5f5f5;border-radius:4px;margin-bottom:24px;animation:pulse 1.5s ease-in-out infinite}.yelo-skeleton-card{display:flex;flex-direction:column;background:#ffffff;border-radius:12px;overflow:hidden;border:1px solid #ebebeb}.yelo-skeleton-img{width:100%;aspect-ratio:4/3;background-color:#f5f5f5;animation:pulse 1.5s ease-in-out infinite}.yelo-skeleton-content{padding:16px;display:flex;flex-direction:column;gap:8px}.yelo-skeleton-row-between{display:flex;justify-content:space-between;align-items:center}.yelo-skeleton-text{height:14px;background-color:#f5f5f5;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.yelo-skeleton-text.short{width:30%}.yelo-skeleton-text.mini{width:15%}.yelo-skeleton-text.title{width:80%;height:18px;margin-top:4px}.yelo-skeleton-text.text{height:12px}.yelo-skeleton-specs{display:flex;gap:8px;margin-top:8px}.yelo-skeleton-spec-item{width:60px;height:24px;border-radius:6px}.yelo-skeleton-price,.yelo-skeleton-spec-item{background-color:#f5f5f5;animation:pulse 1.5s ease-in-out infinite}.yelo-skeleton-price{width:40%;height:20px;border-radius:4px;margin-top:8px}@keyframes pulse{0%{opacity:1;background-color:#f5f5f5}50%{opacity:.6;background-color:#eaeaea}to{opacity:1;background-color:#f5f5f5}}