@keyframes cardEnter{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes cardHover{0%{box-shadow:0 4px 8px #ff95001a}50%{box-shadow:0 16px 32px #ff950040}to{box-shadow:0 20px 48px #ff950033}}@keyframes orangeGlow{0%{border-color:#ff950033}50%{border-color:#ff950080}to{border-color:#ff950033}}.ProductItem{background:linear-gradient(135deg,#fff 0%,#fffbf8 100%);border:2px solid #ff950026;border-radius:12px;flex-direction:column;width:100%;min-width:124px;height:100%;transition:all .4s cubic-bezier(.23,1,.32,1);animation:.6s ease-out backwards cardEnter;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #ff95001a,inset 0 1px #ffffff80}.ProductItem:before{content:"";opacity:0;pointer-events:none;z-index:3;background:linear-gradient(135deg,#ff950033 0%,#ffb84d1a 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.ProductItem:after{content:"";opacity:0;pointer-events:none;z-index:1;background:radial-gradient(circle,#ff950026 0%,#0000 70%);width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.ProductItem:hover{border-color:#ff5f154d;transform:translateY(-4px);box-shadow:0 14px 32px #ff5f1524}.ProductItem:hover:before{opacity:1}.ProductItem:hover:after{opacity:1;animation:2s linear infinite shimmer}.ProductItem:hover .ProductItem-img{transform:scale(1.08)}.ProductItem:hover .action-overlay{opacity:1;transform:translateY(0)}.ProductItem-Box1{border-bottom:2px solid #ff95001f;justify-content:center;align-items:center;width:100%;height:150px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.ProductItem-Box1{height:132px}}.ProductItem-img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;box-shadow:none;border-bottom:none;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.action-overlay{opacity:0;z-index:5;justify-content:center;gap:12px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:15px;left:0;right:0;transform:translateY(20px)}.action-btn{cursor:pointer;color:#444;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex;box-shadow:0 4px 15px #0000001a}.action-btn:hover{color:#fff;background:#ff5f15;transform:translateY(-3px)scale(1.1);box-shadow:0 8px 20px #ff5f154d}.ProductItem-Box2{z-index:2;background:linear-gradient(#ffffffe6 0%,#ff950005 100%);flex-direction:column;flex:auto;gap:6px;padding:10px;display:flex;position:relative}@media screen and (min-width:320px) and (max-width:768px){.ProductItem-Box2{padding:10px}}.ProductItem-txt1{text-transform:capitalize;white-space:wrap;cursor:pointer;color:#1f1f1f;letter-spacing:-.3px;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Poppins,Roboto,Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;line-height:1.3;transition:all .3s;display:-webkit-box;overflow:hidden}@media screen and (min-width:320px) and (max-width:768px){.ProductItem-txt1{font-size:13px}}.ProductItem-txt1:hover{background:linear-gradient(135deg,#ff9500 0%,#1abc9c 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.ProductItem-txt2{color:#999;white-space:nowrap;text-overflow:ellipsis;font-family:Poppins,Roboto,Arial,Helvetica,sans-serif;font-size:12px;transition:color .3s;overflow:hidden!important}@media screen and (min-width:320px) and (max-width:768px){.ProductItem-txt2{font-size:11px}}.ProductItem-txt3{cursor:pointer;background:linear-gradient(135deg,#ff9500 0%,#ffb84d 100%);-webkit-text-fill-color:#0000;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-family:Poppins,Roboto,Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;transition:all .3s;display:inline-block}@media (max-width:762px){.ProductItem-txt3{font-size:15px}}.ProductItem-txt3:hover{filter:brightness(1.2);transform:scale(1.05)}.ProductItem-txt5{color:#1abc9c;align-items:center;gap:4px;font-size:12px;font-weight:600;transition:all .3s;display:flex}.ProductItem-txt5:hover{color:#ff9500;transform:scale(1.05)}.product_status_tag{color:#1f1f1f;font-family:Poppins,Roboto,Arial,Helvetica,sans-serif;font-size:12px;display:flex;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:"";border-left:0 solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;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}
