@keyframes subtle-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.pulse-dot{animation:subtle-pulse 1.8s cubic-bezier(.4,0,.6,1) infinite}.ProductItem{width:100%;height:100%;max-width:430px;margin:0 auto;display:flex;flex-direction:column;background-color:#faf9f5;border:1px solid rgba(0,0,0,.06);border-radius:22px;overflow:hidden;position:relative;cursor:pointer;box-shadow:0 8px 24px -6px rgba(15,23,42,.05),0 2px 6px -1px rgba(15,23,42,.02);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s ease}.ProductItem:hover{transform:translateY(-4px);box-shadow:0 16px 36px -8px rgba(15,23,42,.1);border-color:rgba(0,0,0,.12)}@media(max-width:768px){.ProductItem{border-radius:16px}.ProductItem,.ProductItem:hover{box-shadow:0 4px 12px -2px rgba(15,23,42,.04)}.ProductItem:hover{transform:none}}.ProductItem-media{position:relative;width:100%;aspect-ratio:1/.95;background-color:#edede7;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;border-top-left-radius:21px;border-top-right-radius:21px}@media(max-width:768px){.ProductItem-media{border-top-left-radius:15px;border-top-right-radius:15px}}.ProductItem-imgContainer{padding:0;margin:0;overflow:hidden}.ProductItem-img,.ProductItem-imgContainer{position:absolute;inset:0;width:100%;height:100%;display:block}.ProductItem-img{max-width:100%;max-height:100%;object-fit:cover!important;object-position:center;transition:transform .4s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ProductItem-media:hover .ProductItem-img{transform:scale(1.06)}@media(max-width:768px){.ProductItem-media:hover .ProductItem-img{transform:none}}.ProductItem-discountBadge{position:absolute;top:14px;left:14px;z-index:10;background-color:#008955;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:999px;box-shadow:0 2px 6px rgba(0,137,85,.25);line-height:1.2}@media(max-width:768px){.ProductItem-discountBadge{top:8px;left:8px;font-size:9px;padding:2.5px 7px;letter-spacing:.02em;box-shadow:0 1px 4px rgba(0,137,85,.2)}}.ProductItem-favBtn{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;background-color:#fff;border:none;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;color:#334155;cursor:pointer;transition:transform .2s ease,color .2s ease,background-color .2s ease}.ProductItem-favBtn:hover{color:#ef4444;transform:scale(1.08)}.ProductItem-favBtn:active{transform:scale(.92)}.ProductItem-favBtn.is-active{color:#ef4444}.ProductItem-favBtn:disabled{opacity:.6;cursor:default}@media(max-width:768px){.ProductItem-favBtn{width:28px;height:28px;top:8px;right:8px}.ProductItem-favBtn svg{width:14px;height:14px}}.ProductItem-ratingBadge{position:absolute;bottom:12px;right:12px;z-index:10;background-color:#fff;padding:4px 10px;border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:inline-flex;align-items:center;gap:4px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:700;color:#1e293b;line-height:1}.ProductItem-ratingBadge .ProductItem-starIcon{width:14px;height:14px;fill:#f59e0b;color:#f59e0b}@media(max-width:768px){.ProductItem-ratingBadge{bottom:8px;right:8px;padding:2.5px 7px;font-size:10.5px;gap:3px}.ProductItem-ratingBadge .ProductItem-starIcon{width:11px;height:11px}}.ProductItem-info{padding:16px 18px;display:flex;flex-direction:column;flex-grow:1;text-align:left;background-color:#fff}@media(max-width:768px){.ProductItem-info{padding:10px}}.ProductItem-name{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#0f172a;line-height:1.3;letter-spacing:-.01em;margin:0 0 4px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .18s ease}.ProductItem-name:hover{color:#0284c7}@media(max-width:768px){.ProductItem-name{font-size:13.5px;line-height:1.25;margin-bottom:2px}}.ProductItem-metaRow{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}@media(max-width:768px){.ProductItem-metaRow{gap:4px;margin-bottom:5px}}.ProductItem-category{font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.ProductItem-category{font-size:9.5px;letter-spacing:.04em}}.ProductItem-stockMsg{display:inline-flex;align-items:center;gap:5px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;flex-shrink:0;white-space:nowrap}.ProductItem-stockMsg.is-in{color:#059669}.ProductItem-stockMsg.is-in .ProductItem-stockDot{background-color:#059669}.ProductItem-stockMsg.is-out{color:#94a3b8}.ProductItem-stockMsg.is-out .ProductItem-stockDot{background-color:#94a3b8;animation:none}.ProductItem-stockMsg.is-low{color:#e11d48}.ProductItem-stockMsg.is-low .ProductItem-stockDot{background-color:#e11d48}@media(max-width:768px){.ProductItem-stockMsg{font-size:8.5px;font-weight:500;gap:2.5px}}.ProductItem-stockDot{width:6px;height:6px;border-radius:50%;flex-shrink:0}@media(max-width:768px){.ProductItem-stockDot{width:3px;height:3px}}.ProductItem-brandRow{font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;color:#94a3b8;margin-bottom:12px}@media(max-width:768px){.ProductItem-brandRow{font-size:10px;margin-bottom:6px}}.ProductItem-swatchesSection{margin-bottom:14px}@media(max-width:768px){.ProductItem-swatchesSection{margin-bottom:7px}}.ProductItem-colorLabel{font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;color:#64748b;margin-bottom:7px}.ProductItem-colorLabel strong{color:#0f172a;font-weight:700}@media(max-width:768px){.ProductItem-colorLabel{font-size:10.5px;margin-bottom:4px}}.ProductItem-thumbsRow{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;padding:2px 1px 3px}@media(max-width:768px){.ProductItem-thumbsRow{gap:5px;padding:2px 1px}}.ProductItem-thumbBtn{width:38px;height:38px;border-radius:8px;padding:2px;background-color:#ededed;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:all .2s ease;flex-shrink:0;box-sizing:border-box}.ProductItem-thumbBtn:hover{border-color:#0284c7;transform:translateY(-1px)}.ProductItem-thumbBtn.is-selected{border:2px solid #0284c7;box-shadow:0 0 0 1px #0284c7;padding:1px;background-color:#fff}.ProductItem-thumbBtn:active{transform:scale(.95)}@media(max-width:768px){.ProductItem-thumbBtn{width:28px;height:28px;border-radius:6px;padding:1px}}.ProductItem-thumbImg{width:100%;height:100%;object-fit:contain;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(max-width:768px){.ProductItem-thumbImg{border-radius:3px}}.ProductItem-moreDots{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:800;color:#94a3b8;letter-spacing:2px;margin-left:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;line-height:1}@media(max-width:768px){.ProductItem-moreDots{font-size:12px;letter-spacing:1px}}.ProductItem-priceRow{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;flex-wrap:wrap}@media(max-width:768px){.ProductItem-priceRow{gap:5px;margin-bottom:8px}}.ProductItem-price{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:600;color:#0f172a;letter-spacing:-.015em;line-height:1}@media(max-width:768px){.ProductItem-price{font-size:15.5px}}.ProductItem-mrp{font-family:Inter,system-ui,sans-serif;font-size:13.5px;font-weight:500;color:#94a3b8;text-decoration:line-through;line-height:1}@media(max-width:768px){.ProductItem-mrp{font-size:11px}}.ProductItem-actionRow{margin-top:auto;width:100%}.ProductItem-addBtn{width:100%;padding:13px 20px;background-color:#0e1322;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13.5px;font-weight:700;border-radius:12px;border:none;box-shadow:0 4px 14px rgba(15,23,42,.12);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.ProductItem-addBtn:hover:not(:disabled){background-color:#1e293b;transform:translateY(-1px);box-shadow:0 6px 18px rgba(15,23,42,.2)}.ProductItem-addBtn:hover:not(:disabled) .ProductItem-bagIcon{transform:translateY(-1px)}.ProductItem-addBtn:active:not(:disabled){transform:scale(.98);background-color:#000}.ProductItem-addBtn.is-added{background-color:#059669!important;box-shadow:none!important}.ProductItem-addBtn.is-disabled,.ProductItem-addBtn:disabled{background-color:#fef2f2;color:#e11d48;border:1px solid #fecdd3;box-shadow:none;cursor:not-allowed}.ProductItem-addBtn .ProductItem-bagIcon{font-size:16px;transition:transform .2s ease}@media(max-width:768px){.ProductItem-addBtn{padding:6px 10px;font-size:10.5px;font-weight:600;border-radius:8px;gap:5px}.ProductItem-addBtn .ProductItem-bagIcon{font-size:12px}}@media(max-width:480px){.ProductItem-addBtn{padding:5px 8px;font-size:10px;font-weight:600;border-radius:7px;gap:4px}.ProductItem-addBtn .ProductItem-bagIcon{font-size:11px}}.ProductItem-addedContent{display:flex;align-items:center;gap:6px;color:#fff;font-weight:700}@media(max-width:768px){.ProductItem-addedContent{gap:4px;font-size:10.5px}}@media(max-width:480px){.ProductItem-addedContent{gap:3px;font-size:10px}}.ProductItem-bottomDot{width:4px;height:4px;border-radius:50%;background-color:#cbd5e1;margin:10px auto 0}@media(max-width:768px){.ProductItem-bottomDot{width:3px;height:3px;margin:5px auto 0}}[data-theme=dark] .ProductItem{background-color:#16181f;border-color:hsla(0,0%,100%,.08);box-shadow:0 20px 40px -15px rgba(0,0,0,.5)}[data-theme=dark] .ProductItem:hover{border-color:hsla(0,0%,100%,.2)}[data-theme=dark] .ProductItem-media{background-color:#1c1f28}[data-theme=dark] .ProductItem-info{background-color:#16181f}[data-theme=dark] .ProductItem-name{color:#f8fafc}[data-theme=dark] .ProductItem-category,[data-theme=dark] .ProductItem-colorLabel{color:#94a3b8}[data-theme=dark] .ProductItem-colorLabel strong,[data-theme=dark] .ProductItem-price{color:#f8fafc}[data-theme=dark] .ProductItem-mrp{color:#64748b}[data-theme=dark] .ProductItem-ratingBadge{background-color:#1e222d;color:#f8fafc}[data-theme=dark] .ProductItem-favBtn{background-color:#1e222d;color:#cbd5e1}[data-theme=dark] .ProductItem-favBtn:hover{color:#ef4444}[data-theme=dark] .ProductItem-thumbBtn{border-color:hsla(0,0%,100%,.12);background-color:#1e222d}[data-theme=dark] .ProductItem-thumbBtn.is-selected{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf8;background-color:#16181f}[data-theme=dark] .ProductItem-addBtn{background-color:#f8fafc;color:#0f172a}[data-theme=dark] .ProductItem-addBtn:hover:not(:disabled){background-color:#fff;color:#000}[data-theme=dark] .ProductItem-addBtn.is-disabled,[data-theme=dark] .ProductItem-addBtn:disabled{background-color:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.25)}[data-theme=dark] .ProductItem-bottomDot{background-color:#334155}.ra-grid-5 .ProductItem{max-width:100%;border-radius:18px}.ra-grid-5 .ProductItem .ProductItem-media{aspect-ratio:1/.88}.ra-grid-5 .ProductItem .ProductItem-favBtn{width:32px;height:32px;top:8px;right:8px}.ra-grid-5 .ProductItem .ProductItem-favBtn svg{width:15px;height:15px}.ra-grid-5 .ProductItem .ProductItem-discountBadge{top:8px;left:8px;font-size:10px;padding:3px 8px}.ra-grid-5 .ProductItem .ProductItem-ratingBadge{bottom:8px;right:8px;font-size:11px;padding:3px 8px}.ra-grid-5 .ProductItem .ProductItem-info{padding:12px}.ra-grid-5 .ProductItem .ProductItem-name{font-size:14px}.ra-grid-5 .ProductItem .ProductItem-thumbBtn{width:30px;height:30px}.ra-grid-5 .ProductItem .ProductItem-price{font-size:20px}.ra-grid-5 .ProductItem .ProductItem-addBtn{padding:10px 14px;font-size:12px}