.enhanced-search-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:1001}.enhanced-search-icon:hover{background:#0000000d;transform:scale(1.05)}.enhanced-search-icon svg{width:24px;height:24px;fill:#000;transition:all .3s ease}.enhanced-search-icon:hover svg{transform:scale(1.1)}.enhanced-search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;opacity:0;visibility:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.enhanced-search-overlay.visible{opacity:1;visibility:visible}.enhanced-search-popup{position:relative;width:90%;max-width:none;max-height:90vh;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000026;overflow:hidden;margin:auto;transform:translateY(-20px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0}.enhanced-search-overlay.visible .enhanced-search-popup{transform:translateY(0) scale(1);opacity:1}.search-popup-header{padding:20px 30px;border-bottom:1px solid rgba(0,0,0,.1);background:#fff;flex-shrink:0}.search-input-container{position:relative;width:100%}.enhanced-search-input{width:100%;height:50px;padding:0 90px 0 20px;border:2px solid rgba(0,0,0,.1);border-radius:25px;font-size:18px;color:#000;background:#fff;outline:none;transition:all .3s ease}.enhanced-search-input:focus{border-color:#000;box-shadow:0 0 0 3px #0000001a}.enhanced-search-input::placeholder{color:#00000080}.search-clear-btn{position:absolute;right:55px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#0000004d;border:none;border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .3s ease}.search-clear-btn.visible{display:flex}.search-clear-btn:hover{background:#00000080}.search-clear-btn svg{width:12px;height:12px;fill:#fff}.search-close-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:40px;height:40px;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.search-close-btn:hover{background:#0000001a}.search-close-btn svg{width:24px;height:24px;fill:#000}.search-popup-content{flex:1;display:flex;overflow:hidden;min-height:0}.search-filters-sidebar{width:280px;background:#f8f9fa;border-right:1px solid rgba(0,0,0,.1);padding:30px 20px;overflow-y:auto;flex-shrink:0}.filter-section-title{font-size:16px;font-weight:700;color:#000;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.category-filters{display:flex;flex-direction:column;gap:12px}.category-filter-item{display:flex;align-items:center;padding:12px 15px;cursor:pointer;border-radius:8px;transition:all .3s ease;margin-bottom:2px;position:relative;overflow:hidden;background:#0000000a;border:1px solid transparent}.category-filter-item:hover{background:#0000000a;border-color:#0000001a}.category-filter-item.selected{background:#00000014;border-color:#0003;box-shadow:0 2px 4px #0000001a}.category-filter-item.selected .category-label{font-weight:600;color:#000}.category-filter-item.selected .category-count{background:#000;color:#fff;font-weight:600}.category-checkbox{width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-radius:4px;background:#fff;cursor:pointer;position:relative;transition:all .3s ease;flex-shrink:0}.category-checkbox.checked{background:#000;border-color:#000;transform:scale(1.1)}.category-checkbox.checked:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700;animation:checkBounce .3s ease}@keyframes checkBounce{0%{transform:translate(-50%,-50%) scale(0)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}.category-label{font-size:14px;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease;flex:1}.category-label:hover{color:#000000b3}.category-count{display:none!important}.category-count:before{content:"";position:absolute;top:1px;right:1px;width:5px;height:5px;background:#4caf50;border-radius:50%;box-shadow:0 0 3px #4caf5080}.category-count:hover{background:#0000001a;color:#000000b3;transform:scale(1.05)}.category-count.loading{color:#0000004d;position:relative}.category-count.loading:before{display:none}.category-count.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.5);border-radius:50%;animation:spin 1s linear infinite}.category-count.updated{animation:countPulse .5s ease}@keyframes countPulse{0%{transform:scale(1)}50%{transform:scale(1.2);background:#000;color:#fff}to{transform:scale(1)}}@keyframes categoryHighlight{0%{background:#00000014;transform:scale(1)}25%{background:#00000026;transform:scale(1.02)}50%{background:#0000001f;transform:scale(1.01)}75%{background:#0000001a;transform:scale(1.005)}to{background:#00000014;transform:scale(1)}}.search-results-area{flex:1;padding:30px;overflow-y:auto}.search-suggestions{margin-bottom:30px}.suggestions-title{font-size:16px;font-weight:600;color:#000;margin-bottom:15px}.suggestion-pills{display:flex;flex-wrap:wrap;gap:10px}.suggestion-pill{padding:8px 16px;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:20px;font-size:14px;color:#000;cursor:pointer;transition:all .3s ease}.suggestion-pill:hover{background:#0000001a;border-color:#0003}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 8px 25px #00000026;z-index:1000;max-height:300px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.autocomplete-dropdown.visible{opacity:1;visibility:visible;transform:translateY(0)}.autocomplete-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);transition:background-color .2s ease;gap:12px}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover,.autocomplete-item.active{background-color:#0000000a}.suggestion-icon{flex-shrink:0;width:20px;height:20px;color:#00000080;display:flex;align-items:center;justify-content:center}.suggestion-text{flex:1;font-size:14px;color:#000;font-weight:500}.suggestion-text mark{background:#0000001a;color:#000;padding:0;font-weight:700}.suggestion-type{flex-shrink:0;font-size:11px;color:#0006;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.autocomplete-dropdown::-webkit-scrollbar{width:4px}.autocomplete-dropdown::-webkit-scrollbar-track{background:#0000000d}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:#0000004d}.search-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px;padding:0}.search-product-grid .seller-inner{position:relative;height:100%;display:block}.search-product-grid .product-card-enhanced{position:relative;transition:all .3s ease;border-radius:16px;overflow:hidden;background:transparent!important;box-shadow:none!important;border:none!important;display:flex;flex-direction:column;height:100%;min-height:450px}.search-product-grid .product-card-enhanced:hover{background:transparent!important;box-shadow:none!important;transform:none!important}.search-product-grid .highlight-col{height:100%;min-height:400px;background:transparent!important;border:none!important;box-shadow:none!important}.search-product-grid .highlight-col:hover{background:transparent!important;transform:none!important}.search-product-grid .highlight-img{position:relative;overflow:hidden;border-radius:16px 16px 0 0;height:250px;background:#f8f9fa;min-height:200px;display:flex;align-items:center;justify-content:center}.search-product-grid .product-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000;transition:background .3s ease;z-index:3;pointer-events:none}.search-product-grid .product-card-enhanced:not(.out-of-stock):hover .product-image-container:before{background:#0000000d!important}.search-product-grid .product-card-link{text-decoration:none;color:inherit;display:block;height:100%}.search-product-grid .product-card-link:hover{text-decoration:none}.search-product-grid .product-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.search-product-grid .product-image{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.search-product-grid .primary-image{position:relative;z-index:1;opacity:1}.search-product-grid .secondary-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease;z-index:2;pointer-events:none;display:none}.search-product-grid .product-card-enhanced:not(.out-of-stock) .product-image-wrapper:hover .primary-image{opacity:0}.search-product-grid .product-card-enhanced:not(.out-of-stock) .product-image-wrapper:hover .secondary-image{display:block;opacity:1}.search-product-grid .product-card-enhanced:not(.out-of-stock) .product-image-wrapper:not(:hover) .secondary-image{display:none;opacity:0}.search-product-grid .high-content{padding:16px;flex-grow:1;display:flex;flex-direction:column;min-height:150px;background:transparent;position:relative}.search-product-grid .product-title,.search-product-grid .high-content h3,.search-product-grid .high-content .product-title{color:#000!important;font-size:2.3rem!important;font-weight:900!important;margin:0 0 8px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2rem}.search-product-grid .product-vendor{font-size:14px;color:#6b7280!important;margin-bottom:8px;font-weight:500}.search-product-grid .product-pricing{display:flex;align-items:center;gap:8px;margin-bottom:12px}.search-product-grid .current-price,.search-product-grid .high-content p,.search-product-grid .product-pricing .current-price,.search-product-grid .high-content h6{color:#000!important;font-size:1.65rem!important;letter-spacing:-.45px!important;font-weight:700;min-height:3rem}.search-product-grid .original-price{font-size:14px;color:#6b7280!important;text-decoration:line-through}.search-product-grid .discount-percentage{background:#ef4444;color:#fff;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:600}.search-product-grid .key-specs{color:#6b7280!important;font-size:14px;margin-bottom:8px;line-height:1.4}.search-product-grid .expert-tag{position:absolute;top:10px;right:10px;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:9;background:#000c!important;color:#fff!important}.search-product-grid .quick-view-btn{position:absolute;top:10px;left:10px;background:#000c!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #00000026;z-index:4}.search-product-grid .product-card-enhanced:not(.out-of-stock):hover .quick-view-btn{opacity:1;transform:scale(1.05);animation:quickViewPulse .6s ease-out}.search-product-grid .quick-view-btn:hover{background:#000000e6!important;border-color:#fff6!important;transform:scale(1.15);box-shadow:0 6px 20px #3b82f666}.search-product-grid .quick-view-btn svg{color:#fff!important;width:20px;height:20px;transition:color .3s ease}.search-product-grid .quick-view-btn:hover svg{color:#fff!important}.search-product-grid .compare-checkbox{position:absolute;top:10px;right:60px;opacity:0;transition:opacity .3s ease;z-index:4}.search-product-grid .product-card-enhanced:hover .compare-checkbox{opacity:1}.search-product-grid .compare-checkbox input{display:none}.search-product-grid .compare-checkbox label{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#666}.search-product-grid .compare-checkbox input:checked+label{background:#000;border-color:#000;color:#fff}.search-product-grid .compare-checkbox input:checked+label svg{color:#fff}.search-product-grid .compare-checkbox label:hover{background:#fff;border-color:#0003;transform:translateY(-1px)}.search-product-grid .product-actions{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:8px}.search-product-grid .quick-add{width:100%}.search-product-grid .quick-add__submit{width:100%;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;background:#000!important;color:#fff!important}.search-product-grid .quick-add__submit:hover{background:#333!important;color:#fff!important;transform:translateY(-1px)}.search-product-grid .quick-add__submit span{color:#fff!important}.search-product-grid .button--primary,.search-product-grid .product-form__submit,.search-product-grid .button--full-width{background:#000!important;color:#fff!important}.search-product-grid .button--primary:hover,.search-product-grid .product-form__submit:hover,.search-product-grid .button--full-width:hover{background:#333!important;color:#fff!important;transform:translateY(-1px)}.search-product-grid .button--secondary{background:transparent!important;color:#000!important;border:2px solid #000!important}.search-product-grid .button--secondary:hover{background:#000!important;color:#fff!important}.search-product-grid .wishlist-btn{position:absolute;bottom:16px;right:16px;width:32px;height:32px;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;z-index:4}.search-product-grid .product-card-enhanced:hover .wishlist-btn{opacity:1}.search-product-grid .wishlist-btn:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:scale(1.05)}.search-product-grid .wishlist-btn svg{width:18px;height:18px;transition:color .3s ease}.search-product-grid .out-of-stock-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-product-grid .product-card-enhanced.out-of-stock{position:relative}.search-product-grid .product-card-enhanced.out-of-stock .product-image{filter:grayscale(50%) brightness(.7)}.search-loading{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#0009}.search-spinner{width:32px;height:32px;border:2px solid rgba(0,0,0,.1);border-top:2px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin-right:15px}@keyframes spin{to{transform:rotate(360deg)}}.search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#0009}.search-empty-icon{width:64px;height:64px;fill:#0000004d;margin-bottom:20px}.search-empty-title{font-size:18px;font-weight:600;color:#000;margin-bottom:10px}.search-empty-description{font-size:14px;color:#0009;line-height:1.5}@media (max-width: 768px){.search-popup-header{padding:20px}.search-filters-sidebar{width:280px}.search-results-area{padding:20px}.search-product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.search-product-grid .product-card-enhanced{min-height:400px}.search-product-grid .highlight-img{height:220px}.search-product-grid .high-content{padding:14px}.search-product-grid .product-title{font-size:1.8rem!important;font-weight:900!important}.search-product-grid .current-price{font-size:1.4rem!important;font-weight:700!important}.enhanced-search-input{font-size:16px;padding:0 80px 0 15px}.enhanced-search-popup{width:95%}.search-clear-btn{right:50px}.search-close-btn{right:10px;width:36px;height:36px}.search-popup-header{padding:15px 20px}}@media (max-width: 480px){.enhanced-search-overlay{padding:0}.enhanced-search-popup{border-radius:0;height:100vh;width:100%;max-width:100%}.search-popup-content{flex-direction:column}.search-filters-sidebar{position:absolute;top:0;left:-100%;z-index:10;background:#fff;height:100%}.enhanced-search-overlay.visible .search-filters-sidebar{left:0}.search-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.search-product-grid .product-card-enhanced{min-height:350px}.search-product-grid .highlight-img{height:180px}.search-product-grid .high-content{padding:12px}.search-product-grid .product-title{font-size:1.6rem!important;font-weight:900!important;-webkit-line-clamp:2}.search-product-grid .current-price{font-size:1.2rem!important;font-weight:700!important}.search-product-grid .product-vendor{font-size:13px}.search-product-grid .quick-view-btn,.search-product-grid .wishlist-btn,.search-product-grid .compare-checkbox label{width:28px;height:28px}.search-product-grid .quick-view-btn svg,.search-product-grid .wishlist-btn svg{width:14px;height:14px}.search-product-grid .expert-tag{font-size:10px;padding:3px 6px}.search-product-grid .quick-add__submit{padding:10px 12px;font-size:13px}.enhanced-search-input{padding:12px 70px 12px 16px;font-size:16px}.search-clear-btn{right:45px}.search-close-btn{right:8px;width:32px;height:32px}.search-popup-header{padding:15px}}.enhanced-search-popup:focus-within{outline:none}.category-checkbox:focus{outline:2px solid #000;outline-offset:2px}.search-product-grid .product-card-link:focus{outline:2px solid #000;outline-offset:2px;border-radius:16px}.enhanced-search-input:focus{outline:none}.search-product-grid .product-card-enhanced{animation:fadeInUp .4s ease-out forwards;opacity:0;transform:translateY(20px)}.search-product-grid .product-card-enhanced:nth-child(1){animation-delay:.1s}.search-product-grid .product-card-enhanced:nth-child(2){animation-delay:.15s}.search-product-grid .product-card-enhanced:nth-child(3){animation-delay:.2s}.search-product-grid .product-card-enhanced:nth-child(4){animation-delay:.25s}.search-product-grid .product-card-enhanced:nth-child(5){animation-delay:.3s}.search-product-grid .product-card-enhanced:nth-child(6){animation-delay:.35s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.filter-toggle-btn{display:none;align-items:center;gap:8px;padding:10px 16px;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:20px;font-size:14px;color:#000;cursor:pointer;transition:all .3s ease;margin-bottom:20px}.filter-toggle-btn:hover{background:#0000001a}.filter-toggle-btn svg{width:16px;height:16px;fill:#000}@media (max-width: 480px){.filter-toggle-btn{display:flex}}.product-results-section{margin-top:30px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1)}.results-title{font-size:18px;font-weight:600;color:#000}.results-count{font-size:14px;color:#0009}.search-method-indicator{background:var(--color-background-contrast, #f5f5f5);padding:8px 16px;border-radius:6px;margin-bottom:16px;border-left:3px solid var(--color-button, #000)}.search-method-indicator small{color:var(--color-foreground, #000);font-size:12px;opacity:.8}.search-message{text-align:center;padding:40px 20px;color:var(--color-foreground, #666);font-size:16px}.search-message.loading{display:flex;align-items:center;justify-content:center;gap:12px}.search-message.loading:before{content:"";width:20px;height:20px;border:2px solid var(--color-button, #000);border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.search-message.loading:after{content:"";width:20px;height:20px;border:2px solid var(--color-button, #000);border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.enhanced-search-popup *{color:rgb(var(--color-foreground))}.search-input-container{position:relative;padding:24px;border-bottom:1px solid rgba(var(--color-foreground),.1);background:var(--gradient-background, white)}.enhanced-search-input{width:100%;padding:16px 20px;border:2px solid rgba(var(--color-foreground),.1);border-radius:12px;font-size:16px;background:var(--gradient-background, white);color:rgb(var(--color-foreground));outline:none;transition:border-color .2s ease}.enhanced-search-input:focus{border-color:var(--color-button, #000)}.enhanced-search-input::placeholder{color:rgba(var(--color-foreground),.5)}.search-close-btn{position:absolute;top:50%;right:30px;transform:translateY(-50%);background:none;border:none;font-size:20px;cursor:pointer;color:rgba(var(--color-foreground),.6);padding:8px;border-radius:50%;transition:all .2s ease}.search-close-btn:hover{background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground))}.search-results-area{padding:20px 24px;background:var(--gradient-background, white)}.search-empty-state{text-align:center;padding:60px 20px;color:rgba(var(--color-foreground),.6)}.search-empty-state h3{font-size:18px;margin-bottom:8px;color:rgb(var(--color-foreground))}.search-empty-state p{font-size:14px;line-height:1.5}.search-loading{display:flex;align-items:center;justify-content:center;padding:40px;gap:12px;color:rgba(var(--color-foreground),.6)}.search-loading.hidden{display:none}.search-error{background:#fee;border:1px solid #fcc;border-radius:8px;padding:16px;margin:16px 0;color:#c33}@media screen and (max-width: 768px){.enhanced-search-overlay{padding:20px 16px}.enhanced-search-popup{max-height:90vh}.search-input-container,.search-results-area{padding:16px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important}.enhanced-search-icon:focus,.enhanced-search-input:focus,.search-close-btn:focus{outline:2px solid var(--color-button, #000);outline-offset:2px}@media (prefers-contrast: high){.enhanced-search-popup{border:2px solid}.enhanced-search-input{border-width:2px}}@media (prefers-reduced-motion: reduce){.enhanced-search-overlay,.enhanced-search-icon,.enhanced-search-input,.search-close-btn{transition:none}.search-message.loading:before{animation:none}}@keyframes quickViewPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.15)}to{opacity:1;transform:scale(1.05)}}.search-product-grid .key-specs{color:#6b7280!important;font-size:14px;margin-bottom:8px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/enhanced-search.css.map */
