.m-predictive-search{position:absolute;width:100%;top:calc(100% + 10px);z-index:15;border:1px solid rgb(var(--color-border));display:none;background-color:rgb(var(--color-background));overflow-y:auto;border-radius:var(--corner-radius)}@media screen and (min-width: 1280px){.m-predictive-search{min-width:750px;left:50%;transform:translateX(-50%)}}@media screen and (max-width: 767px){.m-predictive-search{top:100%}}predictive-search[open] .m-predictive-search{display:block;max-height:var(--search-result-max-height)}@media screen and (max-width: 767px){predictive-search[open] .m-predictive-search{max-height:calc(var(--search-result-max-height) - var(--search-modal-height))}}.m-predictive-search__results-groups-wrapper{display:flex}.m-predictive-search__results-groups-wrapper--no-products .m-predictive-search__result-group:nth-child(2){display:none}.m-predictive-search__results-groups-wrapper--no-products .m-predictive-search__result-group:first-child{flex-grow:1}@media screen and (max-width: 639px){.m-predictive-search__results-groups-wrapper{flex-direction:column}}.m-predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;padding:24px 0;gap:24px}.m-predictive-search__result-group:first-child{flex:0 0 40%}.m-predictive-search__result-group:nth-child(2){border-left:1px solid rgba(var(--color-border))}.m-predictive-search__result-group:only-child{flex-grow:1}@media screen and (max-width: 639px){.m-predictive-search__result-group{padding-bottom:0}}.m-predictive-search__search-for-button button{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px;color:rgb(var(--color-foreground))}.m-predictive-search__search-for-button button::after{position:absolute;top:0;left:15px;width:calc(100% - 30px);height:1px;content:"";background-color:rgb(var(--color-border))}@media screen and (max-width: 639px){.m-predictive-search__search-for-button button::after{left:15px;width:calc(100% - 30px)}}.m-predictive-search__search-for-button button:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground), 0.04)}.m-predictive-search__heading{margin:0 15px 12px}@media screen and (max-width: 639px){.m-predictive-search__heading{padding:0 0 12px 0;margin:0 15px 12px 15px;border-bottom:1px solid rgb(var(--color-border))}}.m-predictive-search__list-item{color:rgb(var(--color-foreground-secondary));text-transform:capitalize;transition:all var(--m-duration-default) ease}.m-predictive-search__list-item:hover>*{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground), 0.04)}.m-predictive-search__list-item:hover .m-predictive-search__item-heading{text-decoration:underline;text-underline-offset:3px}.m-predictive-search__item{display:block;padding:4px 15px}.m-predictive-search__item-query-result mark{background-color:rgba(0,0,0,0)}.m-predictive-search__item-query-result *:not(mark){font-weight:bolder}.m-predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:70px 1fr;grid-column-gap:16px;grid-template-areas:"product-image product-content";margin-bottom:12px}@media screen and (max-width: 639px){.m-predictive-search__item--link-with-thumbnail{grid-template-columns:50px 1fr}}.m-predictive-search__item .m-price{margin-top:5px}.m-predictive-search__image{grid-area:product-image;object-fit:contain}.m-predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column;justify-content:center}.m-search-template .m-search-form{width:600px;max-width:100%;margin-top:30px}@media screen and (max-width: 767px){.m-search-template .m-search-form{width:100%}}.m-search-template__header{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 767px){.m-search-template__header{padding-top:30px;padding-bottom:30px}}.m-search-item-page{position:relative;padding:15px}.m-search-item-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;border-width:1px;border-style:solid;border-color:rgb(var(--color-border));border-radius:var(--corner-radius)}.m-search-modal{transform:translateY(-15px);visibility:hidden;opacity:0}.m-search-modal__content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 15px;position:relative;column-gap:12px}.m-search-modal .m-search-form{position:static}.m-search-modal .m-predictive-search{left:0;width:100%}.m-modal__container[open]>.m-search-modal{transition:transform var(--m-duration-default) ease,visibility var(--m-duration-default) ease,opacity var(--m-duration-default) ease}.m-modal-open[open]>.m-search-modal{transform:translate(0);visibility:visible;opacity:1}body.template-search{display:flex;flex-direction:column}body.template-search .m-main-content{flex-grow:1}@media screen and (max-width: 767px){.m-search-modal{position:fixed;bottom:auto}.m-search-modal__content{padding:16px 15px;display:flex;flex-direction:column}.m-search-modal__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:12px}.m-search-modal .m-search-form__wrapper{display:flex;background-color:rgba(0,0,0,0);display:flex;flex-direction:column;row-gap:8px}.m-search-modal .m-search-form__select{position:static;max-width:100%;width:100%;padding:0}.m-search-modal .m-search-form__select::after{display:none}.m-search-modal .m-search-form__select select{background-color:rgb(var(--color-form-field));color:rgb(var(--color-form-field-text));border-radius:var(--inputs-radius);height:44px;background-position-x:calc(100% - 15px);border:1px solid rgb(var(--color-border))}.m-search-modal .m-search-form__select select:focus{border-color:rgb(var(--color-foreground))}.m-search-modal .m-search-form__has-filter .m-search-form__buttons{height:calc(100% - 52px);top:auto;bottom:0}.m-search-modal .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px))}}
