.skeleton-container{display:flex;flex-wrap:wrap;gap:20px;width:100%;justify-content:center;}.skeleton-card,.skeleton-text-block,.skeleton-list-item,.skeleton-product-grid-item{background-color:#e0e0e0;border-radius:8px;overflow:hidden;position:relative;box-shadow:0 2px 8px rgba(0,0,0,0.05);flex-shrink:0;}.skeleton-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(255,255,255,0)0%,rgba(255,255,255,0.2)20%,rgba(255,255,255,0.5)60%,rgba(255,255,255,0));animation:shimmer 1.5s infinite forwards;transform:translateX(-100%);}
@keyframes shimmer{100%{transform:translateX(100%);}}.skeleton-card{width:300px;height:280px;display:flex;flex-direction:column;}.skeleton-image{width:100%;height:150px;background-color:#c0c0c0;border-bottom-left-radius:0;border-bottom-right-radius:0;}.skeleton-content{padding:15px;display:flex;flex-direction:column;gap:10px;flex-grow:1;}.skeleton-line{height:16px;background-color:#c0c0c0;border-radius:4px;width:100%;}.skeleton-title{height:20px;width:70%;margin-bottom:5px;}.skeleton-text-block{width:400px;padding:20px;display:flex;flex-direction:column;gap:12px;}.skeleton-list-item{width:350px;padding:15px;display:flex;align-items:center;gap:15px;}.skeleton-avatar{width:50px;height:50px;border-radius:50%;background-color:#c0c0c0;flex-shrink:0;}.skeleton-list-content{flex-grow:1;display:flex;flex-direction:column;gap:8px;}.skeleton-list-title{width:80%;height:18px;}.skeleton-list-subtitle{width:60%;height:14px;}.skeleton-product-grid-item{width:200px;height:250px;display:flex;flex-direction:column;}.skeleton-product-image{height:120px;}.skeleton-product-title{width:90%;height:18px;}.skeleton-product-price{width:50%;height:16px;}
@media(max-width:768px){.container{grid-template-columns:1fr;padding:15px;}.skeleton-card,.skeleton-text-block,.skeleton-list-item,.skeleton-product-grid-item{width:100%;}}