.search-modal .search-modal__content.dialog-modal{--modal-width: min(640px, 92vw);--modal-max-height: min(560px, 80vh);--search-border-radius: 16px;--search-border-width: 0;border:none;border-radius:var(--search-border-radius);box-shadow:0 4px 6px -1px #0000001a,0 20px 50px -12px #00000040;background:#fff;overflow:hidden}@media screen and (max-width: 749px){.search-modal .search-modal__content.dialog-modal{--modal-width: calc(100% - 32px) ;--search-border-radius: 16px;max-height:calc(100vh - 100px);width:calc(100% - 32px);margin:50px auto auto;top:0;right:0;bottom:0;left:0}}.search-modal .search-modal__content.dialog-modal::backdrop{background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.search-modal .dialog-modal .predictive-search-form__header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border:none;border-bottom:1px solid #eaeaea;border-radius:0}@media screen and (max-width: 749px){.search-modal .dialog-modal .predictive-search-form__header{padding:14px 16px}}.search-modal .dialog-modal .predictive-search-form__header-inner{flex:1;display:flex;align-items:center;position:relative;background:#f5f5f5;border:2px solid transparent;border-radius:12px;transition:all .2s ease}.search-modal .dialog-modal .predictive-search-form__header-inner:focus-within{background:#fff;border-color:var(--color-primary, #860801);outline:none;box-shadow:0 0 0 3px #8608011a}.search-modal .dialog-modal .predictive-search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#888;pointer-events:none;z-index:1}.search-modal .dialog-modal .predictive-search__icon svg{width:18px;height:18px}.search-modal .dialog-modal .predictive-search-form__header-inner:focus-within .predictive-search__icon{color:var(--color-primary, #860801)}.search-modal .dialog-modal .search-input{width:100%;padding:12px 12px 12px 44px;font-size:15px;font-weight:500;color:#1a1a1a;background:transparent;border:none;border-radius:12px;outline:none}.search-modal .dialog-modal .search-input::placeholder{color:#999;font-weight:400}.search-modal .dialog-modal .predictive-search__reset-button{display:flex;align-items:center;justify-content:center;padding:6px 12px;margin-right:8px;font-size:13px;font-weight:600;color:var(--color-primary, #860801);background:transparent;border-radius:6px;transition:background .15s ease;white-space:nowrap}.search-modal .dialog-modal .predictive-search__reset-button:hover{background:#86080114}.search-modal .dialog-modal .predictive-search__close-modal-button{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0;padding:0;background:#f5f5f5;border:none;border-radius:10px;color:#666;transition:background .15s ease;box-shadow:none}.search-modal .dialog-modal .predictive-search__close-modal-button:hover{background:#e8e8e8}.search-modal .dialog-modal .predictive-search__close-modal-button .svg-wrapper,.search-modal .dialog-modal .predictive-search__close-modal-button svg{width:16px;height:16px}.search-modal .dialog-modal .predictive-search-form__content-wrapper{position:relative;top:0;max-height:calc(var(--modal-max-height) - 75px);border-radius:0;background:#fff}.search-modal .dialog-modal .predictive-search-form__content{max-height:calc(var(--modal-max-height) - 75px);padding-bottom:70px;background:#fff;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.search-modal .dialog-modal .predictive-search-form__content::-webkit-scrollbar{width:5px}.search-modal .dialog-modal .predictive-search-form__content::-webkit-scrollbar-track{background:transparent}.search-modal .dialog-modal .predictive-search-form__content::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.search-modal .dialog-modal .predictive-search-results__inner{padding:0}.search-modal .dialog-modal .predictive-search-dropdown{background:#fff}.search-modal .dialog-modal .predictive-search-results__title{display:flex;align-items:center;justify-content:space-between;padding:24px 0 16px;margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#666}.search-modal .dialog-modal .predictive-search-results__title:not(:first-of-type){padding-top:32px;border-top:1px solid #f0f0f0;margin-top:8px}.search-modal .dialog-modal .predictive-search-results__clear.button-unstyled{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary, #860801);padding:6px 12px;margin:0 -12px 0 0;border-radius:6px;opacity:1;transition:background .15s ease}.search-modal .dialog-modal .predictive-search-results__clear.button-unstyled:hover{background:#86080114}.search-modal .dialog-modal .predictive-search-results__products{padding:0 24px 24px}.search-modal .dialog-modal .predictive-search-results__wrapper-products{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;list-style:none;margin:0;padding:0}@media screen and (min-width: 500px){.search-modal .dialog-modal .predictive-search-results__wrapper-products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 620px){.search-modal .dialog-modal .predictive-search-results__wrapper-products{grid-template-columns:repeat(4,1fr)}}.search-modal .dialog-modal .predictive-search-results__card--product{padding:0!important;margin:0!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;width:auto!important;transition:transform .25s ease}.search-modal .dialog-modal .predictive-search-results__card--product:hover{transform:translateY(-4px);background:transparent!important;padding:0!important;margin:0!important}.search-modal .dialog-modal .resource-card{display:flex;flex-direction:column;gap:10px;text-decoration:none}.search-modal .dialog-modal .resource-card__media{position:relative;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;background:#f8f8f8}.search-modal .dialog-modal .resource-card__image{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .4s ease}.search-modal .dialog-modal .predictive-search-results__card--product:hover .resource-card__image{transform:scale(1.05)}.search-modal .dialog-modal .resource-card__content{display:flex;flex-direction:column;gap:2px;padding:0}.search-modal .dialog-modal .resource-card__title{font-size:13px;font-weight:600;line-height:1.35;color:#1a1a1a;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-modal .dialog-modal .resource-card__content .price{font-size:13px;font-weight:700;color:var(--color-primary, #860801)}.search-modal .dialog-modal .resource-card__content .price .compare-at-price{font-size:11px;font-weight:500;color:#999;text-decoration:line-through;margin-left:4px}.search-modal .dialog-modal .predictive-search-form__footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:0;background:#fff;border-top:1px solid #eaeaea;z-index:10}.search-modal .dialog-modal .predictive-search__search-button,.search-modal .dialog-modal .predictive-search__search-button.button,.search-modal .dialog-modal .predictive-search__search-button.button-primary,.search-modal .dialog-modal button.predictive-search__search-button{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 20px!important;margin:0!important;font-size:14px!important;font-weight:600;letter-spacing:.02em;color:var(--color-primary, #860801)!important;background:transparent!important;border:none!important;border-radius:0!important;cursor:pointer;transition:all .2s ease;min-height:auto!important;height:auto!important;box-shadow:none!important}.search-modal .dialog-modal .predictive-search__search-button:hover{background:#8608010a;color:var(--color-primary, #860801);transform:none;box-shadow:none}.search-modal .dialog-modal .predictive-search__search-button:active{background:#86080114}.search-modal .dialog-modal .predictive-search-results__no-results{text-align:center;padding:40px 20px;color:#888;font-size:14px}.search-modal .dialog-modal .predictive-search-results__wrapper-queries{display:flex;flex-wrap:wrap;gap:8px;padding:0 24px 16px;margin:0}.search-modal .dialog-modal .predictive-search-results__pill{padding:8px 14px;font-size:13px;font-weight:500;color:#333;background:#f5f5f5;border:1px solid transparent;border-radius:8px;transition:all .15s ease}.search-modal .dialog-modal .predictive-search-results__pill:hover,.search-modal .dialog-modal .predictive-search-results__pill:focus{background:#8608010f;border-color:#8608011f;color:var(--color-primary, #860801);outline:none;box-shadow:none}.search-modal .dialog-modal .predictive-search-results__pill mark{background:transparent;color:inherit;font-weight:700}.search-modal .dialog-modal .predictive-search-results__card:not(.predictive-search-results__card--product):not(.predictive-search-results__card--query){padding:10px;background:#fff;border:1px solid #eaeaea;border-radius:10px;transition:all .2s ease}.search-modal .dialog-modal .predictive-search-results__card:not(.predictive-search-results__card--product):not(.predictive-search-results__card--query):hover{border-color:var(--color-primary, #860801);box-shadow:0 2px 8px #86080114}.search-modal .dialog-modal .recently-viewed-wrapper{display:block;margin-bottom:8px}.search-modal .dialog-modal .recently-viewed-wrapper .predictive-search-results__wrapper-products{margin-bottom:0}.search-modal .dialog-modal[open].search-modal__content{animation:searchSlideIn .3s cubic-bezier(.32,.72,0,1) forwards}@keyframes searchSlideIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.search-modal .dialog-modal.dialog-closing.search-modal__content{animation:searchSlideOut .2s ease-out forwards}@keyframes searchSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.98)}}@media screen and (max-width: 749px){.search-modal .dialog-modal[open].search-modal__content{animation:searchSlideInMobile .3s cubic-bezier(.32,.72,0,1) forwards}@keyframes searchSlideInMobile{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.search-modal .dialog-modal.dialog-closing.search-modal__content{animation:searchSlideOutMobile .2s ease-out forwards}@keyframes searchSlideOutMobile{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.98)}}}.search-modal .dialog-modal .predictive-search-results__card--product{opacity:0;animation:cardAppear .35s ease forwards}.search-modal .dialog-modal .predictive-search-results__card--product:nth-child(1){animation-delay:.03s}.search-modal .dialog-modal .predictive-search-results__card--product:nth-child(2){animation-delay:.06s}.search-modal .dialog-modal .predictive-search-results__card--product:nth-child(3){animation-delay:.09s}.search-modal .dialog-modal .predictive-search-results__card--product:nth-child(4){animation-delay:.12s}.search-modal .dialog-modal .predictive-search-results__card--product:nth-child(n+5){animation-delay:.15s}@keyframes cardAppear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 749px){.search-modal .dialog-modal .predictive-search-results__inner{padding:0}.search-modal .dialog-modal .predictive-search-results__title{padding:20px 0 14px;font-size:11px}.search-modal .dialog-modal .predictive-search-results__title:not(:first-of-type){padding-top:28px}.search-modal .dialog-modal .predictive-search-results__products{padding:0 20px 20px}.search-modal .dialog-modal .predictive-search-results__wrapper-products{gap:14px}.search-modal .dialog-modal .resource-card__title,.search-modal .dialog-modal .resource-card__content .price{font-size:12px}.search-modal .dialog-modal .predictive-search-form__content{padding-bottom:50px!important}.search-modal .dialog-modal .predictive-search-form__footer{padding:0!important;margin:0!important;padding-block:0!important;position:sticky;border-radius:0 0 16px 16px;border-top:1px solid #f0f0f0;background:#fff}.search-modal .dialog-modal .predictive-search__search-button,.search-modal .dialog-modal .predictive-search__search-button.button,.search-modal .dialog-modal .predictive-search__search-button.button-primary,.search-modal .dialog-modal button.predictive-search__search-button,.search-modal .dialog-modal .button.predictive-search__search-button,.search-modal .dialog-modal .button-primary.predictive-search__search-button{padding:10px 16px!important;padding-block:10px!important;margin:0!important;font-size:13px!important;min-height:unset!important;height:auto!important;line-height:1.2!important;background:transparent!important;box-shadow:none!important}}.search-modal .dialog-modal .resource-card__link:focus-visible{outline:2px solid var(--color-primary, #860801);outline-offset:3px;border-radius:12px}.search-modal .dialog-modal .predictive-search__close-modal-button:focus-visible,.search-modal .dialog-modal .predictive-search__search-button:focus-visible{outline:2px solid var(--color-primary, #860801);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/1/assets/search-premium.css.map */
