.alt-predictive{color:var(--color-body-text,#090c26);padding:4px 0 20px}
.alt-predictive__layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);gap:32px}
.alt-predictive__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid rgba(9,12,38,.12)}
.alt-predictive__heading h2{font-size:20px;line-height:1.25;margin:0}
.alt-predictive__heading h2 span{font:inherit;color:rgba(9,12,38,.62)}
.alt-predictive__heading a{color:#087aa8;font-weight:700;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.alt-predictive__product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.alt-predictive__product-grid li{min-width:0}
.alt-predictive__product-card{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:14px;height:100%;min-height:120px;padding:11px;border:1px solid rgba(9,12,38,.12);border-radius:10px;background:#fff;color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.alt-predictive__product-card:hover,.alt-predictive__product-card:focus-visible{border-color:#0b7aa8;box-shadow:0 7px 22px rgba(9,12,38,.12);transform:translateY(-1px);outline:none}
.alt-predictive__image{display:flex;align-items:center;justify-content:center;width:96px;height:96px;overflow:hidden;border-radius:7px;background:#f7f7f8}
.alt-predictive__image img,.alt-predictive__placeholder{display:block;width:100%;height:100%;object-fit:contain}
.alt-predictive__details{display:flex;flex-direction:column;gap:5px;min-width:0}
.alt-predictive__vendor{font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#687080}
.alt-predictive__title{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:15px;line-height:1.35;font-weight:700}
.alt-predictive__price{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:14px;line-height:1.3}
.alt-predictive__price s{font-size:12px;color:#858b97}
.alt-predictive__content{padding-left:26px;border-left:1px solid rgba(9,12,38,.12)}
.alt-predictive__content-list,.alt-predictive__page-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.alt-predictive__content-list a{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;padding:8px;border-radius:8px;color:inherit;text-decoration:none}
.alt-predictive__content-list a:hover,.alt-predictive__content-list a:focus-visible,.alt-predictive__page-list a:hover,.alt-predictive__page-list a:focus-visible{background:#f5f8fa;color:#087aa8;outline:none}
.alt-predictive__content-image{display:flex;width:72px;height:58px;overflow:hidden;border-radius:6px;background:#f7f7f8}
.alt-predictive__content-image img,.alt-predictive__content-image svg{width:100%;height:100%;object-fit:cover}
.alt-predictive__content-list a>span:last-child,.alt-predictive__page-list a{font-size:14px;line-height:1.35;font-weight:650}
.alt-predictive__pages{margin-top:26px}
.alt-predictive__page-list a{display:block;padding:9px 10px;border-radius:7px;color:inherit;text-decoration:none}
.alt-predictive__muted,.alt-predictive__empty{color:#747b89}
.alt-predictive__empty{padding:56px 20px;text-align:center}
@media(max-width:1199px){.alt-predictive__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:899px){.alt-predictive__layout{grid-template-columns:1fr}.alt-predictive__content{padding:24px 0 0;border-left:0;border-top:1px solid rgba(9,12,38,.12)}}
@media(max-width:599px){.alt-predictive{padding-bottom:10px}.alt-predictive__product-grid{grid-template-columns:1fr}.alt-predictive__product-card{grid-template-columns:84px minmax(0,1fr);min-height:104px;padding:9px}.alt-predictive__image{width:84px;height:84px}.alt-predictive__heading h2{font-size:18px}.alt-predictive__layout{gap:22px}}
.alt-predictive__collection-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.alt-predictive__collection-list a{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;padding:8px;border:1px solid transparent;border-radius:9px;color:inherit;text-decoration:none;transition:background .18s ease,border-color .18s ease}
.alt-predictive__collection-list a:hover,.alt-predictive__collection-list a:focus-visible{background:#f5f8fa;border-color:rgba(11,122,168,.28);color:#087aa8;outline:none}
.alt-predictive__collection-image{display:flex;align-items:center;justify-content:center;width:76px;height:58px;overflow:hidden;border-radius:7px;background:#f7f7f8}
.alt-predictive__collection-image img,.alt-predictive__collection-image svg{width:100%;height:100%;object-fit:cover}
.alt-predictive__collection-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.alt-predictive__collection-title{font-size:14px;line-height:1.3;font-weight:750}
.alt-predictive__collection-label{font-size:11px;line-height:1.2;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:#737b89}
.alt-predictive__collections+.alt-predictive__pages,.alt-predictive__collections+section{margin-top:26px}

.alt-search-correction{max-width:760px;margin:0 auto 18px;padding:12px 16px;border:1px solid rgba(11,122,168,.28);border-radius:9px;background:#f2f9fc;color:#172238;text-align:center;font-size:15px;line-height:1.45}
.alt-search-empty{max-width:720px;margin:0 auto;padding:46px 20px;text-align:center;color:#172238}
.alt-search-empty--page{padding:56px 20px 80px}
.alt-search-empty h2{margin:0 0 10px;font-size:clamp(24px,3vw,34px);line-height:1.2}
.alt-search-empty p{margin:0 auto 22px;color:#687080;font-size:16px;line-height:1.5}
.alt-search-empty__links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.alt-search-empty__links a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 17px;border:1px solid #c8cad3;border-radius:999px;color:#0b1030;font-weight:750;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease}
.alt-search-empty__links a:hover,.alt-search-empty__links a:focus-visible{background:#075f98;border-color:#075f98;color:#fff;outline:none}
@media(max-width:599px){.alt-search-correction{margin-bottom:14px;padding:10px 12px;font-size:14px}.alt-search-empty{padding:34px 8px}.alt-search-empty--page{padding:42px 12px 64px}.alt-search-empty__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.alt-search-empty__links a{width:100%}}
