.product-card{background:#fff;border:1px solid #c9c9c9;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:box-shadow .2s;display:flex;padding:12px;flex-direction:column}.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.product-card .image-wrapper{position:relative;aspect-ratio:1/1;overflow:hidden;border-bottom:1px solid #c9c9c9}.skeleton.skeleton-img{position:absolute;inset:0;display:block;z-index:1;border-radius:8px}.skeleton.skeleton-img,.skeleton.skeleton-line{background:linear-gradient(90deg,rgba(0,0,0,.06) 25%,rgba(0,0,0,.12) 37%,rgba(0,0,0,.06) 63%),#eee;background-size:400% 100%,100% 100%;animation:shimmer 1.2s ease-in-out infinite}.skeleton.skeleton-line{display:inline-block;border-radius:6px}@keyframes shimmer{0%{background-position:100% 0,0 0}to{background-position:0 0,0 0}}@media (prefers-reduced-motion:reduce){.skeleton.skeleton-img,.skeleton.skeleton-line{animation:none}}.product-card .image-wrapper img{object-fit:cover;width:100%;height:100%;border-radius:8px}.product-card .content{padding:14px 6px;display:flex;flex-direction:column;align-items:center;gap:10px}.product-card .content .title{font-weight:600;font-size:20px;line-height:1.3;white-space:nowrap;color:#000;max-width:100%}.product-card .content .subtitle,.product-card .content .title{font-family:Montserrat,sans-serif;text-align:center;overflow:hidden;text-overflow:ellipsis}.product-card .content .subtitle{font-weight:400;font-size:14px;line-height:1.5;color:#898989;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card .content .price{font-family:Montserrat,sans-serif;font-weight:700;font-size:26px;line-height:1.2;text-align:center;color:#f58634;margin:6px 0;min-height:28px}.product-card .edit-fab{position:absolute;right:8px;top:8px;padding:6px 10px;border-radius:10px;border:none;cursor:pointer;background:rgba(0,0,0,.6);color:#fff;font-size:14px;transition:transform .15s ease,background .15s ease;z-index:2}.product-card .edit-fab:hover{transform:scale(1.05);background:rgba(0,0,0,.8)}@media (max-width:768px){.product-card{padding:8px}.product-card .content{padding:10px 4px;gap:6px}.product-card .content .title{font-size:16px;line-height:1.2}.product-card .content .subtitle{font-size:12px;line-height:1.4}.product-card .content .price{font-size:18px;margin:4px 0;min-height:22px}.skeleton.skeleton-img{border-radius:8px}.product-card .edit-fab{padding:4px 8px;font-size:12px}}