.skeleton-loader{display:flex;flex-direction:column;gap:15px;height:630px;width:400px}@media (max-width:768px){.skeleton-loader{height:220px;max-width:150px}}.skeleton-loader__skeleton{animation:loading 3s infinite;background:linear-gradient(90deg,#f3f3f3 25%,#ecebeb,#f3f3f3 75%);background-size:200% 100%;border-radius:4px;height:18px}.skeleton-loader__photo{height:600px;width:100%}@media (max-width:768px){.skeleton-loader__photo{height:190px;max-width:150px}}.skeleton-loader__text{display:flex;justify-content:space-between}@media (max-width:768px){.skeleton-loader__text{align-items:center;flex-direction:column;gap:.75rem}}.skeleton-loader__name{width:115px}.skeleton-loader__price{width:54px}@keyframes loading{0%{background-position:-200% 0}50%{background-position:200% 0}to{background-position:-200% 0}}
