:root{--ps-primary: #e07b85;--ps-primary-light: #fff0f3;--ps-text: #1c1c1c;--ps-muted: #94a3b8;--ps-border: #eae3d7;--ps-bg: #ffffff;--ps-success: #10b981;--ps-success-light: #ecfdf5;--ps-danger: #ef4444;--ps-danger-light: #fef2f2}.hp-predictive-dropdown-container{background:var(--ps-bg);border:1.5px solid var(--ps-border);border-radius:16px;box-shadow:0 12px 35px #0000001f;padding:18px;max-height:480px;overflow-y:auto;transition:opacity .2s ease,transform .2s ease}.predictive-search__group{margin-bottom:20px}.predictive-search__group:last-child{margin-bottom:0}.predictive-search__heading{font-family:Inter,sans-serif;font-size:11px;font-weight:800;color:var(--ps-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;padding-bottom:6px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.predictive-search__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.predictive-search__list-item{display:block}.predictive-search__item{display:flex;align-items:center;gap:14px;padding:10px 12px;border-radius:10px;text-decoration:none;color:var(--ps-text);transition:background .2s ease,transform .1s ease;outline:none;border:1.5px solid transparent;cursor:pointer}.predictive-search__item:hover,.predictive-search__item:focus,.predictive-search__item[aria-selected=true]{background:var(--ps-primary-light);border-color:#e07b8533;transform:translate(4px)}.predictive-search__item--query{font-size:14px;font-weight:500}.predictive-search__item--collection{font-size:14px;font-weight:700;justify-content:space-between}.collection-title-bold{font-weight:700;color:var(--ps-text);flex:1;margin-left:8px}.predictive-search__item-count{font-size:11px;color:var(--ps-muted);font-weight:600;background:#f1f5f9;padding:2px 8px;border-radius:12px}.predictive-search__item--product{align-items:flex-start}.predictive-search__image{width:56px;height:56px;border-radius:8px;object-fit:cover;border:1px solid var(--ps-border);flex-shrink:0}.predictive-search__product-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.predictive-search__product-title{font-size:13px;font-weight:700;color:var(--ps-text);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-search__product-vendor{font-size:10px;color:var(--ps-muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.predictive-search__meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:2px}.predictive-search__product-price{font-size:13px;font-weight:800;color:var(--ps-primary);display:flex;align-items:center;gap:6px}.predictive-search__price-was{font-size:11px;color:var(--ps-muted);text-decoration:line-through;font-weight:500}.predictive-search__badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.02em}.predictive-search__badge--sale{background-color:var(--ps-primary-light);color:var(--ps-primary);border:1px solid rgba(224,123,133,.3)}.predictive-search__badge--instock{background-color:var(--ps-success-light);color:var(--ps-success)}.predictive-search__badge--outofstock{background-color:var(--ps-danger-light);color:var(--ps-danger)}.predictive-search__footer{margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}.predictive-search__view-all{background:var(--ps-primary);color:#fff;border:none;padding:10px 20px;border-radius:30px;font-size:13px;font-weight:700;cursor:pointer;width:100%;transition:opacity .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;gap:8px}.predictive-search__view-all:hover,.predictive-search__view-all:focus{opacity:.95;transform:translateY(-1px)}.predictive-search__no-results{text-align:center;padding:20px 10px;font-size:14px;color:var(--ps-text);font-weight:500}.predictive-search__no-results p{margin:0 0 16px;color:var(--ps-muted)}.predictive-search__skeleton{display:flex;flex-direction:column;gap:16px;padding:4px}.predictive-search__skeleton-heading{height:12px;width:120px;background:#f1f5f9;border-radius:4px}.predictive-search__skeleton-list{display:flex;flex-direction:column;gap:10px}.predictive-search__skeleton-item{display:flex;align-items:center;gap:12px}.predictive-search__skeleton-thumb{width:48px;height:48px;background:#f1f5f9;border-radius:8px;flex-shrink:0}.predictive-search__skeleton-text-group{display:flex;flex-direction:column;gap:6px;flex:1}.predictive-search__skeleton-text-1{height:12px;width:75%;background:#f1f5f9;border-radius:4px}.predictive-search__skeleton-text-2{height:10px;width:40%;background:#f1f5f9;border-radius:4px}.predictive-search__skeleton-heading,.predictive-search__skeleton-thumb,.predictive-search__skeleton-text-1,.predictive-search__skeleton-text-2{animation:ps-pulse 1.5s infinite ease-in-out}@keyframes ps-pulse{0%{opacity:.6;background-color:#f1f5f9}50%{opacity:1;background-color:#e2e8f0}to{opacity:.6;background-color:#f1f5f9}}@media(prefers-reduced-motion:reduce){.predictive-search__item:hover,.predictive-search__item:focus,.predictive-search__item[aria-selected=true]{transform:none;transition:none}.predictive-search__view-all:hover,.predictive-search__view-all:focus{transform:none;transition:none}.predictive-search__skeleton-heading,.predictive-search__skeleton-thumb,.predictive-search__skeleton-text-1,.predictive-search__skeleton-text-2{animation:none;background-color:#f1f5f9}.hp-predictive-dropdown-container{transition:none}}@media(max-width:1024px){.predictive-search-locked{overflow:hidden}.hp-predictive-results-dropdown{position:absolute!important;top:100%!important;left:0!important;right:0!important;width:100%!important;height:auto!important;max-height:40vh!important;background:var(--ps-bg)!important;z-index:999999!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;border:1.5px solid var(--ps-border)!important;border-top:none!important;border-radius:0 0 16px 16px!important;box-shadow:0 10px 25px #0000001f!important;padding:12px 14px!important;margin-top:0!important}.hp-predictive-dropdown-container{max-height:40vh!important;overflow-y:auto!important;padding:0!important;border:none!important;box-shadow:none!important;border-radius:0!important}.predictive-search__item{padding:8px 10px!important;gap:10px!important}.predictive-search__image{width:44px!important;height:44px!important}.predictive-search__view-all{padding:10px 16px!important;font-size:13px!important;margin-top:10px!important}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/predictive-search.css.map */
