.predictive-search{padding:28px 0 44px;color:var(--ll-search-color,var(--search-text,#111));background:var(--ll-search-bg,var(--search-bg,#fff))}.predictive-search__heading{margin:0;color:var(--ll-search-muted,#666);font-size:10px;font-weight:650;letter-spacing:.14em;text-transform:uppercase}.predictive-search__queries{padding-bottom:22px;border-bottom:1px solid var(--ll-search-border,var(--search-border,#ddd))}.predictive-search__query-list{display:flex;flex-wrap:wrap;gap:7px 24px;margin:12px 0 0;padding:0;list-style:none}.predictive-search__query{display:grid;grid-template-columns:15px minmax(0,1fr) 14px;gap:9px;align-items:center;min-height:44px;color:inherit;font-size:13px;text-decoration:none}.predictive-search__query mark{padding:0;color:inherit;background:transparent;font-weight:700}.predictive-search__query .icon{width:14px;height:14px}.predictive-search__query .icon:last-child{opacity:.45}.predictive-search__products{padding-top:24px}.predictive-search__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.predictive-search__section-head>span{color:var(--ll-search-muted,#666);font-size:10px}.predictive-search__product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.predictive-search__product{position:relative;display:grid;height:100%;color:inherit;background:var(--ll-search-surface,var(--search-surface,#f5f5f3));text-decoration:none}.predictive-search__media{display:block;overflow:hidden;aspect-ratio:1;background:var(--ll-search-surface,var(--search-surface,#f5f5f3))}.predictive-search__media img,.predictive-search__media svg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .38s cubic-bezier(.22,1,.36,1)}.predictive-search__product-copy{display:grid;gap:8px;padding:14px 38px 16px 14px}.predictive-search__product-copy strong{overflow:hidden;font-size:12px;font-weight:550;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.predictive-search__product .price{display:flex;gap:7px;align-items:center;font-size:11px}.predictive-search__product .price__compare{color:var(--ll-search-muted,#666)}.predictive-search__product-arrow{position:absolute;right:14px;bottom:16px}.predictive-search__product-arrow .icon{width:14px;height:14px}.predictive-search__product:hover .predictive-search__media img{transform:scale(1.035)}.predictive-search__secondary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:30px;padding-top:24px;border-top:1px solid var(--ll-search-border,var(--search-border,#ddd))}.predictive-search__text-list{display:grid;gap:0;margin:10px 0 0;padding:0;list-style:none}.predictive-search__text-result{display:grid;grid-template-columns:minmax(0,1fr) 14px;gap:10px;align-items:center;min-height:44px;padding:9px 0;color:inherit;border-bottom:1px solid color-mix(in srgb,var(--ll-search-border,var(--search-border,#ddd)) 70%,transparent);font-size:12px;text-decoration:none}.predictive-search__text-result .icon{width:13px;height:13px}.predictive-search__option[aria-selected=true]>*{outline:2px solid currentColor;outline-offset:2px}.predictive-search__empty{display:grid;min-height:220px;place-content:center;justify-items:center;text-align:center}.predictive-search__empty>.icon{width:26px;height:26px;margin-bottom:14px}.predictive-search__empty p{margin:0 0 7px;font-size:15px}.predictive-search__empty span{color:var(--ll-search-muted,#666);font-size:12px}.predictive-search__footer{margin-top:28px;padding-top:18px;border-top:1px solid var(--ll-search-border,var(--search-border,#ddd))}.predictive-search__all{display:flex;gap:18px;align-items:center;justify-content:space-between;min-height:44px;color:inherit;font-size:11px;font-weight:650;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.predictive-search__all .icon{width:15px;height:15px}.predictive-search-host--hide-images .predictive-search__media{display:none}.predictive-search-host--hide-images .predictive-search__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.predictive-search-host--hide-prices .predictive-search__product .price{display:none}@media(max-width:989px){.predictive-search__product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.predictive-search{padding:18px 0 34px}.predictive-search__query-list{display:grid;gap:0}.predictive-search__query{min-height:44px;border-bottom:1px solid var(--ll-search-border,var(--search-border,#ddd))}.predictive-search__products{padding-top:20px}.predictive-search__product-grid,.predictive-search-host--hide-images .predictive-search__product-grid{grid-template-columns:1fr;gap:0}.predictive-search__product{grid-template-columns:82px minmax(0,1fr) 22px;align-items:center;min-height:103px;background:transparent;border-bottom:1px solid var(--ll-search-border,var(--search-border,#ddd))}.predictive-search__media{grid-column:1;grid-row:1;width:82px}.predictive-search__product-copy{grid-column:2;grid-row:1;padding:12px 14px}.predictive-search__product-copy strong{font-size:13px;white-space:normal}.predictive-search__product-arrow{position:static;grid-column:3;grid-row:1}.predictive-search-host--hide-images .predictive-search__product{grid-template-columns:minmax(0,1fr) 22px}.predictive-search-host--hide-images .predictive-search__product-copy{grid-column:1}.predictive-search-host--hide-images .predictive-search__product-arrow{grid-column:2}.predictive-search__secondary{grid-template-columns:1fr;gap:22px;margin-top:22px;padding-top:20px}.predictive-search__footer{position:sticky;bottom:0;margin:20px -18px 0;padding:10px 18px;background:var(--ll-search-bg,var(--search-bg,#fff));border-top:1px solid var(--ll-search-border,var(--search-border,#ddd))}}@media(prefers-reduced-motion:reduce){.predictive-search__media img,.predictive-search__media svg{transition:none}}html body dialog.ll-header-search{box-sizing:border-box;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:clamp(88px,10vh,112px) 0 32px;overflow:auto;color:var(--ll-search-color);background:transparent;border:0;transform:none}html body dialog.ll-header-search::backdrop{background:#05070a2e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}html body dialog.ll-header-search.is-closing{opacity:0;transform:translateY(-8px)}html body .ll-header-search predictive-search.ll-header-search__shell{position:relative;display:flex;width:min(calc(100% - 32px),680px);height:auto;min-height:0;max-height:none;margin:0 auto;padding:8px;overflow:visible;color:var(--ll-search-color);background:var(--ll-search-bg);border:1px solid color-mix(in srgb,var(--ll-search-border) 80%,transparent);border-radius:16px;box-shadow:0 18px 55px #0000002b;transition:width .26s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}html body .ll-header-search predictive-search.ll-header-search__shell:not([data-predictive-view=popular]){width:min(calc(100% - 32px),920px);padding-bottom:0;overflow:hidden}html body .ll-header-search .ll-header-search__top{position:absolute;z-index:4;top:12px;right:12px;display:block}html body .ll-header-search .ll-header-search__top>div{display:none}html body .ll-header-search .ll-dialog-close{display:grid;width:40px;height:40px;padding:0;color:var(--ll-search-muted);background:transparent;border:0;border-radius:10px;cursor:pointer;place-items:center;transition:color .16s ease,background-color .16s ease}html body .ll-header-search .ll-dialog-close:hover{color:var(--ll-search-color);background:var(--ll-search-surface)}html body .ll-header-search .ll-dialog-close .icon{width:17px;height:17px}html body .ll-header-search .ll-header-search__form{display:grid;grid-template-columns:minmax(0,1fr) 34px 40px;align-items:center;min-height:48px;margin:0 46px 0 0;padding:0 4px 0 16px;background:var(--ll-search-surface);border:1px solid transparent;border-radius:12px;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}html body .ll-header-search .ll-header-search__form:focus-within{background:var(--ll-search-bg);border-color:color-mix(in srgb,var(--ll-search-color) 42%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--ll-search-color) 7%,transparent)}html body .ll-header-search .ll-header-search__form input{height:46px;padding:0;font-size:15px;outline:none;box-shadow:none}html body .ll-header-search .ll-header-search__clear{display:grid;width:32px;height:32px;color:var(--ll-search-muted);border-radius:8px;place-items:center}html body .ll-header-search .ll-header-search__clear:hover{color:var(--ll-search-color);background:color-mix(in srgb,var(--ll-search-color) 6%,transparent)}html body .ll-header-search .ll-header-search__submit{position:relative;display:block;width:38px;height:38px;color:var(--ll-search-color);background:transparent;border-radius:9px}html body .ll-header-search .ll-header-search__submit:hover{background:color-mix(in srgb,var(--ll-search-color) 6%,transparent)}html body .ll-header-search .ll-header-search__submit .icon{display:none}html body .ll-header-search .ll-header-search__submit:before{position:absolute;top:10px;left:10px;width:12px;height:12px;content:"";border:1.6px solid currentColor;border-radius:50%}html body .ll-header-search .ll-header-search__submit:after{position:absolute;top:23px;left:23px;width:7px;height:1.6px;content:"";background:currentColor;border-radius:99px;transform:rotate(45deg);transform-origin:left center}html body .ll-header-search predictive-search[data-predictive-view=popular] .ll-header-search__panel{display:none}html body .ll-header-search predictive-search:not([data-predictive-view=popular]) .ll-header-search__panel{flex:0 1 auto;max-height:none;margin-top:8px;overflow:visible;border-top:1px solid var(--ll-search-border)}html body .ll-header-search .predictive-search{padding:16px 8px 12px;background:transparent}html body .ll-header-search .predictive-search__queries{padding-bottom:14px}html body .ll-header-search .predictive-search__query-list{gap:7px;margin-top:10px}html body .ll-header-search .predictive-search__query{grid-template-columns:14px minmax(0,1fr);gap:7px;min-height:36px;padding:0 12px;background:var(--ll-search-surface);border:1px solid color-mix(in srgb,var(--ll-search-border) 78%,transparent);border-radius:999px;font-size:12px}html body .ll-header-search .predictive-search__query .icon:last-child{display:none}html body .ll-header-search .predictive-search__products{padding-top:14px}html body .ll-header-search .predictive-search__section-head{margin-bottom:8px}html body .ll-header-search .predictive-search__product-grid,html body .ll-header-search .predictive-search-host--hide-images .predictive-search__product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}html body .ll-header-search .predictive-search__product{grid-template-columns:82px minmax(0,1fr) 18px;align-items:center;min-height:92px;background:transparent;border-bottom:1px solid color-mix(in srgb,var(--ll-search-border) 72%,transparent);transition:background-color .16s ease}html body .ll-header-search .predictive-search__product:hover{background:color-mix(in srgb,var(--ll-search-surface) 72%,transparent)}html body .ll-header-search .predictive-search__media{grid-column:1;grid-row:1;width:74px;margin:8px 0;overflow:hidden;aspect-ratio:1;background:var(--ll-search-surface);border-radius:10px}html body .ll-header-search .predictive-search__media img,html body .ll-header-search .predictive-search__media svg{object-fit:contain}html body .ll-header-search .predictive-search__product:hover .predictive-search__media img{transform:none}html body .ll-header-search .predictive-search__product-copy{grid-column:2;grid-row:1;gap:6px;padding:10px 10px 10px 0}html body .ll-header-search .predictive-search__product-copy strong{display:-webkit-box;overflow:hidden;font-size:12.5px;line-height:1.35;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}html body .ll-header-search .predictive-search__product-arrow{position:static;display:grid;grid-column:3;grid-row:1;place-items:center}html body .ll-header-search .predictive-search__secondary{display:none}html body .ll-header-search .predictive-search__footer{position:static;margin-top:12px;padding-top:0;border-top:0}html body .ll-header-search .predictive-search__all{min-height:44px;padding:0 14px;color:var(--ll-search-bg);background:var(--ll-search-color);border-radius:10px}html body .ll-header-search .predictive-search__empty{min-height:140px}html body .ll-header-search .ll-predictive-loading{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding:16px 8px}html body .ll-header-search .ll-predictive-loading span{min-height:92px;border-radius:10px}@media(max-width:749px){html body dialog.ll-header-search{width:100%;height:100dvh;max-height:none;padding:10px 0 0;overflow:hidden}html body dialog.ll-header-search::backdrop{background:#05070a1f;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}html body .ll-header-search predictive-search.ll-header-search__shell,html body .ll-header-search predictive-search.ll-header-search__shell:not([data-predictive-view=popular]){width:calc(100% - 20px);max-height:calc(100dvh - 20px);padding:8px;border-radius:15px;box-shadow:0 14px 38px #00000029}html body .ll-header-search .ll-header-search__top{top:12px;right:12px}html body .ll-header-search .ll-dialog-close{width:38px;height:38px}html body .ll-header-search .ll-header-search__form{grid-template-columns:minmax(0,1fr) 32px 36px;min-height:46px;margin-right:42px;padding-left:13px}html body .ll-header-search .ll-header-search__form input{height:44px;font-size:16px}html body .ll-header-search .ll-header-search__clear{width:30px;height:30px}html body .ll-header-search .ll-header-search__submit{width:34px;height:34px}html body .ll-header-search .ll-header-search__submit:before{top:8px;left:8px}html body .ll-header-search .ll-header-search__submit:after{top:21px;left:21px}html body .ll-header-search predictive-search:not([data-predictive-view=popular]) .ll-header-search__panel{flex:0 1 auto;max-height:calc(100dvh - 78px);margin:8px -8px -8px;padding:0 8px 8px;overflow-y:auto;overscroll-behavior:contain}html body .ll-header-search .predictive-search{padding:12px 2px 6px}html body .ll-header-search .predictive-search__queries{padding-bottom:8px}html body .ll-header-search .predictive-search__query-list{display:grid;gap:0;margin-top:6px}html body .ll-header-search .predictive-search__query-list>li:nth-child(n+4){display:none}html body .ll-header-search .predictive-search__query{min-height:42px;padding:0 4px;background:transparent;border:0;border-bottom:1px solid color-mix(in srgb,var(--ll-search-border) 72%,transparent);border-radius:0;font-size:12px}html body .ll-header-search .predictive-search__products{padding-top:12px}html body .ll-header-search .predictive-search__product-grid,html body .ll-header-search .predictive-search-host--hide-images .predictive-search__product-grid{grid-template-columns:1fr;gap:0}html body .ll-header-search .predictive-search__product-grid>li:nth-child(n+5){display:none}html body .ll-header-search .predictive-search__product{grid-template-columns:72px minmax(0,1fr) 18px;min-height:86px}html body .ll-header-search .predictive-search__media{width:64px;margin:7px 0;border-radius:8px}html body .ll-header-search .predictive-search__product-copy{padding:9px 8px 9px 0}html body .ll-header-search .predictive-search__product-copy strong{font-size:12px}html body .ll-header-search .predictive-search__footer{position:sticky;bottom:0;z-index:2;margin:8px -2px 0;padding:7px 2px 2px;background:var(--ll-search-bg)}html body .ll-header-search .predictive-search__all{min-height:46px}html body .ll-header-search .ll-predictive-loading{grid-template-columns:1fr;gap:8px;padding:12px 2px}html body .ll-header-search .ll-predictive-loading span{min-height:86px}}@media(prefers-reduced-motion:reduce){html body .ll-header-search predictive-search.ll-header-search__shell,html body .ll-header-search .ll-header-search__form,html body .ll-header-search .ll-dialog-close,html body .ll-header-search .predictive-search__product{transition:none}}html body .ll-header-search .predictive-search__collections{padding-bottom:14px;border-bottom:1px solid var(--ll-search-border)}html body .ll-header-search .predictive-search__collection-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}html body .ll-header-search .predictive-search__collection-head>span{color:var(--ll-search-muted);font-size:10px}html body .ll-header-search .predictive-search__collection-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}html body .ll-header-search .predictive-search__collection{display:grid;grid-template-columns:48px minmax(0,1fr) 13px;gap:9px;align-items:center;min-height:66px;height:100%;padding:8px;color:inherit;background:color-mix(in srgb,var(--ll-search-surface) 76%,var(--ll-search-bg));border:1px solid color-mix(in srgb,var(--ll-search-border) 78%,transparent);border-radius:11px;text-decoration:none;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}html body .ll-header-search .predictive-search__collection:hover{background:var(--ll-search-surface);border-color:color-mix(in srgb,var(--ll-search-color) 24%,var(--ll-search-border));transform:translateY(-1px)}html body .ll-header-search .predictive-search__collection-media{display:grid;width:48px;height:48px;overflow:hidden;background:var(--ll-search-bg);border-radius:9px;place-items:center}html body .ll-header-search .predictive-search__collection-media img{display:block;width:100%;height:100%;object-fit:cover}html body .ll-header-search .predictive-search__collection-monogram{color:var(--ll-search-muted);font-size:18px;font-weight:550}html body .ll-header-search .predictive-search__collection-copy{display:grid;gap:3px;min-width:0}html body .ll-header-search .predictive-search__collection-copy small{color:var(--ll-search-muted);font-size:8px;font-weight:650;letter-spacing:.11em;line-height:1;text-transform:uppercase}html body .ll-header-search .predictive-search__collection-copy strong{display:-webkit-box;overflow:hidden;font-size:11px;font-weight:600;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:3}html body .ll-header-search .predictive-search__collection-arrow{display:grid;color:var(--ll-search-muted);place-items:center}html body .ll-header-search .predictive-search__collection-arrow .icon{width:12px;height:12px}html body .ll-header-search .predictive-search__collections+.predictive-search__queries{padding-top:14px}@media(max-width:749px){html body .ll-header-search .predictive-search__collections{padding-bottom:10px}html body .ll-header-search .predictive-search__collection-head{margin-bottom:8px}html body .ll-header-search .predictive-search__collection-head>span{display:none}html body .ll-header-search .predictive-search__collection-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}html body .ll-header-search .predictive-search__collection{grid-template-columns:42px minmax(0,1fr);gap:8px;min-height:62px;padding:6px;border-radius:10px}html body .ll-header-search .predictive-search__collection-media{width:42px;height:42px;border-radius:8px}html body .ll-header-search .predictive-search__collection-copy strong{font-size:10.5px}html body .ll-header-search .predictive-search__collection-arrow{display:none}html body .ll-header-search .predictive-search__collections+.predictive-search__queries{padding-top:10px}html body .ll-header-search .predictive-search__collections+.predictive-search__queries .predictive-search__query-list>li:nth-child(n+3){display:none}}@media(prefers-reduced-motion:reduce){html body .ll-header-search .predictive-search__collection{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/227/assets/predictive-search.css.map */
