.predictive-search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:none;align-items:flex-start;justify-content:center;padding-top:10vh;opacity:0;transition:opacity .3s ease}.predictive-search-overlay.active{display:flex;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}.predictive-search-container{width:90%;max-width:1200px;background-color:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;overflow:hidden;transform:translateY(-20px);animation:slideDown .4s ease forwards;max-height:80vh;display:flex;flex-direction:column}@keyframes slideDown{to{transform:translateY(0)}}.predictive-search-header{padding:24px 32px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;gap:16px;background-color:#f0f0f0}.predictive-search-form{flex:1;position:relative}.predictive-search-input{width:100%;padding:16px 24px;font-size:18px;border:2px solid #ddd;border-radius:50px;outline:none;transition:border-color .2s ease;font-family:inherit;background-color:#fff;color:#000}.predictive-search-input:focus{border-color:#000}.predictive-search-input::placeholder{color:#999}.predictive-search-close{width:40px;height:40px;border:none;background-color:#65778a;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .2s ease;flex-shrink:0}.predictive-search-close:hover{background:#333;transform:rotate(90deg)}.predictive-search-results{padding:24px 32px;overflow-y:auto;flex:1}.predictive-search-content{max-width:100%}.predictive-search-section{margin-bottom:32px}.predictive-search-section:last-child{margin-bottom:0}.predictive-search-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#666;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e5e5e5;margin-top:0}.predictive-search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.predictive-search-results .product-item a{display:block;text-decoration:none;color:inherit;transition:transform .2s ease}.predictive-search-results .product-item a:hover{transform:translateY(-4px)}.predictive-search-results .product-image{position:relative;width:100%;padding-bottom:125%;background-color:#f5f5f5;border-radius:8px;overflow:hidden;margin-bottom:12px}.predictive-search-results .product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.predictive-search-results .product-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#e5e5e5)}.predictive-search-results .product-badge{position:absolute;top:8px;right:8px;padding:4px 12px;background-color:#f44;color:#fff;font-size:11px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.predictive-search-results .product-info{padding:0 4px}.predictive-search-results .product-title{font-size:14px;font-weight:500;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#000}.predictive-search-results .product-price{display:flex;align-items:center;gap:8px;font-size:14px}.predictive-search-results .price{font-weight:600;color:#000}.predictive-search-results .price-sale{color:#f44}.predictive-search-results .price-compare{color:#999;text-decoration:line-through;font-size:12px}.predictive-search-list{display:flex;flex-direction:column;gap:8px}.predictive-search-results .collection-item a,.predictive-search-results .page-item a{display:flex;align-items:center;gap:16px;padding:12px 16px;background-color:#fafafa;border-radius:8px;text-decoration:none;color:inherit;transition:all .2s ease}.predictive-search-results .collection-item a:hover,.predictive-search-results .page-item a:hover{background-color:#f0f0f0;transform:translate(4px)}.predictive-search-results .collection-image{width:60px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0}.predictive-search-results .collection-image img{width:100%;height:100%;object-fit:cover}.predictive-search-results .collection-title,.predictive-search-results .page-title,.predictive-search-results .article-title{font-size:15px;font-weight:500;margin:0;color:#000}.predictive-search-results .article-item a{display:flex;align-items:center;gap:16px;padding:12px 16px;background-color:#fafafa;border-radius:8px;text-decoration:none;color:inherit;transition:all .2s ease}.predictive-search-results .article-item a:hover{background-color:#f0f0f0;transform:translate(4px)}.predictive-search-results .article-image{width:60px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0}.predictive-search-results .article-image img{width:100%;height:100%;object-fit:cover}.predictive-search-item.active-focus a{outline:2px solid #000;outline-offset:2px}.predictive-search-footer{padding:16px 20px;border-top:1px solid #e5e5e5;text-align:center;background-color:#fff;flex-shrink:0;display:none}.predictive-search-view-all{display:inline-block;padding:12px 32px;background-color:#000;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:14px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;width:100%}.predictive-search-view-all:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.predictive-search-loading{text-align:center;padding:60px 20px;color:#666}.loading-spinner{width:40px;height:40px;margin:0 auto 16px;border:3px solid #f0f0f0;border-top:3px solid #000;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.predictive-search-empty{text-align:center;padding:60px 20px;color:#666}.predictive-search-empty strong{color:#000}.empty-suggestion{margin-top:8px;font-size:14px;color:#999}.predictive-search-error{text-align:center;padding:60px 20px;color:#f44}.header-search-toggle{background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#000;transition:all .2s ease;margin-right:10px}.header-search-toggle span{padding:0}@media (min-width: 768px){.header-actions a,.header-actions span{color:#625649}}.header-actions{display:flex;align-items:center}@media screen and (max-width: 767px){.predictive-search-overlay{padding-top:0;background-color:#fff;align-items:flex-start}.predictive-search-container{width:100%;max-width:100%;border-radius:0;box-shadow:none;height:100vh;height:calc(var(--vh, 1vh) * 100);min-height:0}.predictive-search-header{padding:16px 20px;position:sticky;top:0;z-index:10;background-color:#fff}.predictive-search-input{padding:12px 20px;font-size:16px}.predictive-search-close{width:36px;height:36px;font-size:20px}.predictive-search-results{padding:16px 20px}.predictive-search-grid{grid-template-columns:repeat(2,1fr);gap:16px}.predictive-search-section{margin-bottom:24px}.predictive-search-results .product-title,.predictive-search-results .product-price{font-size:13px}.predictive-search-results .collection-item a,.predictive-search-results .page-item a{padding:10px 12px;gap:12px}.predictive-search-results .collection-image{width:50px;height:50px}.predictive-search-results .collection-title,.predictive-search-results .page-title{font-size:14px}}.predictive-search-form .header-search-form{position:static;width:100%;display:flex;align-items:center;border:1px solid #65778a;color:#65778a}.predictive-search-form .header-search-form input.header-search-input{width:100%;color:#65778a}.predictive-search-form .header-search-form input.header-search-input::placeholder{color:#65778a}.header-bleed-light-colors .header-search-form:before{color:#65778a;width:24px;height:24px;font-size:24px}@media screen and (min-width: 768px) and (max-width: 1024px){.predictive-search-grid{grid-template-columns:repeat(3,1fr)}.predictive-search-container{width:85%}}@media screen and (min-width: 768px){.header-search-wrapper{display:none}.predictive-search-view-all{width:auto}.predictive-search-footer{padding:24px 32px}}@media screen and (max-width: 767px){.header-search-wrapper{position:relative}.header-search-wrapper.mobile-search-active .predictive-search-results{display:block}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/predictive-search.css.map */
