.product-card{display:flex;flex-direction:column;box-sizing:border-box;transition:transform .2s ease,background-color .2s ease}.product-card>.display--flex{display:flex;align-items:flex-start;width:100%}.product-card:hover{transform:translateY(-2px);background-color:#f3f4f6}.product-image-container{position:relative;overflow:hidden;background:#f9fafb;height:100px;width:100px;min-height:100px;min-width:100px;max-height:100px;max-width:100px;margin-right:10px;flex-shrink:0;flex-grow:0;border-radius:8px}.menu-item-image--fill,.menu-item-image--root{width:100%;height:100%;position:relative;overflow:hidden}.menu-item-image{object-fit:cover;transition:transform .3s ease;top:0;left:0}.menu-item-image,.menu-item-image--fill svg{width:100%;height:100%;object-position:center;display:block;position:absolute}.menu-item-image--fill svg{max-width:100%;max-height:100%;object-fit:contain;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card:hover .menu-item-image{transform:scale(1.05)}.product-card:hover .menu-item-image--fill svg{transform:translate(-50%,-50%) scale(1.05)}.product-details{flex:1;min-width:0;display:flex;flex-direction:column}.product-details .text-overflow--epllipses{white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.product-details .min-height--50{min-height:50px}.product-card .margin-top--10{display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px;flex-wrap:nowrap}.product-card .margin-top--10>div:first-child{flex-shrink:0}.product-card .margin-top--10>div:last-child{flex-shrink:1;min-width:0}@media (min-width:768px) and (max-width:1024px){.product-image-container{height:5rem;width:5rem;min-height:5rem;min-width:5rem;max-height:5rem;max-width:5rem}}@media (max-width:767px){.product-image-container{height:4rem;width:4rem;min-height:4rem;min-width:4rem;max-height:4rem;max-width:4rem}}@media (max-width:480px){.product-image-container{height:3rem;width:3rem;min-height:3rem;min-width:3rem;max-height:3rem;max-width:3rem;margin-right:10px}}@media (max-width:375px){.product-image-container{height:60px!important;width:60px!important;min-height:60px!important;min-width:60px!important;max-height:60px!important;max-width:60px!important;margin-right:10px!important}.product-details .text-font-size--20{font-size:16px!important}.product-details .text-font-size--14{font-size:12px!important}.product-card{padding:12px!important}.product-card .button .button-fill{padding:6px 8px!important;font-size:12px!important}}