.product-card{display:flex;flex-direction:row;justify-content:space-between}.product-card,.product-card-grouped{margin-top:4px;margin-bottom:4px;width:300px;transition:box-shadow .2s ease}.product-card-grouped{min-height:35px}.product-card-grouped:hover,.product-card:hover{box-shadow:var(--hover-shadow)!important}.noactive-card{opacity:40%}@media screen and (max-width:300px){.product-card,.product-card-grouped{width:250px}}@media screen and (min-width:300px) and (max-width:350px){.product-card,.product-card-grouped{width:300px}}@media screen and (min-width:350px) and (max-width:400px){.product-card{width:340px!important}.product-card-grouped{width:340px}}@media screen and (min-width:400px){.product-card{width:340px!important}.product-card-grouped{width:340px}}.div-img{display:flex;flex-direction:column;justify-content:center}.div-img,.div-img>div{height:100%!important}.img-card{height:120px!important;width:100px!important;object-fit:cover!important}.name-card,.price-card{font-weight:600}.price-card{font-size:16px}.description-card{width:100%;margin-right:3px;margin-left:3px;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;white-space:pre-wrap;text-align:start;word-wrap:break-word;margin-top:0;margin-bottom:0!important;line-height:20px}.description-card-more{-webkit-line-clamp:3;line-clamp:3}.description-card-grouped-more{-webkit-line-clamp:2;line-clamp:2}.text-area-card{display:flex;flex-direction:column;width:100%;justify-content:space-around;padding:5px 3px 1px 7px;overflow:hidden}.button-card{border-radius:50px;background-color:#e65100;border:0;color:#fff}