@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0 0,#e0e0e0 50%,#f0f0f0);background-size:800px 100%;animation:shimmer 1.5s linear infinite}.store-course-skeleton{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:32px;overflow:hidden;box-shadow:4px 4px 20px rgba(0,0,0,.25);width:100%;height:auto;min-height:620px}.store-course-skeleton__image{width:100%;aspect-ratio:446/282;border-radius:30px 30px 0 0}.store-course-skeleton__content{display:flex;flex-direction:column;padding:20px;gap:10px;flex:1 1}.store-course-skeleton__header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:5px}.store-course-skeleton .skeleton-tags{display:flex;gap:10px;flex:1 1}.store-course-skeleton .skeleton-tag{width:90px;height:28px;border-radius:11.5px}.store-course-skeleton .skeleton-heart{width:24px;height:24px;border-radius:4px}.store-course-skeleton .skeleton-title{width:100%;height:62px;border-radius:8px}.store-course-skeleton .skeleton-description{display:flex;flex-direction:column;gap:8px;margin-top:5px}.store-course-skeleton .skeleton-line{height:16px;width:100%;border-radius:4px}.store-course-skeleton .skeleton-line.short{width:70%}.store-course-skeleton .skeleton-stats{display:flex;gap:20px;margin-top:10px}.store-course-skeleton .skeleton-stat{width:120px;height:20px;border-radius:4px}.store-course-skeleton .skeleton-actions{display:flex;gap:10px;margin-top:auto}.store-course-skeleton .skeleton-btn{flex:1 1;height:46px;border-radius:16px}@media(max-width:767px){.store-course-skeleton{min-height:auto}.store-course-skeleton__image{aspect-ratio:446/220}.store-course-skeleton .skeleton-title{height:50px}.store-course-skeleton .skeleton-btn{height:40px}}