.card_product__content{position:relative;display:flex;width:100%;max-width:250px;flex-direction:column;justify-content:space-between;background-color:#fff;padding:10px;min-height:350px;max-height:350px;border-radius:10px}.card_product__cart{position:absolute;top:18px;right:18px;border-radius:50%;width:35px;height:35px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#4a3728;cursor:pointer}.card_product__cart:hover{color:#2f4f4f}.card_product__title{color:#4a3728;font-size:16px;font-weight:400;margin-bottom:10px}.card_product__image{width:100%;height:250px;overflow:hidden;margin-bottom:10px}.card_product__image img{margin-top:10px;width:100%;height:100%;object-fit:contain;cursor:pointer}.card_product__description{color:#4a3728;font-size:16px;font-weight:600;margin-bottom:10px}.card_product__price{color:#4a3728;font-size:1.5rem}@media (max-width:544px){.card_product__content{width:100%;max-height:300px;border:none}.card_product__cart{width:25px;height:25px}.card_product__image{height:200px}.card_product__title{font-size:18px}.card_product__price{font-size:18px;font-weight:700}}