.productsSection{width:100%;display:flex;flex-direction:column;margin-top:20px}.productsSectionTitle{margin:0 20px;width:-moz-fit-content;width:fit-content}.productsSectionTitle h3{font-size:1.3rem;cursor:pointer;font-weight:600}.productsSectionTitle h3:hover{color:var(--primary-color)}.productsSectionPrducts{display:flex;margin-top:15px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;white-space:nowrap;border:none;box-shadow:none}.productsSectionPrducts::-webkit-scrollbar{display:none}.productsSectionPimage{width:160px;height:160px;object-fit:contain}.productsSectionDiscount{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}.productsSectionAllProducts{display:flex;flex-direction:column;margin:0 25px;width:160px;cursor:pointer;position:relative}.productsSectionDetails{display:flex;flex-direction:column;width:100%;overflow:hidden;gap:5px}.productsSectionDetails 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}.productsSectionDetails p{font-size:14px}.productsSectionDetails p span{font-weight:600}@media only screen and (max-width:768px){.productsSection{margin-top:8px}.productsSectionTitle{margin:0 10px}.productsSectionTitle h3{font-size:1.2rem;margin:0 10px}.productsSectionPrducts{margin-top:10px}.productsSectionPimage{width:120px;height:120px}}