.products-category{margin-top:40px}.products-categoryPrducts{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:40px;gap:40px}.products-categoryPimage{width:160px;height:160px;object-fit:contain}.products-categoryDiscount{position:absolute;top:1px;right:-5px;background-color:red;color:#fff;padding:5px;font-size:.8rem;font-weight:700;border-radius:5px}.productImageWrapper{position:relative;width:100%;display:flex;justify-content:center}.products-categoryAllProducts{display:flex;flex-direction:column;margin:0 25px;width:160px;cursor:pointer;position:relative}.products-categoryDetails{display:flex;flex-direction:column;width:100%;overflow:hidden;gap:5px}.products-categoryDetails h4{white-space:normal;font-size:.9rem;font-weight:400;line-height:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:38px}.products-categoryDetails p{font-size:14px}.products-categoryDetails p span{font-weight:600}.products-category-empty{display:flex;flex-direction:column;width:100%;height:20vh;justify-content:center;align-items:center;font-size:18px;gap:10px}.products-category-empty-icon{font-size:25px}@media only screen and (max-width:768px){.products-category{margin-top:20px}.products-categoryPrducts{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}.products-categoryAllProducts{margin:0 15px}.products-categoryTitle{margin:0 10px}.products-categoryTitle h3{font-size:1.2rem;margin:0 10px}.products-categoryPrducts{margin-top:10px}.products-categoryPimage{width:120px;height:120px}}