.skeleton-detail{position:relative;width:inherit;margin-top:50px}.skeleton-detail-imgw{display:flex;justify-content:flex-start;gap:30px;text-align:left}.skeleton-detail-imgw-img{display:flex;flex-direction:column;justify-content:space-between;width:300px;height:500px;object-fit:cover;background-color:#f0f3f5;animation:skeleton-loading 5s linear infinite alternate}.skeleton-detail-imgw-info-txt{width:150px;height:10px;margin-top:10px;background-color:#f0f3f5;animation:skeleton-loading 5s linear infinite alternate}.skeleton-detail-imgw-info-des{width:800px;height:10px;margin-top:10px;background-color:#f0f3f5;animation:skeleton-loading 5s linear infinite alternate}@media screen and (max-width : 1350px){.skeleton-detail-imgw{flex-direction:column;align-items:center}.skeleton-detail-imgw-info-des{width:90vw}}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}
