.card_product{box-sizing:border-box;cursor:default;background-color:var(--bg-white);border-radius:.1rem;flex-direction:column;height:100%;margin-bottom:1rem;padding:1rem;display:flex}.card_product:hover{box-shadow:0 0 8px -5px #0000004d}.card_product .cardtop{color:var(--text-color-secondary);justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.card_product .image{justify-content:center;align-items:center;width:100%;height:180px;display:flex}.card_product .image img{object-fit:scale-down;width:auto;max-width:100%;height:100%}.card_product .price{color:var(--text-color);align-items:end;height:1.3rem;margin:1.5rem 0 .5rem;font-size:1.3rem;font-weight:700;display:flex}.card_product .price span{margin-left:.3rem;font-size:1.2rem}.card_product .price span sup{font-size:.875rem}.card_product .name{color:var(--text-color);text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;max-height:3rem;font-size:1rem;font-weight:500;line-height:1.5rem;text-decoration:none;display:-webkit-box;overflow:hidden}.card_product .name:hover{color:var(--primary-color)}.card_product .status{color:var(--text-color-secondary);align-items:center;margin:.8rem 0 1.2rem;font-size:.875rem;display:flex}.card_product .status svg{fill:var(--text-color-secondary);width:1.5rem;height:1.5rem;margin-right:.5rem}.card_product .status.in{color:var(--green-600)}.card_product .status.in svg{fill:var(--green-600)}.card_product .add_btn{justify-content:center;align-items:center;font-weight:500;display:flex}.card_product .add_btn svg{width:1.5rem;height:1.5rem;fill:var(--text-color-light);margin-right:.5rem}.card_product .add_btn .p-button-label{flex:none}
