.lk-shade-search{margin:24px 0}
.lk-search-form,.lk-ai-shell{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap;margin-top:18px}
.lk-search-form .lk-field,.lk-ai-shell .lk-field{flex:1 1 280px}
.lk-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:20px}
.lk-product-card{border:1px solid var(--lk-border);border-radius:var(--lk-radius-md);overflow:hidden;background:var(--lk-surface);box-shadow:var(--lk-shadow-sm);transition:transform .18s ease,box-shadow .18s ease}
.lk-product-card:hover{transform:translateY(-2px);box-shadow:var(--lk-shadow-md)}
.lk-product-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f6f6f6;border-radius:0!important}
.lk-product-card__body{padding:15px}
.lk-product-card__brand{font-size:11px;color:var(--lk-muted);text-transform:uppercase;letter-spacing:.09em}
.lk-product-card__title{font-weight:800;margin:5px 0 7px;line-height:1.25}
.lk-product-card__title a{color:var(--lk-text);text-decoration:none}
.lk-product-card__meta{font-size:13px;color:var(--lk-muted)}
.lk-product-card__price{margin-top:10px;font-weight:850}
.lk-product-card__more{display:inline-flex;align-items:center;min-height:40px;margin-top:13px;border-bottom:1px solid currentColor;color:var(--lk-text);font-size:11px;font-weight:850;letter-spacing:.1em;text-decoration:none}
.lk-empty{grid-column:1/-1;padding:18px;border:1px dashed var(--lk-border);border-radius:var(--lk-radius-sm);background:var(--lk-soft);color:var(--lk-muted)}
.lk-ai-answer{margin-top:14px}
.lk-ai-answer__content{padding:18px;border:1px solid var(--lk-border);border-radius:var(--lk-radius-md);background:var(--lk-soft);color:var(--lk-text);line-height:1.65}
@media(max-width:560px){.lk-search-form .lk-btn,.lk-ai-shell .lk-btn{width:100%}}
