@media (max-width:639px){@keyframes skeleton-shimmer{0%{background-position:-1000px 0}100%{background-position:1000px 0}}.skeleton-box{border-radius:8px;background-color:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0 0,#f0f0f0 50%,#e0e0e0 100%);background-size:1000px 100%;animation:skeleton-shimmer 1.8s ease-in-out infinite}.skeleton-wrapper-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;padding-bottom:16px}.skeleton-card{display:flex;flex-direction:column;gap:8px}.skeleton-image{width:100%;aspect-ratio:1/1;border-radius:7px}.skeleton-title{height:13px;width:80%}.skeleton-price{height:13px;width:50%}.skeleton-wrapper-list{display:flex;flex-direction:column;gap:14px;padding:10px 14px}.skeleton-cart-line{display:flex;align-items:center;gap:10px}.skeleton-cart-name{height:13px;flex:1 1 auto}.skeleton-cart-qty{height:22px;width:44px;flex-shrink:0}.skeleton-cart-price{height:13px;width:56px;flex-shrink:0}@media (prefers-reduced-motion:reduce){.skeleton-box{animation:none;background-image:none;background-color:#ebebeb}}}