.product-container{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto}.product-item{width:150px;height:150px;margin:0 auto;display:flex;justify-content:center;align-items:center}.product-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-title{font-weight:700;text-align:center;max-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:100%;margin-bottom:0;font-size:12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;line-height:1.2em}.product-category,.product-id{font-size:12px;color:gray;margin-bottom:0}.product-footer{margin-top:auto;text-align:center}.product-link{text-decoration:none;color:inherit;transition:box-shadow .3s ease,background-color .3s ease;display:block;margin-bottom:.2rem;margin-top:.4rem;border-radius:2%}.product-link:hover{box-shadow:0 4px 15px #0003;background-color:#f8f9fa}.product-item{transition:transform .3s ease}.product-link:hover .product-item{transform:scale(1.05)}.product-title,.product-category,.product-id{transition:color .3s ease}.product-link:hover .product-title,.product-link:hover .product-category,.product-link:hover .product-id{color:#333}@media(max-width:768px){.product-container{text-align:center;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.product-item{width:100px;height:100px;display:flex;justify-content:center;align-items:center}.product-title{height:30%;text-align:center;font-size:14px}.product-category{text-align:center;font-size:12px}}
