.product-card-skeleton{display:block;border-radius:var(--radius);overflow:hidden;background:rgb(var(--background));border:1px solid rgb(var(--border));height:100%}.product-card-skeleton-container{display:flex;flex-direction:column;height:100%}.product-card-skeleton-image{position:relative;width:100%;height:15em;background:rgb(var(--surface));border-bottom:1px solid rgb(var(--border));overflow:hidden}.product-card-skeleton-content{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card-skeleton-title{margin-bottom:4px;display:flex;flex-direction:column;gap:6px}.skeleton-line{height:16px;background:rgb(var(--surface));border-radius:var(--radius-sm);position:relative;overflow:hidden}.skeleton-line-short{width:70%}.skeleton-line-price{height:24px;width:50%}.skeleton-line-small{height:12px;width:40%}.product-card-skeleton-price{margin:8px 0}.product-card-skeleton-brand{margin-top:auto}.product-card-skeleton-colors{display:flex;align-items:center;gap:6px;margin-top:.25rem}.skeleton-dot{width:1rem;height:1rem;border-radius:50%;background:rgb(var(--surface));position:relative;overflow:hidden}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-shimmer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 1.5s infinite}@media (prefers-color-scheme:dark){.skeleton-shimmer:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent)}}@media (max-width:768px){.product-card-skeleton-image{height:15em}.product-card-skeleton-content{padding:12px}}