.search-modal{--optiqq-modal-radius: 18px;--optiqq-modal-border: rgb(var(--color-foreground-rgb) / .08);--optiqq-row-hover: rgb(var(--color-foreground-rgb) / .04);--optiqq-muted: rgb(var(--color-foreground-rgb) / .6);--optiqq-subtle: rgb(var(--color-foreground-rgb) / .45);--optiqq-divider: rgb(var(--color-foreground-rgb) / .06);--optiqq-thumb-size: 60px;--optiqq-thumb-size-desktop: 68px;--optiqq-thumb-radius: 10px}.search-modal__content{--modal-width: min(640px, 92dvw) !important;border:1px solid var(--optiqq-modal-border);overflow-x:hidden!important}@media screen and (min-width:750px){.search-modal__content{width:min(640px,92dvw)!important;max-width:640px;margin-block-start:max(8vh,64px)}}.search-modal .predictive-search-form,.search-modal .predictive-search-form__content-wrapper,.search-modal .predictive-search-form__content,.search-modal .predictive-search-results__products,.search-modal .recently-viewed-wrapper,.search-modal .predictive-search-results__list,.search-modal .predictive-search-results__wrapper-products{overflow-x:hidden!important;max-width:100%;box-sizing:border-box}.dialog-modal[open].search-modal__content{border-radius:var(--optiqq-modal-radius);box-shadow:0 30px 80px -20px #00000040,0 8px 24px -8px #0000001a}.dialog-modal[open].search-modal__content::backdrop{background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media screen and (max-width:749px){.dialog-modal[open].search-modal__content{border-radius:0}}.search-modal .predictive-search-form__header{padding:14px 18px;border:0;background:var(--color-background);border-bottom:1px solid var(--optiqq-divider)}.search-modal .predictive-search-form__header-inner{border:0;background:transparent;border-radius:0}.search-modal input.search-input{font-size:16px;line-height:1.4;font-weight:400;letter-spacing:-.01em;padding-block:8px;padding-inline-start:calc(var(--icon-size-lg) + 16px);padding-inline-end:8px;color:var(--color-foreground);background:transparent}.search-modal input.search-input::placeholder{color:var(--optiqq-subtle);font-weight:400}.search-modal .predictive-search__icon{left:0;color:var(--optiqq-muted);transition:color .2s ease,transform .3s cubic-bezier(.22,1,.36,1)}.search-modal .predictive-search-form__header-inner:focus-within .predictive-search__icon{color:var(--color-foreground);transform:scale(1.06)}.search-modal .predictive-search__close-modal-button{margin-inline-start:12px;border-radius:50%;transition:background-color .18s ease}.search-modal .predictive-search__close-modal-button:hover{background-color:rgb(var(--color-foreground-rgb) / .06)}.search-modal .predictive-search__reset-button{font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--optiqq-muted)}.search-modal .dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden])):before{display:none}.search-modal .predictive-search-results__title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--optiqq-muted);margin:18px 18px 6px}.search-modal .predictive-search-results__title:first-of-type{margin-block-start:14px}.search-modal .predictive-search-results__products{padding-inline:8px}.search-modal .predictive-search-results__clear.button-unstyled{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--optiqq-muted);text-decoration:none;transition:color .18s ease}.search-modal .predictive-search-results__clear.button-unstyled:hover{color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px}.search-modal .predictive-search-results__list.predictive-search-results__wrapper-products{display:flex;flex-direction:column;gap:0;padding-block:4px 8px;grid-template-columns:none!important}.search-modal .predictive-search-results__card.predictive-search-results__card--product{border-radius:12px;padding:8px 10px;margin:0!important;transition:background-color .18s ease}.search-modal .predictive-search-results__card.predictive-search-results__card--product:hover{background-color:var(--optiqq-row-hover);padding:8px 10px!important;margin:0!important;border-radius:12px}.search-modal .predictive-search-results__card.predictive-search-results__card--product:is([aria-selected=true].keyboard-focus,:focus-visible,:has(.resource-card:focus-visible)){background-color:var(--optiqq-row-hover);padding:8px 10px!important;margin:0!important;outline:1px solid var(--optiqq-modal-border);border-radius:12px}.search-modal .predictive-search-results__card--product .resource-card{display:grid;grid-template-columns:var(--optiqq-thumb-size) minmax(0,1fr);gap:14px;align-items:center;row-gap:0;height:auto;width:100%;max-width:100%;min-width:0;opacity:1;animation:optiqq-search-row-in .32s cubic-bezier(.22,1,.36,1) backwards}@media screen and (min-width:750px){.search-modal .predictive-search-results__card--product .resource-card{grid-template-columns:var(--optiqq-thumb-size-desktop) minmax(0,1fr);gap:16px}}.search-modal .predictive-search-results__card--product .resource-card__media{width:var(--optiqq-thumb-size);height:var(--optiqq-thumb-size);border-radius:var(--optiqq-thumb-radius);overflow:hidden;background:rgb(var(--color-foreground-rgb) / .04);flex-shrink:0;aspect-ratio:1 / 1!important}@media screen and (min-width:750px){.search-modal .predictive-search-results__card--product .resource-card__media{width:var(--optiqq-thumb-size-desktop);height:var(--optiqq-thumb-size-desktop)}}.search-modal .predictive-search-results__card--product .resource-card__image{width:100%;height:100%;aspect-ratio:1 / 1!important;object-fit:cover;border-radius:0;transition:transform .32s cubic-bezier(.22,1,.36,1)}.search-modal .predictive-search-results__card--product:hover .resource-card__image{transform:scale(1.05)}.search-modal .predictive-search-results__card--product .resource-card__image--secondary{opacity:0;transition:opacity .25s ease}.search-modal .predictive-search-results__card--product:hover .resource-card__image--secondary{opacity:1}.search-modal .predictive-search-results__card--product .resource-card__content{display:flex;flex-direction:column;gap:2px;min-width:0;max-width:100%;overflow:hidden}.search-modal .predictive-search-results__card--product .resource-card__title{font-size:14px;line-height:1.35;font-weight:500;letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin:0;color:var(--color-foreground)}.search-modal .predictive-search-results__card--product .resource-card__content .price,.search-modal .predictive-search-results__card--product .resource-card__content .price *{font-size:13px;line-height:1.3;font-weight:500;color:var(--optiqq-muted)}@media screen and (min-width:750px){.search-modal .predictive-search-results__card--product .resource-card__title{font-size:14.5px}}.search-modal .recently-viewed-wrapper{display:block!important;width:100%;max-width:100%;min-width:0}.search-modal .recently-viewed-wrapper .predictive-search-results__list{display:flex;flex-direction:column;gap:0;padding-block-end:8px;width:100%;max-width:100%;min-width:0}.search-modal .recently-viewed-wrapper .predictive-search-results__title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;max-width:calc(100% - 36px)}.search-modal .recently-viewed-wrapper .predictive-search-results__title>:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-modal .predictive-search-results__no-results{margin:36px 18px;text-align:center;font-size:14px;color:var(--optiqq-muted);letter-spacing:-.005em}.search-modal .predictive-search-results__no-results:before{content:"";display:block;width:36px;height:36px;margin:0 auto 12px;border-radius:50%;background:rgb(var(--color-foreground-rgb) / .06) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat center / 18px 18px;color:var(--color-foreground)}.search-modal .predictive-search__search-button{border-radius:999px;font-size:13px;font-weight:600;padding:12px 28px;letter-spacing:.02em}@media screen and (min-width:750px){.search-modal .predictive-search-form__footer{--to-top-gradient-background: linear-gradient( to top, rgb(var(--color-background-rgb) / .95), rgb(var(--color-background-rgb) / .85), rgb(var(--color-background-rgb) / .4), transparent )}}.search-modal .predictive-search-form__content{padding-block-end:24px}.search-modal .predictive-search-form__content:before{content:"";position:sticky;top:0;display:block;height:0}@keyframes optiqq-search-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.search-modal .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(1){animation-delay:0ms}.search-modal .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2){animation-delay:40ms}.search-modal .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3){animation-delay:80ms}.search-modal .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4){animation-delay:.12s}.search-modal .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n+5){animation-delay:.16s}@media(prefers-reduced-motion:reduce){.search-modal .predictive-search-results__card--product .resource-card,.search-modal .predictive-search-results__card--product .resource-card__image,.dialog-modal[open].search-modal__content{animation:none;transition:none}.search-modal .predictive-search-results__card.predictive-search-results__card--product:hover .resource-card__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/optiqq-search.css.map */
