.m-search-form{position:relative}.m-search-form__wrapper{position:relative;display:flex;align-items:center;background:rgb(var(--color-form-field));color:rgb(var(--color-form-field-text));border-radius:var(--inputs-radius)}.m-search-form select{width:100%;padding-left:var(--form-field-horizontal-spacing, 12px);text-overflow:ellipsis;white-space:nowrap}.m-search-form select:focus{outline:none}.m-search-form__select{max-width:10rem;position:absolute;top:0;left:0;height:100%;display:flex;align-items:center;padding-right:calc(var(--form-field-horizontal-spacing, 12px) - 5px);width:100%;color:rgb(var(--color-foreground));font-weight:500}.m-search-form__select:after{content:"";position:absolute;top:50%;right:0;border-right:solid 1px rgb(var(--color-border));width:1px;height:calc(100% - 20px);transform:translateY(-50%)}@media screen and (max-width: 767px){.m-search-form__select{max-width:8rem}}.m-search-form__buttons{position:absolute;right:0;top:0;height:100%;display:flex}.m-search-form__search--button,.m-search-form__reset--button{padding:0 var(--form-field-horizontal-spacing, 12px);height:100%}.m-search-form__search--button svg,.m-search-form__reset--button svg{margin:0 auto}.m-search-form__search--button{right:0;background-color:rgb(var(--color-button, var(--color-button)));color:rgb(var(--color-button-text, var(--color-button-text)));border-radius:0px var(--inputs-radius) var(--inputs-radius) 0px}.m-search-form__search--button.search__button--text{background-color:#0000;color:rgb(var(--color-primary));position:relative}.m-search-form__search--button.search__button--text:before{content:"";position:absolute;left:0;height:50%;width:1px;background:rgba(var(--color-form-field-text),.2);top:50%;transform:translateY(-50%)}.m-search-form__search--button.search__button--icon-plain{background-color:#0000;color:rgb(var(--color-form-field-text))}.m-search-form__reset--button{color:rgb(var(--color-form-field-text))}.m-search-form__reset--button svg{width:18px}.m-search-form__has-filter .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px) + 10rem)}@media screen and (max-width: 767px){.m-search-form__has-filter .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px) + 8rem)}}.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:translate(-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),.04)}.m-predictive-search__heading{margin:0 15px 12px}@media screen and (max-width: 639px){.m-predictive-search__heading{padding:0 0 12px;margin:0 15px 12px;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),.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:#0000}.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{background-color:#0000;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))}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/search.css.map */
