.product-card{display:flex;flex-direction:column;box-sizing:border-box;transition:transform .2s ease,background-color .2s ease;width:95%;max-width:95%;margin:0 auto}.product-card-content{width:100%;max-width:100%;overflow:hidden}.product-card:hover{transform:translateY(-2px);background-color:#f3f4f6}.product-image-container{position:relative;overflow:hidden;background:#f9fafb;height:3.75rem;width:3.75rem;min-height:3.75rem;min-width:3.75rem;max-height:3.75rem;max-width:3.75rem;margin-right:.75rem;flex-shrink:0;flex-grow:0;border-radius:.5rem}.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-card-separator{margin:0 5px;color:#eceef7}.product-details{flex:1;min-width:0;max-width:100%;display:flex;flex-direction:column;overflow:hidden}.product-details .text-overflow--epllipses{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.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:3.25rem;width:3.25rem;min-height:3.25rem;min-width:3.25rem;max-height:3.25rem;max-width:3.25rem;margin-right:.625rem}}@media (max-width:767px){.product-image-container{height:3rem;width:3rem;min-height:3rem;min-width:3rem;max-height:3rem;max-width:3rem;margin-right:.625rem}}@media (max-width:480px){.product-image-container{height:2.5rem;width:2.5rem;min-height:2.5rem;min-width:2.5rem;max-height:2.5rem;max-width:2.5rem;margin-right:.5rem}}@media (max-width:375px){.product-image-container{height:2.25rem;width:2.25rem;min-height:2.25rem;min-width:2.25rem;max-height:2.25rem;max-width:2.25rem;margin-right:.5rem}.product-details .text-font-size--20{font-size:1rem}.product-details .text-font-size--14{font-size:.75rem}.product-card{padding:.75rem}.product-card .button .button-fill{padding:.375rem .5rem;font-size:.75rem}}