.ks-overlay{position:fixed;inset:0;z-index:99999;display:none;opacity:0;transition:opacity .25s ease}.ks-overlay.ks-active{display:flex;justify-content:center;align-items:flex-start}.ks-overlay.ks-visible{opacity:1}.ks-backdrop{position:absolute;inset:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ks-panel{position:relative;width:100%;max-width:680px;max-height:85vh;margin-top:60px;background:#fff;border-radius:16px;box-shadow:0 25px 60px #00000040;display:flex;flex-direction:column;overflow:hidden;transform:translateY(-20px) scale(.97);transition:transform .3s cubic-bezier(.22,1,.36,1)}.ks-visible .ks-panel{transform:translateY(0) scale(1)}.ks-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #eee}.ks-input-wrap{flex:1;position:relative;display:flex;align-items:center}.ks-search-icon{position:absolute;left:12px;color:#999;pointer-events:none}.ks-input{width:100%;height:48px;padding:0 40px 0 44px;border:1px solid #ddd;border-radius:10px;font-size:16px;font-family:inherit;background:#f8f8f8;outline:none;transition:border-color .2s,background .2s;-webkit-appearance:none}.ks-input:focus{border-color:#222;background:#fff}.ks-input::placeholder{color:#aaa}.ks-clear{position:absolute;right:10px;width:28px;height:28px;display:none;align-items:center;justify-content:center;font-size:20px;color:#999;cursor:pointer;border-radius:50%;transition:background .15s}.ks-clear:hover{background:#eee;color:#333}.ks-input:not(:placeholder-shown)~.ks-clear{display:flex}.ks-close{background:none;border:none;font-size:15px;font-family:inherit;color:#666;cursor:pointer;padding:8px 4px;white-space:nowrap;transition:color .15s}.ks-close:hover{color:#000}.ks-body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:0}.ks-section{padding:20px 24px 8px}.ks-section:last-child{padding-bottom:20px}.ks-section-header{display:flex;align-items:center;justify-content:space-between}.ks-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#888;margin:0 0 12px}.ks-clear-recent{background:none;border:none;font-size:12px;color:#999;cursor:pointer;padding:0;margin-bottom:12px;transition:color .15s}.ks-clear-recent:hover{color:#000}.ks-categories{display:flex;flex-wrap:wrap;gap:8px}.ks-cat-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#f4f4f4;border-radius:100px;font-size:13px;color:#333;text-decoration:none;transition:background .15s,color .15s}.ks-cat-pill:hover{background:#222;color:#fff}.ks-cat-count{font-size:11px;color:#999}.ks-cat-pill:hover .ks-cat-count{color:#fff9}.ks-recent,.ks-popular{display:flex;flex-wrap:wrap;gap:8px}.ks-term-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#f4f4f4;border-radius:100px;font-size:13px;color:#444;cursor:pointer;transition:background .15s,color .15s;border:none;font-family:inherit}.ks-term-tag:hover{background:#222;color:#fff}.ks-term-tag svg{width:14px;height:14px;flex-shrink:0}.ks-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ks-grid-card{text-decoration:none;color:inherit;display:block}.ks-grid-card-img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:10px;background:#f4f4f4;display:block}.ks-grid-card-title{font-size:12px;font-weight:500;margin:8px 0 2px;color:#222;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ks-grid-card-price{font-size:12px;color:#666}.ks-results{padding:0}.ks-results-header{padding:16px 24px 8px}.ks-results-count{font-size:12px;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.ks-product-list{list-style:none;margin:0;padding:0}.ks-product-card{display:flex;gap:16px;padding:14px 24px;text-decoration:none;color:inherit;transition:background .12s;align-items:center;cursor:pointer}.ks-product-card:hover,.ks-product-card.ks-highlight{background:#f6f6f6}.ks-product-card-img{width:72px;height:90px;object-fit:cover;border-radius:8px;background:#f0f0f0;flex-shrink:0}.ks-product-card-info{flex:1;min-width:0}.ks-product-card-category{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#999;margin-bottom:4px}.ks-product-card-title{font-size:14px;font-weight:600;color:#111;margin-bottom:4px;line-height:1.3}.ks-product-card-price{font-size:14px;color:#333;margin-bottom:6px}.ks-product-card-price del{color:#aaa;font-weight:400}.ks-product-card-price ins{text-decoration:none;color:#c00;font-weight:600}.ks-swatches{display:flex;gap:6px;flex-wrap:wrap}.ks-swatch{width:20px;height:20px;border-radius:50%;border:2px solid transparent;overflow:hidden;transition:border-color .15s;cursor:pointer;text-decoration:none}.ks-swatch.ks-swatch-active{border-color:#222}.ks-swatch img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ks-swatch-dot{width:100%;height:100%;border-radius:50%;background:#ccc}.ks-stock-badge{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:4px;margin-top:4px}.ks-stock-badge.in-stock{background:#e8f5e9;color:#2e7d32}.ks-stock-badge.out-of-stock{background:#fce4ec;color:#c62828}.ks-view-all{display:block;text-align:center;padding:16px 24px;font-size:14px;font-weight:600;color:#222;text-decoration:none;border-top:1px solid #eee;transition:background .12s}.ks-view-all:hover{background:#f6f6f6}.ks-loading{display:flex;align-items:center;justify-content:center;padding:60px 24px}.ks-spinner{width:32px;height:32px;border:3px solid #eee;border-top-color:#222;border-radius:50%;animation:ks-spin .7s linear infinite}@keyframes ks-spin{to{transform:rotate(360deg)}}.ks-empty{text-align:center;padding:48px 24px 32px}.ks-empty-icon{margin-bottom:16px;opacity:.4}.ks-empty-title{font-size:16px;font-weight:600;color:#333;margin:0 0 6px}.ks-empty-text{font-size:14px;color:#888;margin:0 0 20px}.ks-empty-categories{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.ks-kbd{display:inline-block;padding:2px 7px;font-size:11px;font-family:inherit;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;color:#666;line-height:1.4}@media(max-width:768px){.ks-panel{max-width:100%;max-height:100vh;margin-top:0;border-radius:0;height:100%}.ks-header{padding:12px 16px}.ks-input{height:44px;font-size:16px}.ks-section{padding:16px 16px 8px}.ks-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ks-product-card{padding:12px 16px}.ks-product-card-img{width:60px;height:75px}.ks-results-header{padding:12px 16px 8px}.ks-view-all{padding:14px 16px}}@keyframes ks-fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ks-product-card{animation:ks-fadeUp .25s ease both}.ks-product-card:nth-child(2){animation-delay:.03s}.ks-product-card:nth-child(3){animation-delay:.06s}.ks-product-card:nth-child(4){animation-delay:.09s}.ks-product-card:nth-child(5){animation-delay:.12s}.ks-product-card:nth-child(6){animation-delay:.15s}.ks-product-card:nth-child(7){animation-delay:.18s}.ks-product-card:nth-child(8){animation-delay:.21s}.ks-grid-card{animation:ks-fadeUp .3s ease both}.ks-grid-card:nth-child(2){animation-delay:.05s}.ks-grid-card:nth-child(3){animation-delay:.1s}.ks-grid-card:nth-child(4){animation-delay:.15s}body.ks-open{overflow:hidden}
