.wels-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wels-view-all[hidden],.wels-dropdown[hidden],.wels-btn-clear[hidden]{display:none!important}:root{--wels-primary: #0073aa;--wels-bg: #ffffff;--wels-text: #333333;--wels-highlight: #fff3cd;--wels-icon: #666666;--wels-border: #e0e0e0;--wels-radius: 8px;--wels-shadow: 0 8px 32px rgba(0, 0, 0, .12)}.wels-wrap{position:relative;width:100%;max-width:600px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}.wels-input-wrap{position:relative;display:flex;align-items:center;background:var(--wels-bg);border:2px solid var(--wels-border);border-radius:var(--wels-radius);transition:border-color .2s,box-shadow .2s}.wels-input-wrap:focus-within{border-color:var(--wels-primary);box-shadow:0 0 0 3px #0073aa26}.wels-icon-search{flex-shrink:0;width:20px;height:20px;margin-left:12px;fill:none;stroke:var(--wels-icon);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wels-input{flex:1;border:none!important;background:transparent!important;outline:none!important;box-shadow:none!important;padding:12px 8px!important;font-size:15px!important;color:var(--wels-text)!important;-webkit-appearance:none;appearance:none;min-width:0}.wels-input::placeholder{color:#999}.wels-input::-webkit-search-cancel-button{-webkit-appearance:none}.wels-btn-voice{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:6px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;transition:background .2s}.wels-btn-voice:hover{background:#0000000d}.wels-icon-mic{width:18px;height:18px;color:var(--wels-icon);transition:color .2s}.wels-btn-voice.wels-listening{background:#fee}.wels-btn-clear{flex-shrink:0;display:none;align-items:center;justify-content:center;width:28px;height:28px;margin-right:2px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;transition:background .2s}.wels-btn-clear:hover{background:#0000000f}.wels-btn-clear svg{width:14px;height:14px;stroke:#999;stroke-width:2;stroke-linecap:round;fill:none}.wels-kbd-hint{flex-shrink:0;font-size:11px;padding:2px 6px;margin-right:8px;border:1px solid #ccc;border-radius:4px;color:#888;background:#f5f5f5;pointer-events:none;font-family:-apple-system,system-ui,sans-serif}.wels-btn-voice.wels-listening .wels-icon-mic{color:#d00;animation:wels-pulse 1s ease-in-out infinite}@keyframes wels-pulse{0%,to{opacity:1}50%{opacity:.4}}.wels-btn-camera{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:2px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;transition:background .2s}.wels-btn-camera:hover{background:#0000000d}.wels-btn-camera svg{width:18px;height:18px;color:var(--wels-icon);stroke:var(--wels-icon);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.wels-cam-input{display:none}.wels-spinner{display:none;flex-shrink:0;width:20px;height:20px;margin-right:12px;border:2px solid var(--wels-border);border-top-color:var(--wels-primary);border-radius:50%;animation:wels-spin .6s linear infinite}@keyframes wels-spin{to{transform:rotate(360deg)}}.wels-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:999999;background:var(--wels-bg);border:1px solid var(--wels-border);border-radius:var(--wels-radius);box-shadow:var(--wels-shadow);max-height:480px;overflow-y:auto;-webkit-overflow-scrolling:touch}.wels-dropdown-portal{position:fixed;top:auto;left:auto;right:auto;min-width:0}.wels-dropdown-body{display:flex;flex-direction:column}@media(min-width:640px){.wels-dropdown-body.wels-has-sidebar{display:flex;flex-direction:row;flex-wrap:wrap}.wels-dropdown-body.wels-has-sidebar .wels-col-main{flex:3;min-width:260px;border-right:1px solid #f0f0f0}.wels-dropdown-body.wels-has-sidebar .wels-col-side{flex:2;min-width:150px}.wels-dropdown-body.wels-has-sidebar .wels-col-main:only-child,.wels-dropdown-body.wels-has-sidebar .wels-col-main:last-child{border-right:none}.wels-dropdown-portal{min-width:0}}.wels-spotlight-overlay{display:none;position:fixed;inset:0;z-index:999998;background:#00000080;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);justify-content:center;align-items:flex-start;padding-top:10vh}.wels-spotlight-overlay.wels-spotlight-open{display:flex}.wels-spotlight-container{width:90%;max-width:700px;background:var(--wels-bg);border-radius:12px;box-shadow:0 20px 60px #0000004d;overflow:hidden;animation:wels-spotlight-in .2s ease-out}@keyframes wels-spotlight-in{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.wels-spotlight-container .wels-input-wrap{border:none;border-bottom:1px solid var(--wels-border);border-radius:12px 12px 0 0;padding:4px 0}.wels-spotlight-container .wels-input{font-size:18px!important;padding:16px 8px!important}.wels-spotlight-container .wels-dropdown{position:static!important;display:block!important;border:none;border-radius:0;box-shadow:none;max-height:60vh}.wels-highlight{background:var(--wels-highlight);font-weight:600;padding:0 1px;border-radius:2px}.wels-section{border-bottom:1px solid #f0f0f0}.wels-section:last-of-type{border-bottom:none}.wels-section-title{padding:14px 16px 6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#aaa}.wels-section-item{display:flex;align-items:center;gap:12px;padding:11px 16px;color:var(--wels-text);text-decoration:none;transition:background .15s;cursor:pointer}.wels-section-item:hover,.wels-section-item.wels-active{background:var(--wels-highlight)}.wels-section-item-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;overflow:hidden;background:#fff;border:1px solid #ececec}.wels-section-item-img{width:100%;height:100%;object-fit:contain;padding:3px;box-sizing:border-box;display:block}.wels-section--brand .wels-section-item-img{padding:4px}.wels-section-item-badge--empty{background:#fafbfc;border-style:dashed;border-color:#dcdfe3}.wels-section-item-text{flex:1;min-width:0;display:flex;flex-direction:column}.wels-section-item-name{font-size:14px;font-weight:500;line-height:1.35}.wels-section-item-count{flex-shrink:0;margin-left:auto;font-size:12px;color:#999}.wels-section-item-parent{font-size:11px;color:#aaa;margin-top:3px;line-height:1.3}.wels-predictions{padding:6px 0 2px;border-bottom:1px solid var(--wels-border, #e0e0e0);margin-bottom:4px}.wels-prediction-item{display:flex;align-items:center;gap:8px;padding:7px 12px;text-decoration:none;color:var(--wels-text, #333);font-size:14px;border-radius:4px;transition:background .15s}.wels-prediction-item:hover{background:#f5f5f5}.wels-prediction-icon{flex-shrink:0;opacity:.4}.wels-prediction-text{flex:1;font-weight:500}.wels-prediction--category .wels-prediction-text{font-weight:400}.wels-item{display:flex;align-items:center;gap:14px;padding:10px 16px;color:var(--wels-text);text-decoration:none;transition:background .18s ease,transform .18s ease;cursor:pointer;border-radius:8px;margin:2px 6px;animation:wels-fade-in .25s ease-out both}.wels-item:hover,.wels-item.wels-active{background:#f5f7fa}@keyframes wels-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.wels-item:nth-child(2){animation-delay:.03s}.wels-item:nth-child(3){animation-delay:.06s}.wels-item:nth-child(4){animation-delay:.09s}.wels-item:nth-child(5){animation-delay:.12s}.wels-item:nth-child(6){animation-delay:.15s}.wels-item:nth-child(7){animation-delay:.18s}.wels-item:nth-child(8){animation-delay:.21s}.wels-item:nth-child(9){animation-delay:.24s}.wels-item:nth-child(10){animation-delay:.27s}.wels-item-img{flex-shrink:0;width:72px;height:72px;object-fit:cover;border-radius:10px;border:1px solid #eee;background:#fafafa;transition:transform .2s ease,box-shadow .2s ease}.wels-item:hover .wels-item-img{transform:scale(1.05);box-shadow:0 2px 8px #00000014}.wels-item-info{flex:1;min-width:0}.wels-item-title{font-weight:600;font-size:14px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--wels-text)}.wels-item-cat{font-size:11px;color:#888;margin-top:2px;letter-spacing:.2px}.wels-item-sku{font-size:11px;color:#999;margin-top:1px}.wels-item-desc{font-size:12px;color:#666;margin-top:3px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wels-icon-custom{width:20px;height:20px;object-fit:contain}.wels-item-meta{display:flex;align-items:center;gap:10px;margin-top:5px;font-size:13px}.wels-item-price{color:var(--wels-text);font-weight:700;font-size:14px}.wels-item-price del{color:#aaa;font-weight:400;font-size:12px}.wels-item-price ins{text-decoration:none;color:#e53935;font-weight:700}.wels-item-stock{font-size:11px;font-weight:500;padding:2px 8px 2px 6px;border-radius:10px;display:inline-flex;align-items:center;gap:4px;line-height:1.2;white-space:nowrap}.wels-item-stock:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.wels-item-stock.wels-instock{background:#e8f5e9;color:#2e7d32}.wels-item-stock.wels-instock:before{background:#4caf50}.wels-item-stock.wels-outofstock{background:#fce4ec;color:#c62828}.wels-item-stock.wels-outofstock:before{background:#e53935}.wels-item-stock.wels-onbackorder{background:#fff3e0;color:#e65100}.wels-item-stock.wels-onbackorder:before{background:#ff9800}.wels-skeleton-item{display:flex;align-items:center;gap:14px;padding:10px 16px;margin:2px 6px;animation:wels-fade-in .3s ease-out both}.wels-skeleton-img,.wels-skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:wels-shimmer 1.5s ease-in-out infinite;border-radius:6px}.wels-skeleton-img{flex-shrink:0;width:72px;height:72px;border-radius:10px}.wels-skeleton-info{flex:1;display:flex;flex-direction:column;gap:8px}.wels-skeleton-line{height:12px}.wels-skeleton-line:nth-child(1){width:70%;height:14px}.wels-skeleton-line:nth-child(2){width:40%}.wels-skeleton-line:nth-child(3){width:30%}@keyframes wels-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.wels-suggestion-item{display:flex;align-items:center;gap:8px;padding:7px 14px;color:var(--wels-text);font-size:13px;cursor:pointer;transition:background .12s}.wels-suggestion-item:hover,.wels-suggestion-item.wels-active{background:#f5f6f7}.wels-suggestion-icon{flex-shrink:0;display:flex;align-items:center;color:#bbb}.wels-suggestion-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wels-suggestion-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;color:#bbb;font-size:16px;cursor:pointer;border-radius:50%;transition:background .15s,color .15s;line-height:1}.wels-suggestion-remove:hover{background:#00000014;color:#666}.wels-autocomplete-item{display:flex;align-items:center;gap:8px;padding:7px 14px;color:var(--wels-text);font-size:13px;cursor:pointer;transition:background .12s}.wels-autocomplete-item:hover,.wels-autocomplete-item.wels-active{background:#f5f6f7}.wels-autocomplete-item strong,.wels-autocomplete-item .wels-suggestion-text{font-weight:400}.wels-tab-hint{flex-shrink:0;font-size:10px;padding:1px 5px;border:1px solid #ddd;border-radius:3px;color:#bbb;background:#fafafa;text-transform:uppercase;letter-spacing:.5px}.wels-autocomplete-item:hover .wels-tab-hint,.wels-autocomplete-item.wels-active .wels-tab-hint{border-color:#ccc;color:#999}.wels-did-you-mean{padding:10px 16px;font-size:13px;color:#666;background:#fafbfc;border-bottom:1px solid #f0f0f0;animation:wels-fade-in .2s ease-out}.wels-dym-link{color:var(--wels-primary);font-weight:600;text-decoration:none;cursor:pointer;border-bottom:1px dashed var(--wels-primary);transition:color .15s}.wels-dym-link:hover{color:#005a87}.wels-no-results{padding:24px 16px;text-align:center;color:#999;font-size:14px}.wels-view-all{display:block;padding:12px 16px;text-align:center;font-size:13px;font-weight:600;color:var(--wels-primary);text-decoration:none;border-top:1px solid #f0f0f0;transition:background .15s}.wels-view-all:hover{background:#f8f9fa;color:var(--wels-primary)}.wels-mobile-panel{display:none;position:fixed;inset:0;z-index:999999;background:var(--wels-bg, #fff);flex-direction:column;animation:wels-mobile-slide-up .25s ease-out}.wels-mobile-panel.wels-mobile-open{display:flex}@keyframes wels-mobile-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.wels-mobile-header{display:flex;align-items:center;gap:8px;padding:12px;padding-top:max(12px,env(safe-area-inset-top,12px));border-bottom:1px solid var(--wels-border, #e0e0e0);background:var(--wels-bg, #fff);flex-shrink:0}.wels-mobile-header .wels-input-wrap{flex:1;border:none;background:#f5f6f7;border-radius:10px;padding:0}.wels-mobile-header .wels-input{font-size:16px!important;padding:12px 8px!important}.wels-mobile-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border:none;background:#f0f0f0;cursor:pointer;border-radius:50%;color:#555;-webkit-tap-highlight-color:transparent}.wels-mobile-close:active{background:#e0e0e0}.wels-mobile-close svg{pointer-events:none;stroke:#555;stroke-width:2.5;fill:none}.wels-mobile-panel .wels-dropdown{position:static!important;display:block!important;flex:1;border:none;border-radius:0;box-shadow:none;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%!important;top:auto!important;left:auto!important}.wels-mobile-panel .wels-view-all{padding:16px;font-size:15px;padding-bottom:max(16px,env(safe-area-inset-bottom,16px))}@media(max-width:992px){.wels-wrap{max-width:100%}.wels-input{font-size:16px!important}.wels-item{padding:10px 12px;margin:2px 4px}.wels-item-img{width:64px;height:64px}.wels-btn-voice,.wels-btn-clear{width:44px;height:44px}.wels-suggestion-remove{width:40px;height:40px;font-size:20px}.wels-kbd-hint,.wels-tab-hint{display:none}.wels-dropdown-portal{display:none!important}.wels-dropdown-body.wels-has-sidebar{flex-direction:column!important}.wels-dropdown-body.wels-has-sidebar .wels-col-main{border-right:none}.wels-dropdown-body.wels-has-sidebar .wels-col-side{width:100%;border-top:1px solid #f0f0f0}}.wels-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:999998;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .2s}.wels-overlay.wels-overlay-visible{display:block}.wels-wrap.wels-open{position:relative!important;z-index:999999!important}.wels-dropdown-portal{animation:wels-slide-down .15s ease-out}@keyframes wels-slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.wels-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wels-icon-mode{width:auto!important;max-width:none!important}.wels-icon-mode .wels-input-wrap{width:44px;height:44px;border-radius:50%;cursor:pointer;justify-content:center;padding:0;border-color:transparent;background:transparent;transition:background .2s}.wels-icon-mode .wels-input-wrap:hover{background:#0000000f}.wels-icon-mode .wels-input-wrap:focus-within{border-color:transparent;box-shadow:none}.wels-icon-mode .wels-input,.wels-icon-mode .wels-btn-voice,.wels-icon-mode .wels-btn-camera,.wels-icon-mode .wels-btn-clear,.wels-icon-mode .wels-kbd-hint,.wels-icon-mode .wels-spinner,.wels-icon-mode .wels-cam-input{display:none!important}.wels-icon-mode .wels-icon-search{margin:0;width:22px;height:22px;stroke:var(--wels-icon)}.wels-icon-mode .wels-dropdown{display:none!important}@media(min-width:993px){.wels-icon-desktop{width:auto!important;max-width:none!important}.wels-icon-desktop .wels-input-wrap{width:44px;height:44px;border-radius:50%;cursor:pointer;justify-content:center;padding:0;border-color:transparent;background:transparent;transition:background .2s}.wels-icon-desktop .wels-input-wrap:hover{background:#0000000f}.wels-icon-desktop .wels-input-wrap:focus-within{border-color:transparent;box-shadow:none}.wels-icon-desktop .wels-input,.wels-icon-desktop .wels-btn-voice,.wels-icon-desktop .wels-btn-camera,.wels-icon-desktop .wels-btn-clear,.wels-icon-desktop .wels-kbd-hint,.wels-icon-desktop .wels-spinner,.wels-icon-desktop .wels-cam-input{display:none!important}.wels-icon-desktop .wels-icon-search{margin:0;width:22px;height:22px;stroke:var(--wels-icon)}.wels-icon-desktop .wels-dropdown{display:none!important}}@media(max-width:992px){.wels-icon-mobile{width:auto!important;max-width:none!important}.wels-icon-mobile .wels-input-wrap{width:44px;height:44px;border-radius:50%;cursor:pointer;justify-content:center;padding:0;border-color:transparent;background:transparent;transition:background .2s}.wels-icon-mobile .wels-input-wrap:hover{background:#0000000f}.wels-icon-mobile .wels-input-wrap:focus-within{border-color:transparent;box-shadow:none}.wels-icon-mobile .wels-input,.wels-icon-mobile .wels-btn-voice,.wels-icon-mobile .wels-btn-camera,.wels-icon-mobile .wels-btn-clear,.wels-icon-mobile .wels-kbd-hint,.wels-icon-mobile .wels-spinner,.wels-icon-mobile .wels-cam-input{display:none!important}.wels-icon-mobile .wels-icon-search{margin:0;width:22px;height:22px;stroke:var(--wels-icon)}.wels-icon-mobile .wels-dropdown{display:none!important}}.wels-dropdown::-webkit-scrollbar{width:6px}.wels-dropdown::-webkit-scrollbar-track{background:transparent}.wels-dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.wels-dropdown::-webkit-scrollbar-thumb:hover{background:#aaa}
