.doingly-checkbox{appearance:none;cursor:pointer;border:2px solid #d1d5db;border-radius:4px;flex-shrink:0;place-content:center;width:18px;height:18px;transition:all .15s;display:inline-grid}.doingly-checkbox:checked{background-color:#16a34a;border-color:#16a34a}.doingly-checkbox:checked:after{content:"✓";color:#fff;font-size:12px;line-height:1}.doingly-checkbox:hover:not(:checked){border-color:#9ca3af}.doingly-radio{appearance:none;cursor:pointer;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;place-content:center;width:18px;height:18px;transition:all .15s;display:inline-grid}.doingly-radio:checked{background-color:#16a34a;border-color:#16a34a}.doingly-radio:checked:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px}.doingly-radio:hover:not(:checked){border-color:#9ca3af}.filter-label{cursor:pointer;color:#374151;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;transition:background .15s;display:flex}.filter-label:hover{background:#f3f4f6}.price-range-slider{-webkit-appearance:none;background:#e5e7eb;border-radius:3px;outline:none;width:100%;height:6px}.price-range-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#16a34a;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 4px #00000026}.price-range-slider::-moz-range-thumb{cursor:pointer;background:#16a34a;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 4px #00000026}@keyframes filter-pulse{0%,to{box-shadow:4px 0 16px #22c55e4d}50%{box-shadow:4px 0 24px #22c55e99,0 0 0 4px #22c55e26}}.filter-toggle-pulse{animation:2s ease-in-out infinite filter-pulse}@keyframes spin{to{transform:rotate(360deg)}}.doingly-spinner{border:3px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;width:32px;height:32px;animation:1s linear infinite spin;display:inline-block}
