.product-card{outline-offset:4px;border-radius:30px;outline:2px solid #0000;flex-direction:column;width:100%;max-width:350px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:inset 0 -2.96px 7.9px #0000000f}.product-card__image-wrapper{background:#f8f8f8;border-radius:20px 20px 0 0;width:100%;height:222px;position:relative;overflow:hidden}.product-card__edit-btn:hover,.product-card__delete-btn:hover:not(:disabled){transform:scale(1.1)}.product-card__delete-btn:disabled{cursor:not-allowed;opacity:.7}.product-card__delete-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite delete-spin;display:inline-block}@keyframes delete-spin{to{transform:rotate(360deg)}}.confirm-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:center;animation:.18s fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.confirm-box{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:360px;padding:2rem 1.75rem 1.5rem;animation:.2s slide-up;box-shadow:0 20px 60px #0003}@keyframes slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.confirm-icon{margin-bottom:.75rem;font-size:2.5rem}.confirm-title{color:#1a1a1a;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.confirm-msg{color:#555;margin:0 0 1.5rem;font-size:.9375rem;line-height:1.6}.confirm-actions{justify-content:center;gap:.75rem;display:flex}.confirm-btn{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1rem;font-size:.9375rem;font-weight:600;transition:opacity .15s,transform .15s;display:flex}.confirm-btn:disabled{opacity:.6;cursor:not-allowed}.confirm-btn--danger{color:#fff;background:#dc2626}.confirm-btn--danger:hover:not(:disabled){background:#b91c1c;transform:scale(1.02)}.confirm-btn--cancel{color:#374151;background:#f3f4f6}.confirm-btn--cancel:hover:not(:disabled){background:#e5e7eb;transform:scale(1.02)}.product-card__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-card__content{text-align:right;flex-direction:column;gap:6px;padding:14px 20px 20px;display:flex}.product-card__name-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-card__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;line-height:1.4;overflow:hidden}.product-card__demos{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.product-card__demo-links{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;gap:.5rem;margin-top:.25rem;padding:.5rem;display:flex}.product-card__price{margin:0;font-size:1.375rem;font-weight:700}.product-card__guide-link:hover{text-decoration:none}.product-card__actions{gap:.75rem;margin-top:.5rem;display:flex}@media (max-width:768px){.product-card{max-width:100%}.product-card__image-wrapper{height:200px}.product-card__price{font-size:1.25rem}}
