.skeleton_card{background:#fff;border:1px solid #e0e0e0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:15px;height:100%;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.skeleton_pulse{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton_title{width:60%;height:24px}.skeleton_desc{width:80%;height:16px}.skeleton_price{width:50%;height:36px;margin-top:10px}.skeleton_features{flex-direction:column;align-items:center;gap:8px;width:100%;margin-top:20px;display:flex}.skeleton_feature_item{width:70%;height:14px}.skeleton_button{border-radius:20px;width:80%;height:40px;margin-top:auto}
