.ProductItem{background-color:#3d3838;height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-width:124px;background-color:rgba(0,0,0,.1);border-radius:6px;background-color:#fdfdfd;border:.5px solid #e1e1e1}.ProductItem:hover{box-shadow:0 4px 6px 1px rgba(0,0,0,.1)}.ProductItem-img{object-fit:fill;width:100%;transition:scale .1s;background-color:#fff;cursor:pointer}.ProductItem-img:hover{scale:1.05}.cartBtn{border-color:#ff4000!important;color:#ff4000!important;transition:.5s!important}.cartBtn:hover{border-color:#888c99!important;color:#888c99!important}.incDecBtn{width:100%;display:flex;align-items:center;gap:6px;justify-content:flex-end}.ProductItem-Box2{padding:10px}@media screen and (min-width:320px)and (max-width:768px){.ProductItem-Box2{padding:8px}}.ProductItem-txt1{font-family:DMSans-Medium;text-transform:capitalize;font-size:16px;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}@media screen and (min-width:320px)and (max-width:768px){.ProductItem-txt1{font-size:14px}}.ProductItem-txt1:hover{color:#ff4000}.ProductItem-txt2{font-family:DMSans-Regular;font-size:13px;color:#5c5c5c;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}@media screen and (min-width:320px)and (max-width:768px){.ProductItem-txt2{font-size:12px}}.ProductItem-txt3{font-size:20px;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:700}@media(max-width:762px){.ProductItem-txt3{font-size:16px}}.ProductItem-txt5{font-size:13px;color:#003f4a}.ProductItem-txt5:hover{color:#ff4000}.product_status_tag{font-size:12px;font-family:DMSans-SemiBold;display:flex;color:#1f1f1f;inset:0 auto auto 0}.product_status_tag .badge2{padding-block:2px;padding-left:6px;padding-right:3px;position:relative}.product_status_tag .badge2:after{content:"";position:absolute;width:0;height:0;border-left:0 solid transparent;border-right:10px solid transparent;top:0;right:-10px}.product_status_tag .badge2.orange{background-color:#ffdd9f}.product_status_tag .badge2.orange:after{border-top:22px solid #ffdd9f}.product_status_tag .badge2.blue{background-color:#9addff}.product_status_tag .badge2.blue:after{border-top:22px solid #9addff}.product_status_tag .badge2.red{background-color:#ff8080}.product_status_tag .badge2.red:after{border-top:22px solid #ff8080}.product_status_tag .badge2.grey{background-color:#cbcbcb}.product_status_tag .badge2.grey:after{border-top:22px solid #cbcbcb}