.product-card-link{display:block;height:100%;color:inherit;text-decoration:none}.product-card-link:hover{color:inherit}.product-card{height:100%;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1)}.product-card-link:hover .product-card{transform:translateY(-3px);box-shadow:0 14px 32px -14px rgba(0,0,0,.12);border-color:color-mix(in srgb,var(--ant-color-primary,#00ac1a) 35%,transparent)!important}.product-card-link:focus-visible .product-card{outline:2px solid var(--ant-color-primary,#00ac1a);outline-offset:3px}.product-card__cover{position:relative;width:100%;aspect-ratio:4/3;background:var(--ant-color-bg-layout,#f5f5f5);overflow:hidden}.product-card__cover-img{object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.product-card-link:hover .product-card__cover-img{transform:scale(1.04)}.product-card__cover-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,color-mix(in srgb,var(--ant-color-primary,#00ac1a) 5%,transparent),color-mix(in srgb,var(--ant-color-primary,#00ac1a) 1%,transparent))}.product-card__cover-fallback span{font-size:64px;font-weight:700;line-height:1;opacity:.55}.product-card__action-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.94);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .18s cubic-bezier(.22,1,.36,1),background-color .18s cubic-bezier(.22,1,.36,1);z-index:2}.product-card__action-btn:hover:not(:disabled){transform:scale(1.08);background:#ffffff}.product-card__action-btn:active:not(:disabled){transform:scale(.94)}.product-card__action-btn:disabled{cursor:not-allowed;opacity:.5}.product-card__body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px;flex:1 1 auto}.product-card__title{font-size:14px;line-height:1.35}.product-card__desc,.product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__desc{font-size:12px;line-height:1.5}.product-card__tags{margin-top:2px}.product-card__cta{margin-top:auto;padding-top:6px;font-size:13px;font-weight:500;transition:transform .24s cubic-bezier(.22,1,.36,1)}.product-card-link:hover .product-card__cta svg{transform:translateX(3px)}.product-card__cta svg{transition:transform .24s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.product-card,.product-card__action-btn,.product-card__cover-img,.product-card__cta,.product-card__cta svg{transition:none!important;transform:none!important}.product-card-link:hover .product-card{transform:none}}@media (max-width:640px){.product-card__cover{aspect-ratio:3/2}.product-card__body{padding:12px 14px 14px}}