.product-skeleton{background:var(--bg-secondary,#1a1a1a);border:1px solid var(--border-color,#ffffff0d);border-radius:12px;flex-direction:column;width:100%;display:flex;overflow:hidden}.skeleton-pulse{background:linear-gradient(90deg, var(--bg-secondary,#222) 25%, #ffffff0d 50%, var(--bg-secondary,#222) 75%);background-size:400% 100%;animation:1.5s ease-in-out infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-image{aspect-ratio:1;border-bottom:1px solid var(--border-color,#ffffff0d);width:100%}.skeleton-info{flex-direction:column;gap:12px;padding:20px;display:flex}.skeleton-brand{border-radius:4px;width:40%;height:12px}.skeleton-title{border-radius:4px;width:80%;height:20px}.skeleton-price-row{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.skeleton-price{border-radius:4px;width:50%;height:16px}.skeleton-btn{border-radius:50%;width:36px;height:36px}
