[hidden]{display:none!important}
.header-actions{display:flex;align-items:center;gap:8px}
#productResults{min-height:80px;max-height:55vh;overflow:auto}
#productResults>p{text-align:center;color:#718097;padding:18px 8px;margin:0}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:2px}
.product-card{position:relative;min-width:0;border:1px solid var(--line);border-radius:15px;background:#fff;padding:12px;display:flex;flex-direction:column;align-items:stretch;gap:6px;text-align:left;transition:.18s}
.product-card:hover{border-color:var(--blue);box-shadow:0 7px 18px #0758dc18;transform:translateY(-1px)}
.product-card img,.product-no-image{width:100%;height:110px;border-radius:10px;object-fit:contain;background:#f4f7fb}
.product-no-image{display:grid;place-items:center;color:#9aa9bd;font-size:34px}
.product-name{font-weight:750;line-height:1.25;min-height:38px;overflow-wrap:anywhere}
.product-card small,.product-meta{color:#718097;font-size:12px}
.product-card strong{color:var(--blue);font-size:16px;margin-top:auto}
.product-card del{color:#8b96a8;font-size:12px}.promo-badge{position:absolute;top:18px;right:18px;background:#e72f4f;color:#fff;border-radius:999px;padding:4px 7px;font-size:11px;font-style:normal;font-weight:800;box-shadow:0 3px 9px #0002}
.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:5px}.product-actions button{border:0;border-radius:9px;padding:8px 5px;background:var(--blue);color:#fff;font-size:12px;font-weight:750}.product-actions button[data-mode=gift]{background:#fff1ce;color:#7b5500;border:1px solid #efcf7f}.gift-tag{display:inline-block;background:#fff1ce;color:#7b5500;border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal;vertical-align:middle}
@media(max-width:580px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card img,.product-no-image{height:90px}}
