:root{--petbuy-orange:#e9782f;--petbuy-orange-soft:#f7c7aa;--petbuy-text:#1f1f1f;--petbuy-muted:#606060}#petbuy-search-suggestions{position:fixed;z-index:99999999;background:#fff;border:1px solid #ececec;border-radius:12px;box-shadow:0 16px 34px rgb(0 0 0 / .14);min-width:260px;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity 0.16s ease,transform 0.18s ease;overflow:hidden}#petbuy-search-suggestions.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}#petbuy-search-suggestions ul{list-style:none;margin:0;padding:8px}#petbuy-search-suggestions li+li{margin-top:6px}#petbuy-search-suggestions button{width:100%;border:none;background:#fff0;text-align:left;padding:10px 12px;border-radius:10px;font-weight:700;color:var(--petbuy-text);cursor:pointer;transition:background 0.16s ease,color 0.16s ease}#petbuy-search-suggestions button:hover,#petbuy-search-suggestions button.is-active{background:#fff6f0;color:#d9662d}.petbuy-search-page{padding-bottom:24px}.petbuy-search__loader{display:none;align-items:center;gap:10px;color:var(--petbuy-muted);margin:10px 0 6px}.petbuy-search__loader.is-visible{display:inline-flex}.petbuy-search__spinner{width:18px;height:18px;border-radius:50%;border:2px solid #f7c7aa;border-top-color:var(--petbuy-orange);animation:petbuy-spin 1s linear infinite}.petbuy-search__results{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:8px 0 24px}.petbuy-search-card{display:flex;gap:12px;background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:14px;box-shadow:0 10px 24px rgb(0 0 0 / .06)}.petbuy-search-card__media{width:96px;height:96px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f7f7f7;display:grid;place-items:center}.petbuy-search-card__media img{width:100%;height:100%;object-fit:cover;display:block}.petbuy-search-card__placeholder{width:100%;height:100%;display:grid;place-items:center;font-weight:800;color:var(--petbuy-muted)}.petbuy-search-card__body{display:flex;flex-direction:column;gap:6px;flex:1}.petbuy-search-card__eyebrow{display:flex;align-items:center;gap:8px;color:var(--petbuy-muted);font-size:12px}.petbuy-search-card__badge{background:#fff1e8;color:#d35d1a;padding:4px 8px;border-radius:999px;font-weight:800}.petbuy-search-card__score{font-weight:700}.petbuy-search-card__title{font-size:16px;margin:0;text-decoration:none;color:var(--petbuy-text);font-weight:800}.petbuy-search-card__title:hover{color:#d9662d}.petbuy-search-card__excerpt{margin:0;color:var(--petbuy-muted);line-height:1.35;font-size:14px}.petbuy-search-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--petbuy-muted)}.petbuy-search-card__price{font-weight:800;color:var(--petbuy-text)}.petbuy-search-card__price-sale{font-weight:800;color:#d35d1a;margin-right:6px}.petbuy-search-card__price-old{text-decoration:line-through;color:var(--petbuy-muted);font-weight:600}.petbuy-search-card__tax{background:#f4f4f4;padding:3px 8px;border-radius:8px}.petbuy-search__empty{color:var(--petbuy-muted);margin:12px 0}.petbuy-search__error{margin-top:12px}.petbuy-search__fallback.is-hidden{display:none}body.petbuy-search-shop-mode .petbuy-mode-switch,body.petbuy-search-shop-mode .petbuy-slider-separator{display:none}body.petbuy-search-shop-mode .petbuy-slider-label{width:auto;min-width:9.5rem}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;height:0;width:0}@keyframes petbuy-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}