.skeleton-card{border:1px solid #ddd;border-radius:8px;padding:16px;background-color:#fff;width:100%;max-width:320px;box-sizing:border-box;box-shadow:0 4px 16px rgba(60,60,60,.25);display:flex;flex-direction:column;align-items:center;justify-content:space-between}.skeleton-img{width:100%;aspect-ratio:1/1;background-color:#e0e0e0;border-radius:8px;margin-bottom:16px}.skeleton-btn,.skeleton-img,.skeleton-text{position:relative;overflow:hidden}.skeleton-btn:after,.skeleton-img:after,.skeleton-text:after{content:"";position:absolute;top:0;left:-150%;height:100%;width:150%;background:linear-gradient(90deg,rgba(224,224,224,0),rgba(255,255,255,.5) 50%,rgba(224,224,224,0));animation:shimmer 1.6s infinite}.skeleton-text{background-color:#e0e0e0;border-radius:4px}.skeleton-title{width:80%;height:18px}.skeleton-price{width:60%;height:14px}.skeleton-btn{width:100%;height:40px;margin-top:22px;background-color:#e0e0e0;border-radius:6px}@keyframes shimmer{0%{left:-150%}to{left:100%}}@media screen and (width <= 800px){.skeleton-card{font-size:14px;padding:12px}.skeleton-img{margin-bottom:8px}.skeleton-btn{margin-top:7px}}.all-productos{padding:40px 0;font-size:16px}.content-all-productos{width:90%;max-width:var(--width-principal);margin:0 auto;display:flex;flex-direction:column;gap:40px}.content-all-productos .titulo-filtro{display:flex;align-items:center;justify-content:space-between;gap:40px}.content-all-productos .titulo-all-productos{font-size:2em;font-weight:700;text-align:center}.content-all-productos .filtro-orden{margin-left:auto;display:flex;gap:10px;align-items:center}.content-all-productos .filtro-orden label{font-size:.9em;font-weight:600}.content-all-productos .filtro-orden select{padding:6px 8px;border-radius:8px;border:1px solid var(--color-charcoal);background-color:#fff;font-size:.9em;font-family:var(--font-poppins);font-weight:400;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 4px rgba(30,136,229,.08);outline:none;color:#000}.content-all-productos .filtro-orden select:focus{border-color:#1e88e5;box-shadow:0 2px 8px rgba(30,136,229,.12)}.content-all-productos .filtro-orden select option{font-size:1em;font-family:var(--font-poppins)}.container-card-productos{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;justify-items:center}@media screen and (width <= 800px){.all-productos{font-size:14px}.container-card-productos{gap:10px}}@media screen and (width <= 780px){.content-all-productos .titulo-filtro{flex-direction:column;align-items:center;gap:10px}.content-all-productos .titulo-filtro .filtro-orden{margin:0}}@media screen and (width <= 640px){.container-card-productos{grid-template-columns:repeat(auto-fit,minmax(165px,1fr))}}