.custom-search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.custom-search-overlay.active{opacity:1;visibility:visible}.custom-search-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:90%;max-width:800px;max-height:85vh;background-color:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;display:flex;flex-direction:column}.custom-search-modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}body.no-scroll{overflow:hidden}.custom-search-header{display:flex;align-items:center;gap:12px;padding:24px 24px 20px;border-bottom:1px solid #e5e7eb}.custom-search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.custom-search-icon{position:absolute;left:16px;color:#9ca3af;pointer-events:none}.custom-search-input{width:100%;padding:14px 16px 14px 48px;font-size:16px;line-height:1.5;border:2px solid #e5e7eb;border-radius:12px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.custom-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-search-input::placeholder{color:#9ca3af}.custom-search-close{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background-color:#f3f4f6;border-radius:10px;color:#6b7280;cursor:pointer;transition:background-color .2s ease,color .2s ease}.custom-search-close:hover{background-color:#e5e7eb;color:#111827}.custom-search-body{flex:1;overflow-y:auto;padding:24px}.custom-search-results{display:flex;flex-direction:column;gap:32px}.custom-search-section{display:flex;flex-direction:column;gap:16px}.custom-search-section-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0}.custom-search-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.custom-search-product-item{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.custom-search-product-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #00000014}.custom-search-product-image{position:relative;width:100%;padding-top:100%;background-color:#f9fafb;overflow:hidden}.custom-search-product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.custom-search-product-no-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:12px}.custom-search-badge{position:absolute;top:8px;right:8px;padding:4px 8px;font-size:11px;font-weight:600;text-transform:uppercase;border-radius:4px;color:#fff}.custom-search-badge.sale{background-color:#ef4444}.custom-search-badge.sold-out{background-color:#6b7280}.custom-search-product-info{padding:12px;display:flex;flex-direction:column;gap:4px}.custom-search-product-title{font-size:14px;font-weight:500;line-height:1.4;margin:0;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-search-product-type{font-size:12px;color:#6b7280;margin:0}.custom-search-product-price{display:flex;align-items:center;gap:8px;margin-top:4px}.custom-search-price{font-size:16px;font-weight:600;color:#111827}.custom-search-price-compare{font-size:14px;color:#9ca3af;text-decoration:line-through}.custom-search-collections{display:flex;flex-direction:column;gap:8px}.custom-search-collection-item{display:flex;align-items:center;gap:12px;padding:12px;text-decoration:none;color:#111827;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s ease,background-color .2s ease}.custom-search-collection-item:hover{border-color:#3b82f6;background-color:#f9fafb}.custom-search-collection-item svg{color:#6b7280;flex-shrink:0}.custom-search-collection-item span{font-size:14px;font-weight:500}.custom-search-pages{display:flex;flex-direction:column;gap:8px}.custom-search-page-item{display:flex;align-items:center;gap:12px;padding:12px;text-decoration:none;color:#111827;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s ease,background-color .2s ease}.custom-search-page-item:hover{border-color:#3b82f6;background-color:#f9fafb}.custom-search-page-item svg{color:#6b7280;flex-shrink:0}.custom-search-page-item span{font-size:14px;font-weight:500}.custom-search-suggestions{display:flex;flex-wrap:wrap;gap:8px}.custom-search-suggestion-item{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;font-size:14px;color:#111827;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.custom-search-suggestion-item:hover{background-color:#e5e7eb;border-color:#d1d5db}.custom-search-suggestion-item svg{color:#6b7280;flex-shrink:0}.custom-search-did-you-mean{display:flex;flex-wrap:wrap;gap:8px}.custom-search-dym-item{padding:8px 16px;background-color:#dbeafe;border:1px solid #3b82f6;border-radius:20px;font-size:14px;color:#1e40af;cursor:pointer;transition:background-color .2s ease}.custom-search-dym-item:hover{background-color:#bfdbfe}.custom-search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.custom-search-empty svg{color:#d1d5db;margin-bottom:16px}.custom-search-empty p{font-size:16px;color:#6b7280;margin:0}.custom-search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.custom-search-loading-inline{text-align:center;padding:20px;color:#6b7280;font-size:14px}.custom-search-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:custom-search-spin .8s linear infinite;margin-bottom:16px}@keyframes custom-search-spin{to{transform:rotate(360deg)}}.custom-search-loading p{font-size:16px;color:#6b7280;margin:0}.custom-search-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.custom-search-no-results svg{color:#d1d5db;margin-bottom:16px}.custom-search-no-results h3{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.custom-search-no-results p{font-size:14px;color:#6b7280;margin:0}.custom-search-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.custom-search-error svg{color:#ef4444;margin-bottom:16px}.custom-search-error h3{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.custom-search-error p{font-size:14px;color:#6b7280;margin:0 0 16px}.custom-search-retry{padding:10px 20px;background-color:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.custom-search-retry:hover{background-color:#2563eb}@media (max-width: 768px){.custom-search-modal{width:95%;max-height:90vh;border-radius:12px}.custom-search-header,.custom-search-body{padding:16px}.custom-search-products{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.custom-search-input{font-size:16px}}@media (max-width: 480px){.custom-search-products{grid-template-columns:repeat(2,1fr)}}.custom-search-body::-webkit-scrollbar{width:8px}.custom-search-body::-webkit-scrollbar-track{background-color:#f3f4f6;border-radius:4px}.custom-search-body::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.custom-search-body::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-search-modal.css.map */
