.z-search-modal__panel{top:clamp(96px,15vh,165px);width:min(1170px,calc(100% - 72px));max-height:calc(100vh - clamp(116px,18vh,190px));border-radius:12px}.z-search-modal__heading{padding:24px 28px 12px}.z-search-modal__heading h2{font-size:18px}.z-search-modal__close-wrap{display:grid;justify-items:center;gap:5px}.z-search-modal__close-wrap small{color:var(--z-ink);font-size:11px}.z-search-modal__close{width:50px;height:50px;border-radius:7px;outline:0;box-shadow:none;transition:border-color .18s ease,background-color .18s ease}.z-search-modal__close:hover{border-color:#9aabb5;background:#f4f8f8}.z-search-modal__close:focus-visible{outline:3px solid #146dff;outline-offset:2px}.z-search-modal__close svg{width:22px;height:22px}.z-modal-search{padding:0 28px}.z-modal-search__form{grid-template-columns:42px minmax(0,1fr) 58px 54px;grid-template-rows:56px auto}.z-modal-search__form:before{height:56px;border-radius:7px}.z-modal-search__form input{height:56px;appearance:none;-webkit-appearance:none;font-size:17px;box-shadow:none}.z-modal-search__form input::-webkit-search-decoration,.z-modal-search__form input::-webkit-search-cancel-button,.z-modal-search__form input::-webkit-search-results-button,.z-modal-search__form input::-webkit-search-results-decoration{display:none;-webkit-appearance:none}.z-modal-search__reset,.z-modal-search__submit{border:0;outline:0;border-radius:6px;box-shadow:none;transition:color .18s ease,background-color .18s ease}.z-modal-search__reset{color:var(--z-teal);font:inherit;font-size:13px;font-weight:720}.z-modal-search__submit{border-left:0}.z-modal-search__reset:hover,.z-modal-search__submit:hover{color:var(--z-ink);background:#edf8f8}.z-modal-search__reset:focus-visible,.z-modal-search__submit:focus-visible{outline:2px solid #146dff;outline-offset:-3px}.z-modal-search__reset:before,.z-modal-search__reset:after,.z-modal-search__submit:before,.z-modal-search__submit:after,.z-search-modal__close:before,.z-search-modal__close:after{display:none!important;content:none!important}.z-modal-search__form .z-modal-search__results{margin:18px -28px 0}.z-modal-search__loading-label{display:none;position:absolute!important;z-index:5!important;top:72px;left:50%;align-items:center;gap:9px;transform:translate(-50%);color:var(--z-muted);font-size:13px;white-space:nowrap}.z-modal-search__loading-label:before{content:"";width:20px;height:20px;border:3px dotted var(--z-teal);border-radius:50%;animation:z-search-spin 1s linear infinite}.z-modal-search[loading] .z-modal-search__loading-label{display:flex}@keyframes z-search-spin{to{transform:rotate(360deg)}}.z-modal-search .z-predictive{padding-top:38px}.z-predictive__grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.75fr);gap:28px;padding:0 28px 18px}.z-predictive__discovery{min-width:0;padding-right:28px;border-right:1px solid var(--z-line)}.z-predictive__heading{margin:0 0 8px;color:var(--z-ink);font-size:15px;font-weight:820}.z-predictive__list,.z-predictive__collection-list,.z-predictive__page-list{margin:0;padding:0;list-style:none}.z-predictive__suggestions{padding:0 0 17px;border:0;border-bottom:1px solid var(--z-line)}.z-predictive__suggestion{min-height:38px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 4px;border:1px solid transparent;border-radius:5px;color:var(--z-ink);font-size:14px;text-decoration:none}.z-predictive__suggestion svg{width:16px}.z-predictive__suggestion small{color:var(--z-muted);font-size:11px}.z-predictive__suggestions li[aria-selected=true] .z-predictive__suggestion,.z-predictive__suggestion:hover{border-color:#146dff}.z-predictive__collections,.z-predictive__pages{padding:17px 0;border-bottom:1px solid var(--z-line)}.z-predictive__collection-list a{min-height:66px;display:grid;grid-template-columns:78px minmax(0,1fr) 15px;align-items:center;gap:12px;color:var(--z-ink);text-decoration:none}.z-predictive__collection-list a>span,.z-predictive__collection-list img,.z-predictive__collection-list svg{width:78px;height:54px;display:block;border-radius:6px;object-fit:cover;background:#f6f3ed}.z-predictive__collection-list b{font-size:13px}.z-predictive__collection-list i{font-size:22px;font-style:normal}.z-predictive__page-list a{min-height:36px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;color:var(--z-ink);text-decoration:none}.z-predictive__page-list a>span{font-size:17px}.z-predictive__page-list b{font-size:12px;font-weight:550}.z-predictive__products{min-width:0}.z-predictive-product{min-height:106px;display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:20px;padding:8px;border:1.5px solid transparent;border-radius:7px;color:var(--z-ink);text-decoration:none}.z-predictive__products li+li{border-top:1px solid #edf0f2}.z-predictive__products li[aria-selected=true] .z-predictive-product,.z-predictive-product:hover{border-color:var(--z-teal);background:#f7ffff}.z-predictive-product__media,.z-predictive-product__media img,.z-predictive-product__media svg{width:130px;height:90px;display:block;border-radius:6px;object-fit:contain;background:#fbfaf7}.z-predictive-product__info{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.z-predictive-product__info b{overflow:hidden;display:-webkit-box;color:var(--z-ink);font-size:15px;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.z-predictive-product__info small{font-size:13px}.z-predictive-product__info .is-available{color:#008c68}.z-predictive-product__info .is-unavailable{color:#6a7180}.z-predictive-product__price{color:var(--z-ink);font-size:17px;font-weight:820}.z-predictive-product__price s{margin-left:12px;color:#727b8d;font-size:13px;font-weight:500}.z-predictive__all{margin:0 28px 24px;border:0}.z-predictive__all button{min-height:54px;border:0;border-radius:7px;outline:0;color:#fff;background:linear-gradient(90deg,#00848f,#009ba4);box-shadow:0 5px 14px #007e8929;font-size:15px;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.z-predictive__all button:before,.z-predictive__all button:after{display:none!important;content:none!important}.z-predictive__all button:hover{background:#007d87;box-shadow:0 7px 18px #00707a38;transform:translateY(-1px)}.z-predictive__all button:focus-visible{outline:3px solid #146dff;outline-offset:3px}.z-predictive-empty{padding:0 40px 32px;text-align:center}.z-predictive-empty__art{width:290px;margin:-20px auto -8px}.z-predictive-empty__art svg{width:100%;height:auto;display:block}.z-predictive-empty h2{margin:0;color:var(--z-ink);font-size:24px;font-weight:820}.z-predictive-empty>p{margin:8px 0 22px;color:var(--z-muted);font-size:15px}.z-predictive-empty__suggestions{max-width:none;margin:0;padding:0;border:0;text-align:left}.z-predictive-empty__suggestions h3{margin:0 0 12px;text-align:center;font-size:19px}.z-predictive-empty__suggestions>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}.z-predictive-empty__suggestions a{min-height:82px;display:grid;grid-template-columns:96px minmax(0,1fr) 18px;align-items:center;gap:14px;padding:8px 12px;border:1px solid var(--z-line);border-radius:7px;color:var(--z-ink);text-decoration:none}.z-predictive-empty__suggestions a>span,.z-predictive-empty__suggestions img,.z-predictive-empty__suggestions svg{width:88px;height:64px;display:block;border-radius:5px;object-fit:cover;background:#faf8f4}.z-predictive-empty__suggestions b{font-size:14px}.z-predictive-empty__suggestions i{font-size:24px;font-style:normal}.z-predictive-empty__actions{max-width:none;margin:18px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:16px;border:0}.z-predictive-empty__actions button,.z-predictive-empty__actions a{min-height:54px;border-radius:7px;font-size:15px;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.z-predictive-empty__actions button:before,.z-predictive-empty__actions button:after{display:none!important;content:none!important}.z-predictive-empty__actions button:hover{border-color:var(--z-teal-dark);background:#f1fafa}.z-predictive-empty__actions a:hover{background:var(--z-teal-dark);box-shadow:0 6px 16px #00707a2e}@media(max-width:1100px){.z-search-modal__panel{top:142px;width:calc(100% - 144px);max-height:calc(100vh - 180px)}.z-predictive__grid{grid-template-columns:minmax(290px,.9fr) minmax(0,1.45fr)}.z-predictive-product{grid-template-columns:125px minmax(0,1fr)}}@media(max-width:749px){.z-search-modal__panel{top:144px;width:calc(100% - 24px);max-height:calc(100vh - 158px);border-radius:12px}.z-search-modal__heading{padding:20px 20px 12px}.z-search-modal__heading h2{font-size:22px}.z-search-modal__close{width:48px;height:48px}.z-modal-search{padding:0 20px}.z-modal-search__form{grid-template-columns:minmax(0,1fr) 54px 48px;grid-template-rows:54px auto}.z-modal-search__form:before{height:54px}.z-modal-search__form input{height:54px;padding-left:14px;font-size:16px}.z-modal-search__form .z-modal-search__results{margin:16px -20px 0}.z-modal-search .z-predictive{padding-top:40px}.z-predictive__grid{display:block;padding:0 20px 12px}.z-predictive__discovery{padding:0;border:0}.z-predictive__suggestions{padding-bottom:15px}.z-predictive__suggestion{min-height:44px;font-size:14px}.z-predictive__products{padding:18px 0 0}.z-predictive-product{min-height:96px;grid-template-columns:112px minmax(0,1fr);gap:13px;padding:6px 0}.z-predictive-product__media,.z-predictive-product__media img,.z-predictive-product__media svg{width:112px;height:82px}.z-predictive-product__info b{font-size:14px}.z-predictive-product__price{font-size:15px}.z-predictive__collections,.z-predictive__pages{padding-block:16px}.z-predictive__all{margin:8px 20px 20px}.z-predictive-empty{padding:0 20px 24px}.z-predictive-empty__art{width:min(350px,92%);margin:-20px auto -4px}.z-predictive-empty h2{font-size:22px;line-height:1.25}.z-predictive-empty>p{font-size:14px}.z-predictive-empty__suggestions h3{font-size:19px}.z-predictive-empty__suggestions>div{grid-template-columns:1fr;gap:8px}.z-predictive-empty__suggestions a{min-height:78px}.z-predictive-empty__actions{grid-template-columns:1fr;gap:10px;margin-top:22px}.z-predictive-empty__actions a{grid-row:1}.z-predictive-empty__actions button{grid-row:2}}@media(max-width:430px){.z-search-modal__panel{top:120px;max-height:calc(100vh - 132px)}.z-search-modal__heading h2{font-size:18px}.z-predictive-product{grid-template-columns:98px minmax(0,1fr)}.z-predictive-product__media,.z-predictive-product__media img,.z-predictive-product__media svg{width:98px;height:76px}}@media(prefers-reduced-motion:reduce){.z-modal-search__loading-label:before{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/zazzytoy-predictive.css.map */
