@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:#fffdf0;border:1px solid hsla(53,98%,77%,.7);border-radius:18px 18px 24px 24px;overflow:hidden;position:relative;box-shadow:0 20px 40px -15px rgba(15,23,42,.08),0 0 1px 1px rgba(15,23,42,.05);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s ease}.ProductItem:hover{transform:translateY(-4px);box-shadow:0 24px 45px -15px rgba(15,23,42,.12),0 0 1px 1px rgba(15,23,42,.06);border-color:#fde047}.ProductItem-media{aspect-ratio:1/.92;background-color:#f8fafc;cursor:pointer;border-top-left-radius:17px;border-top-right-radius:17px}.ProductItem-imgContainer,.ProductItem-media{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.ProductItem-imgContainer{height:100%;padding:0}.ProductItem-img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center;transition:transform .45s 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)}.ProductItem-favBtn{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;background:none;border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;color:#334155;cursor:pointer;transition:transform .2s ease,color .2s ease}.ProductItem-favBtn:hover{color:#ef4444;transform:scale(1.1)}.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:32px;height:32px;top:8px;right:8px}}.ProductItem-info{padding:12px 14px 14px;display:flex;flex-direction:column;flex-grow:1;gap:8px;text-align:left}@media(max-width:768px){.ProductItem-info{padding:10px 12px 12px;gap:6px}}.ProductItem-titleRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.ProductItem-name{flex:1 1;min-width:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:19px;font-weight:600;color:#0f172a;line-height:1.25;letter-spacing:-.015em;margin:0;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .18s ease}.ProductItem-name:hover{color:#d62828}@media(max-width:768px){.ProductItem-name{font-size:16px}}.ProductItem-titleBadges{display:flex;align-items:center;gap:6px;flex-shrink:0}.ProductItem-ratingBadge{display:inline-flex;align-items:center;gap:4px;font-family:Inter,system-ui,sans-serif;font-size:12.5px;font-weight:700;color:#1e293b;background-color:#fffbeb;border:1px solid hsla(48,97%,77%,.8);padding:2px 7px;border-radius:6px;line-height:1}.ProductItem-ratingBadge .ProductItem-starIcon{width:14px;height:14px;fill:#f59e0b;color:#f59e0b}.ProductItem-styleCount{font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;color:#64748b;background-color:#f1f5f9;padding:2px 7px;border-radius:6px;white-space:nowrap;line-height:1.2}.ProductItem-metaRow{display:flex;align-items:center;justify-content:space-between;gap:6px}.ProductItem-category{font-size:12px;font-weight:500;color:#475569;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis}.ProductItem-category,.ProductItem-stockMsg{font-family:Inter,system-ui,sans-serif;white-space:nowrap}.ProductItem-stockMsg{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#dc2626;flex-shrink:0}.ProductItem-stockMsg.is-out{color:#64748b}.ProductItem-stockMsg.is-out .ProductItem-stockDot{background-color:#94a3b8;animation:none}.ProductItem-stockDot{width:7px;height:7px;border-radius:50%;background-color:#dc2626;flex-shrink:0}.ProductItem-thumbsRow{display:flex;align-items:center;gap:6px;min-height:28px;padding:2px 0}.ProductItem-thumbPlaceholder{height:28px}.ProductItem-thumbBtn{width:28px;height:28px;border-radius:6px;padding:1.5px;border:1px solid #cbd5e1;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:all .18s ease}.ProductItem-thumbBtn:hover{border-color:#0f172a;transform:translateY(-1.5px);box-shadow:0 2px 6px rgba(15,23,42,.12)}.ProductItem-thumbBtn.is-selected{border:2px solid #0f172a;box-shadow:0 0 0 2px rgba(15,23,42,.15);padding:1px}.ProductItem-thumbBtn:active{transform:scale(.95)}.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}.ProductItem-priceRow{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;padding-top:2px}.ProductItem-price{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700;color:#020617;letter-spacing:-.025em;line-height:1.1}@media(max-width:768px){.ProductItem-price{font-size:24px}}.ProductItem-currency{font-size:20px;font-weight:700;color:#1e293b;margin-right:1px}@media(max-width:768px){.ProductItem-currency{font-size:17px}}.ProductItem-priceDecimals{font-size:18px;font-weight:600;color:#020617}@media(max-width:768px){.ProductItem-priceDecimals{font-size:15px}}.ProductItem-discountTag{font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:800;letter-spacing:.03em;color:#059669;text-transform:uppercase;line-height:1.2}.ProductItem-actionRow{margin-top:auto;padding-top:4px;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:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;border:none;box-shadow:none;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:none}.ProductItem-addBtn:hover:not(:disabled) .ProductItem-bagIcon{transform:translateY(-1px)}.ProductItem-addBtn:active:not(:disabled){transform:scale(.97);background-color:#000;box-shadow:none}.ProductItem-addBtn.is-added{background-color:#065f46!important;box-shadow:none!important}.ProductItem-addBtn.is-disabled,.ProductItem-addBtn:disabled{background-color:rgba(220,38,38,.15);color:#dc2626;border:1px solid rgba(220,38,38,.28);box-shadow:none;cursor:not-allowed;font-weight:700}.ProductItem-addBtn .ProductItem-bagIcon{transition:transform .2s ease}@media(max-width:768px){.ProductItem-addBtn{padding:10px 16px;font-size:11.5px}}.ProductItem-addedContent{display:flex;align-items:center;gap:6px;color:#34d399;font-weight:700}[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:linear-gradient(180deg,#1c1f28 0,#14161e)}[data-theme=dark] .ProductItem-name{color:#f8fafc}[data-theme=dark] .ProductItem-category{color:#94a3b8}[data-theme=dark] .ProductItem-price,[data-theme=dark] .ProductItem-priceDecimals{color:#f8fafc}[data-theme=dark] .ProductItem-currency{color:#cbd5e1}[data-theme=dark] .ProductItem-ratingBadge{background-color:rgba(245,158,11,.15);border-color:rgba(245,158,11,.35);color:#fef08a}[data-theme=dark] .ProductItem-styleCount{background-color:#242833;color:#94a3b8}[data-theme=dark] .ProductItem-favBtn{color:#cbd5e1}[data-theme=dark] .ProductItem-favBtn:hover{color:#ef4444}[data-theme=dark] .ProductItem-thumbBtn{border-color:hsla(0,0%,100%,.15);background-color:#1e222d}[data-theme=dark] .ProductItem-thumbBtn.is-selected{border-color:#fff;box-shadow:0 0 0 2px hsla(0,0%,100%,.2)}[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,.2);color:#f87171;border:1px solid rgba(239,68,68,.35)}.ra-grid-5 .ProductItem{max-width:100%;border-radius:14px 14px 18px 18px}.ra-grid-5 .ProductItem .ProductItem-media{aspect-ratio:1/.95;border-top-left-radius:13px;border-top-right-radius:13px}.ra-grid-5 .ProductItem .ProductItem-favBtn{width:30px;height:30px;top:8px;right:8px}.ra-grid-5 .ProductItem .ProductItem-favBtn svg{width:14px;height:14px}.ra-grid-5 .ProductItem .ProductItem-info{padding:10px 10px 12px;gap:6px}.ra-grid-5 .ProductItem .ProductItem-name{font-size:15px}.ra-grid-5 .ProductItem .ProductItem-ratingBadge{font-size:11px;padding:1.5px 5px;border-radius:4px}.ra-grid-5 .ProductItem .ProductItem-ratingBadge .ProductItem-starIcon{width:12px;height:12px}.ra-grid-5 .ProductItem .ProductItem-styleCount{font-size:10px;padding:1.5px 5px;border-radius:4px}.ra-grid-5 .ProductItem .ProductItem-metaRow{gap:4px}.ra-grid-5 .ProductItem .ProductItem-category{font-size:11px}.ra-grid-5 .ProductItem .ProductItem-stockMsg{font-size:10px;gap:4px}.ra-grid-5 .ProductItem .ProductItem-stockMsg .ProductItem-stockDot{width:6px;height:6px}.ra-grid-5 .ProductItem .ProductItem-thumbsRow{min-height:24px;gap:4px}.ra-grid-5 .ProductItem .ProductItem-thumbPlaceholder{height:24px}.ra-grid-5 .ProductItem .ProductItem-thumbBtn{width:24px;height:24px;border-radius:4px;padding:1px}.ra-grid-5 .ProductItem .ProductItem-priceRow{gap:6px;padding-top:0}.ra-grid-5 .ProductItem .ProductItem-price{font-size:20px}.ra-grid-5 .ProductItem .ProductItem-currency{font-size:15px}.ra-grid-5 .ProductItem .ProductItem-priceDecimals{font-size:13px}.ra-grid-5 .ProductItem .ProductItem-discountTag{font-size:10.5px}.ra-grid-5 .ProductItem .ProductItem-actionRow{padding-top:2px}.ra-grid-5 .ProductItem .ProductItem-addBtn{padding:9px 12px;font-size:11px;letter-spacing:.05em}.ra-grid-5 .ProductItem .ProductItem-addBtn .ProductItem-bagIcon{width:14px;height:14px}