.product_card{width:90%;height:100%;max-width:220px;min-width:180px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border:1px solid rgba(9,1,68,0.226);border-radius:32px;text-decoration:none;transition:box-shadow .3s cubic-bezier(.4,2,.6,1),transform .3s cubic-bezier(.4,2,.6,1),border-color .3s;background:#fff;position:relative}.product_card:hover{box-shadow:0 12px 24px 6px rgba(9,1,68,0.18);transform:translateY(-4px) scale(1.1);border-color:#24224a}.product_card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:32px;margin-bottom:10px;background:#ececec;border-bottom:1px solid rgba(69,68,75,0.476)}.product_name{width:100%;text-align:center;word-break:break-word;margin-bottom:4px;color:#222}.product_price{font-weight:bold;color:#24224a;margin-top:auto;margin-bottom:0;text-align:center;width:100%}