.card_product__content{position:relative;display:flex;width:100%;max-width:250px;flex-direction:column;justify-content:space-between;background-color:transparent;padding:20px;min-height:370px;max-height:370px;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}}.wrapper_cards{background-color:#fff;width:100%;padding-left:40px;padding-right:40px}.wrapper_cards__content{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:10px;row-gap:20px}@media (max-width:544px){.wrapper_cards{padding-left:0;padding-right:0}.wrapper_cards__content{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}}