.skeleton-loader{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s linear infinite;display:inline-block;height:20px;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-cart-summary{width:100%}.skeleton-cart-summary,.skeleton-line-items{display:flex;flex-direction:column;gap:15px}.skeleton-line-item{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%}.skeleton-line-item-details{flex:1 1;display:flex;flex-direction:column;gap:5px}.skeleton-order-summary{display:flex;flex-direction:column;gap:10px;margin-top:15px}.skeleton-payment-form{display:flex;flex-direction:column;gap:15px;padding:20px;width:100%;max-width:400px;margin:0 auto}.skeleton-section{align-items:center}.skeleton-row,.skeleton-section{display:flex;justify-content:space-between}.skeleton-row{gap:10px}.skeleton-checkbox{display:flex;align-items:center;gap:10px}.skeleton-footer{display:flex;flex-direction:column;align-items:center;gap:5px;margin-top:20px}