.storedash-product-search-widget{position:relative;width:100%;max-width:100%}.storedash-search-form{position:relative;display:flex;align-items:center;background:#f9fafb;border:none;border-radius:12px;padding:0 20px;height:52px;transition:background-color .2s ease;contain:layout;box-shadow:0 0 #e6550000}.storedash-search-form:hover{background:#f3f4f6}.storedash-search-form:focus-within{background:#fff;transition:background-color .2s ease}.storedash-search-input-wrapper{position:relative;flex:1;min-width:0;overflow:hidden;align-self:stretch;display:flex;align-items:center}.storedash-ghost-text{position:absolute;inset:0;font:inherit;padding:0 12px;pointer-events:none;white-space:nowrap;overflow:hidden;color:transparent;display:flex;align-items:center}.storedash-ghost-typed{visibility:hidden;white-space:pre;font:inherit}.storedash-ghost-suffix{color:#9ca3af;opacity:.7;white-space:pre;font:inherit}.storedash-search-form:not(:focus-within) .storedash-ghost-text{display:none}@media (hover: none) and (pointer: coarse){.storedash-ghost-suffix:not(:empty):after{content:" \203a";opacity:.5}}.storedash-product-search-widget .storedash-search-form .storedash-search-input{border:none;outline:none;background:transparent;padding:0 12px;width:100%;font-size:16px;font-weight:400;color:#1f2937;line-height:1.5;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:none;pointer-events:auto;touch-action:manipulation}.storedash-product-search-widget .storedash-search-form .storedash-search-input:focus{border:none;outline:none;box-shadow:none;transition:none}.storedash-search-input::placeholder{color:#9ca3af}.storedash-search-input::-webkit-search-cancel-button,.storedash-search-input::-webkit-search-decoration{display:none;-webkit-appearance:none}.storedash-search-icon,.storedash-loading-icon,.storedash-clear-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0}.storedash-search-icon{font-size:20px;color:#9ca3af;margin-right:12px;transition:none;line-height:1;opacity:1;visibility:visible}.storedash-product-search-widget .storedash-search-form:focus-within .storedash-search-icon{color:#e65500;transition:none}.storedash-loading-icon{font-size:20px;color:#e65500;line-height:1;position:absolute;left:20px;opacity:0;visibility:hidden;transition:none}.storedash-loading-icon.spin{animation:storedash-spin .8s linear infinite}@keyframes storedash-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.storedash-clear-btn{background:transparent;border:none;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:none;font-size:16px;border-radius:50%;line-height:1;margin-left:4px}.storedash-clear-btn:hover{color:#e65500;background:#e655001a;transition:none}.storedash-clear-btn:active{opacity:.7}.storedash-search-results{position:absolute;top:calc(100% + 12px);left:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 20px 40px #00000026,0 0 0 1px #0000000d;max-height:450px;overflow-y:auto;z-index:9999;padding:8px;isolation:isolate}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.storedash-search-results::-webkit-scrollbar{width:8px}.storedash-search-results::-webkit-scrollbar-track{background:transparent;margin:8px 0}.storedash-search-results::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.storedash-search-results::-webkit-scrollbar-thumb:hover{background:#9ca3af}.search-result-item{display:flex;align-items:center;gap:16px;padding:14px;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.search-result-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:#e65500;border-radius:0 2px 2px 0;transition:height .2s cubic-bezier(.4,0,.2,1)}.storedash-product-search-widget:not(.has-hover-bar) .search-result-item:before{display:none}.storedash-product-search-widget.hover-effect-highlight .search-result-item:hover,.storedash-product-search-widget.hover-effect-highlight .search-result-item.active{background-color:var(--hover-bg, #f9fafb)}.storedash-product-search-widget.hover-effect-gradient .search-result-item:hover,.storedash-product-search-widget.hover-effect-gradient .search-result-item.active{background:linear-gradient(var(--hover-gradient-direction, to right),var(--hover-gradient-from, #fff4f0) 0%,var(--hover-gradient-to, #ffffff) 100%)}.storedash-product-search-widget.hover-effect-lift .search-result-item:hover{transform:translateY(var(--hover-lift, -2px));box-shadow:0 6px 16px #0000001a}.storedash-product-search-widget.hover-effect-scale .search-result-item:hover{transform:scale(calc(var(--hover-scale, 102) / 100))}.search-result-item:hover:before,.search-result-item.active:before{height:60%}.search-result-image{flex-shrink:0;width:60px;height:60px;border-radius:10px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.search-result-item:hover .search-result-image{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.search-result-image img{width:100%;height:100%;object-fit:cover}.search-result-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.search-result-title{font-size:15px;font-weight:600;color:#1f2937;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .2s ease}.search-result-item:hover .search-result-title{color:#e65500}.search-result-title mark{background-color:#fff4f0;color:#e65500;font-weight:700;padding:2px 4px;border-radius:3px}.search-result-meta{font-size:13px;color:#6b7280;margin:0;line-height:1.5}.search-result-sku,.search-result-category{font-weight:500}.search-result-price{font-size:15px;font-weight:700;color:#e65500;margin:0}.search-no-results,.search-error{padding:32px 24px;text-align:center;border-radius:8px}.search-no-results{background:linear-gradient(135deg,#f9fafb,#fff)}.search-no-results p,.search-error p{margin:0;color:#6b7280;font-size:14px;line-height:1.6}.search-no-results strong{color:#1f2937;font-weight:700}.search-error{background:#fef2f2}.search-error p{color:#ef4444;font-weight:500}@media (max-width: 768px){.storedash-search-results{max-height:60vh}.search-result-item{gap:10px;padding:10px}.search-result-image{width:40px;height:40px}.search-result-title{font-size:14px}.search-result-meta{font-size:11px}}.search-result-item{will-change:auto;transform:translateZ(0)}.storedash-search-results{transform:translateZ(0)}.storedash-search-form{backface-visibility:hidden;-webkit-font-smoothing:antialiased;isolation:isolate;z-index:1}.storedash-search-input{position:relative}.storedash-search-icon,.storedash-loading-icon,.storedash-clear-btn{backface-visibility:hidden;-webkit-font-smoothing:antialiased}.storedash-product-search-widget .storedash-search-input:focus{outline:none}.search-result-item:focus{outline:2px solid #E65500;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.storedash-search-icon svg,.storedash-loading-icon svg,.storedash-clear-btn svg{fill:currentColor;stroke:currentColor;width:1em;height:1em}.storedash-search-results{box-sizing:border-box}.search-results-two-column{display:grid;grid-template-columns:1fr 1fr;gap:20px}.search-results-column{min-width:0}@media (max-width: 768px){.search-results-two-column{grid-template-columns:1fr;gap:16px}}.search-results-flexible-grid{--left-column-width: 35%;--column-gap: 24px;display:grid;gap:var(--column-gap)}.search-results-flexible-grid.two-columns{grid-template-columns:var(--left-column-width) 1fr}.search-results-flexible-grid.same-column{grid-template-columns:1fr}.search-results-flexible-grid.same-column.column-right{max-width:calc(100% - var(--left-column-width) - var(--column-gap));margin-left:auto}.search-results-flexible-grid.same-column.column-left{max-width:var(--left-column-width)}.search-results-flexible-grid.single-section{grid-template-columns:1fr}.search-results-column-left,.search-results-column-right{min-width:0;display:flex;flex-direction:column}.search-results-column.align-top{justify-content:flex-start}.search-results-column.align-bottom{justify-content:flex-end}.search-results-column-stacked{display:flex;flex-direction:column;gap:16px}.search-results-flexible-grid.two-columns .search-results-column-left{border-right:1px solid #e5e7eb;padding-right:var(--column-gap)}@media (max-width: 768px){.search-results-flexible-grid.two-columns{grid-template-columns:1fr}.search-results-flexible-grid.same-column.column-right,.search-results-flexible-grid.same-column.column-left{max-width:100%;margin-left:0}.search-results-flexible-grid.two-columns .search-results-column-left{border-right:none;border-bottom:1px solid #e5e7eb;padding-right:0;padding-bottom:var(--column-gap)}}.search-section{margin-bottom:16px}.search-section:last-child{margin-bottom:0}.search-section-header{font-size:12px;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.05em;margin-bottom:12px;padding:0 4px}.storedash-product-search-widget .search-history-item{justify-content:space-between}.storedash-product-search-widget .search-history-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.storedash-product-search-widget .search-history-leading-icon{width:14px;height:14px;min-width:14px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.storedash-product-search-widget .search-history-leading-icon-default{color:#9ca3af}.storedash-product-search-widget .search-history-leading-icon-default svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.storedash-product-search-widget .search-history-leading-icon-custom{object-fit:contain;border-radius:2px}.storedash-product-search-widget .search-history-item .search-result-title{-webkit-line-clamp:1}.storedash-product-search-widget .search-history-remove-btn{width:26px;height:26px;min-width:26px;border:none;border-radius:50%;background:transparent;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:background-color .2s ease,color .2s ease}.storedash-product-search-widget .search-history-remove-btn:hover,.storedash-product-search-widget .search-history-remove-btn:focus-visible{background-color:#f3f4f6;color:#e65500;outline:none}.search-result-category{position:relative}.search-result-category:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:#e65500;border-radius:0 2px 2px 0;transition:height .2s cubic-bezier(.4,0,.2,1)}.search-result-category:hover:before,.search-result-category.active:before{height:60%}.search-result-category:hover,.search-result-category.active{background-color:#fff4f0}.search-result-category .search-result-title{font-weight:600;color:#1f2937}.search-result-category:hover .search-result-title{color:#e65500}.search-result-category .search-result-meta{font-size:13px;color:#6b7280;font-weight:500}.search-result-category .search-result-image{border:2px solid #E65500;opacity:.9;width:40px;height:40px;min-width:40px}.search-result-category:hover .search-result-image{opacity:1;box-shadow:0 4px 12px #e6550040}.search-view-all-wrapper{padding:12px 16px;border-top:1px solid #e5e7eb;background:#f9fafb}.search-view-all-btn{width:100%;padding:12px 20px;background:#e65500;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;box-shadow:0 2px 4px #e655001a}.search-view-all-btn:hover{background:#dc2626;box-shadow:0 4px 8px #e6550033;transform:translateY(-1px)}.search-view-all-btn:active{transform:translateY(0);box-shadow:0 1px 2px #e6550026}.search-view-all-wrapper.is-sticky{position:sticky;bottom:0;margin:0 -8px -8px;border-radius:0 0 14px 14px;z-index:10;box-shadow:0 -4px 12px #0000001a}.search-view-all-wrapper.is-sticky:before{content:"";position:absolute;left:0;right:0;top:-24px;height:24px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none}@media (max-width: 768px){.search-section-header{font-size:11px;margin-bottom:10px}.search-result-category:before{width:2px}.search-view-all-wrapper{padding:10px 12px}.search-view-all-btn{padding:10px 16px;font-size:13px}}.storedash-mobile-search-trigger{display:none;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;font-size:24px;color:#1f2937;line-height:1;transition:color .2s ease,background-color .2s ease;transform:translateZ(0);-webkit-tap-highlight-color:transparent}.storedash-mobile-search-trigger:hover{color:#e65500;background-color:#0000000d}.storedash-mobile-search-trigger:active{transform:scale(.95)}.storedash-mobile-search-trigger svg{fill:currentColor;width:1em;height:1em}.storedash-mobile-search-wrapper{position:relative}@media (max-width: 767px){.has-mobile-trigger .storedash-mobile-search-wrapper{display:none!important}.has-mobile-trigger .storedash-mobile-search-trigger{display:flex!important}.has-mobile-trigger .storedash-mobile-search-wrapper.is-expanded{display:block!important}}@media (min-width: 768px){.has-mobile-trigger .storedash-mobile-search-wrapper{display:block!important}.has-mobile-trigger .storedash-mobile-search-trigger{display:none!important}}.has-mobile-trigger.storedash-mobile-active .storedash-mobile-search-wrapper.is-expanded{display:block!important}.storedash-mobile-search-close{position:absolute;top:12px;right:12px;z-index:10;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;color:#6b7280;font-size:16px;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.storedash-mobile-search-close:hover{background:#e5e7eb;color:#1f2937}.storedash-mobile-search-close:active{transform:scale(.9)}.storedash-mobile-search-close svg{fill:currentColor;width:1em;height:1em}.storedash-mobile-search-overlay{display:none;position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2147483646;opacity:0;transition:opacity var(--mobile-animation-duration, .3s) ease}.storedash-mobile-search-overlay.is-visible{display:block;opacity:1}body.storedash-search-overlay-open{overflow:hidden!important}body.storedash-search-overlay-open>header,body.storedash-search-overlay-open>main,body.storedash-search-overlay-open>footer,body.storedash-search-overlay-open>.elementor,body.storedash-search-overlay-open>#page,body.storedash-search-overlay-open>#content,body.storedash-search-overlay-open .site-header,body.storedash-search-overlay-open .site-main,body.storedash-search-overlay-open .site-footer,body.storedash-search-overlay-open .elementor-location-header,body.storedash-search-overlay-open [data-elementor-type=header]{visibility:hidden!important;pointer-events:none!important}body.storedash-search-overlay-open .storedash-mobile-search-wrapper.is-expanded,body.storedash-search-overlay-open .storedash-mobile-search-wrapper.is-expanded *,body.storedash-search-overlay-open .storedash-mobile-search-overlay{visibility:visible!important;pointer-events:auto!important}.mobile-expand-below.storedash-mobile-active .storedash-mobile-search-wrapper{position:absolute;top:calc(100% + 8px);left:0;right:0;min-width:280px;max-width:100vw;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026,0 0 0 1px #0000000d;padding:12px;z-index:9999}.mobile-expand-below.storedash-mobile-active .storedash-mobile-search-close{top:8px;right:8px}.mobile-expand-below.storedash-mobile-active .storedash-search-form{margin-right:40px}.mobile-expand-below.storedash-mobile-active .storedash-search-results{position:relative;top:auto;margin-top:12px;box-shadow:none;border:1px solid #e5e7eb}.mobile-expand-fullscreen.storedash-mobile-active .storedash-mobile-search-wrapper.is-expanded{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;background:#fff!important;z-index:2147483647!important;padding:16px;padding-top:calc(16px + env(safe-area-inset-top,0px));padding-bottom:env(safe-area-inset-bottom,0px);padding-left:calc(16px + env(safe-area-inset-left,0px));padding-right:calc(16px + env(safe-area-inset-right,0px));overflow:hidden;display:flex!important;flex-direction:column!important;visibility:visible!important;opacity:1!important;transform:none!important;contain:none!important;clip-path:none!important;isolation:isolate;box-sizing:border-box!important}.mobile-expand-fullscreen.storedash-mobile-active .storedash-mobile-search-wrapper.is-expanded .storedash-mobile-search-close{position:absolute!important;top:calc(22px + env(safe-area-inset-top,0px))!important;right:calc(16px + env(safe-area-inset-right,0px))!important;left:auto!important;bottom:auto!important;background:#f3f4f6;width:40px;height:40px;font-size:20px;z-index:10;border-radius:50%;display:flex!important;align-items:center;justify-content:center}.mobile-expand-fullscreen.storedash-mobile-active .storedash-mobile-search-wrapper.is-expanded .storedash-search-form{flex-shrink:0;margin-top:0;margin-right:52px;width:auto;position:relative;order:1}.mobile-expand-fullscreen.storedash-mobile-active .storedash-mobile-search-wrapper.is-expanded .storedash-search-results{position:relative!important;top:auto!important;left:auto!important;right:auto!important;flex:1 1 auto;min-height:0;margin-top:16px;max-height:none!important;overflow-y:auto;box-shadow:none;border:1px solid #e5e7eb;border-radius:12px;order:2}.mobile-expand-slide-down.storedash-mobile-active .storedash-mobile-search-wrapper{position:fixed;top:0;left:0;right:0;background:#fff;z-index:99999;padding:16px;padding-top:calc(16px + env(safe-area-inset-top,0px));padding-left:calc(16px + env(safe-area-inset-left,0px));padding-right:calc(16px + env(safe-area-inset-right,0px));box-shadow:0 8px 24px #00000026;max-height:70vh;overflow:hidden;display:flex;flex-direction:column}.mobile-expand-slide-down.storedash-mobile-active .storedash-mobile-search-close{top:calc(12px + env(safe-area-inset-top,0px));right:calc(12px + env(safe-area-inset-right,0px))}.mobile-expand-slide-down.storedash-mobile-active .storedash-search-form{flex-shrink:0;margin-right:48px}.mobile-expand-slide-down.storedash-mobile-active .storedash-search-results{position:relative;top:auto;flex:1;margin-top:12px;max-height:50vh;overflow-y:auto;box-shadow:none;border:1px solid #e5e7eb;border-radius:12px}.animate-slide.storedash-mobile-search-wrapper{opacity:0;transform:translateY(-10px);will-change:transform,opacity}.animate-slide.storedash-mobile-search-wrapper.is-expanded{opacity:1;transform:translateY(0);transition:transform var(--mobile-animation-duration, .3s) cubic-bezier(.4,0,.2,1),opacity var(--mobile-animation-duration, .3s) cubic-bezier(.4,0,.2,1)}.mobile-expand-slide-down .animate-slide.storedash-mobile-search-wrapper{transform:translateY(-100%)}.mobile-expand-slide-down .animate-slide.storedash-mobile-search-wrapper.is-expanded{transform:translateY(0)}.animate-fade.storedash-mobile-search-wrapper{opacity:0;will-change:opacity}.animate-fade.storedash-mobile-search-wrapper.is-expanded{opacity:1;transition:opacity var(--mobile-animation-duration, .3s) ease}.animate-scale.storedash-mobile-search-wrapper{opacity:0;transform:scale(.95);will-change:transform,opacity}.animate-scale.storedash-mobile-search-wrapper.is-expanded{opacity:1;transform:scale(1);transition:transform var(--mobile-animation-duration, .3s) cubic-bezier(.4,0,.2,1),opacity var(--mobile-animation-duration, .3s) cubic-bezier(.4,0,.2,1)}.storedash-mobile-editor-indicator{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:12px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px dashed #0ea5e9;border-radius:8px;font-size:12px;color:#0369a1}.mobile-indicator-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#0ea5e9;border-radius:6px;color:#fff;font-size:14px}.mobile-indicator-text{font-weight:600}.storedash-mobile-search-wrapper{transform:translateZ(0);contain:layout style}.storedash-mobile-search-trigger{contain:layout style}@media (prefers-reduced-motion: reduce){.storedash-mobile-search-wrapper,.storedash-mobile-search-overlay{transition:none!important}}@media print{.storedash-product-search-widget{display:none}}
/*# sourceMappingURL=product-search.min.css.map */
