.cart-skeleton{max-width:1200px;margin:0 auto;padding:20px}.skeleton-header{margin-bottom:30px}.skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:20%;height:32px;animation:.8s infinite shimmer}.skeleton-content{grid-template-columns:1fr 300px;gap:30px;display:grid}.skeleton-items{flex-direction:column;gap:16px;display:flex}.skeleton-cart-item{background:#f9f9f9;border-radius:8px;align-items:center;gap:16px;padding:16px;display:flex}.skeleton-item-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;flex-shrink:0;width:100px;height:100px;animation:.8s infinite shimmer}.skeleton-item-info{flex-direction:column;flex:1;gap:8px;display:flex}.skeleton-quantity{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;width:80px;height:36px;animation:.8s infinite shimmer}.skeleton-price{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:100px;height:20px;animation:.8s infinite shimmer}.skeleton-summary{background:#f9f9f9;border-radius:8px;height:fit-content;padding:20px}.skeleton-summary-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:50%;height:20px;margin-bottom:16px;animation:.8s infinite shimmer}.skeleton-summary-rows{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.skeleton-summary-row{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.skeleton-label{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:40%;height:14px;animation:.8s infinite shimmer}.skeleton-value{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:30%;height:14px;animation:.8s infinite shimmer}.skeleton-button{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;width:100%;height:44px;animation:.8s infinite shimmer}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:16px;animation:.8s infinite shimmer}.skeleton-line.skeleton-short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.skeleton-content{grid-template-columns:1fr}}
