.m-search-form{position:relative}.m-search-form__wrapper{position:relative;display:flex;align-items:stretch;background:var(--search-bar-bg);color:var(--search-bar-text);border-radius:var(--search-bar-radius);border:1px solid var(--search-bar-border-color);transition:border-color .2s ease,box-shadow .2s ease}.m-search-form__wrapper:focus-within{border-color:var(--search-bar-text);box-shadow:0 0 0 1px var(--search-bar-text)}.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(--search-bar-radius) var(--search-bar-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{color:var(--search-bar-icon-color)}.m-search-form__search--button.search__button--icon-plain{background-color:#0000;color:var(--search-bar-icon-color)}.m-search-form__reset--button{color:var(--search-bar-icon-color)}.m-search-form__reset--button svg{width:18px}.m-search-form__left-cluster{position:absolute;left:0;top:0;height:100%;display:flex;align-items:stretch;z-index:1;max-width:min(100% - 4.5rem,36rem)}.m-search-form__left-cluster .m-search-form__select{position:relative;max-width:10rem;width:auto;flex:0 0 auto;display:flex;align-items:center;padding-right:calc(var(--form-field-horizontal-spacing, 12px) - 5px);color:rgb(var(--color-foreground));font-weight:500}.m-search-form__left-cluster .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%)}.m-search-form__left-cluster .m-search-form__select:last-child:after{display:none}.m-search-form__has-filter:not(.m-search-form__has-sort):not(.m-search-form__has-category) .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px) + 10rem)}@media screen and (max-width:767px){.m-search-form__has-filter:not(.m-search-form__has-sort):not(.m-search-form__has-category) .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px) + 8rem)}}.m-search-form__has-sort:not(.m-search-form__has-filter) .search__input,.m-search-form__has-category:not(.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-sort:not(.m-search-form__has-filter) .search__input,.m-search-form__has-category:not(.m-search-form__has-filter) .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px) + 8rem)}}.m-search-form__has-filter.m-search-form__has-sort .search__input,.m-search-form__has-filter.m-search-form__has-category .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px) + 20rem)}@media screen and (max-width:767px){.m-search-form__has-filter.m-search-form__has-sort .search__input,.m-search-form__has-filter.m-search-form__has-category .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px) + 16rem)}}predictive-search.m-search{position:relative;display:block;width:100%;z-index:1}.m-header__search predictive-search.m-search{z-index:25}.m-predictive-search{position:absolute;width:100%;top:calc(100% + 8px);z-index:20;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}.m-search-category-dd{position:relative;width:100%;min-width:0;text-align:left;height:100%;display:flex;align-items:stretch}.m-search-category-dd__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:0 var(--form-field-horizontal-spacing,12px);margin:0;background:transparent;border:none;color:inherit;font:inherit;font-weight:500;line-height:1.2;cursor:pointer;text-align:inherit;transition:opacity .2s ease}.m-search-category-dd__toggle:hover{opacity:.85}.m-search-category-dd__toggle:focus{outline:none}.m-search-category-dd__toggle:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.m-search-category-dd__label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-search-category-dd__chevron{flex-shrink:0;display:flex;align-items:center;color:inherit;opacity:.75;transition:transform .2s ease}.m-search-category-dd.m-open .m-search-category-dd__chevron{transform:rotate(180deg)}.m-search-category-dd__chevron svg{width:12px;height:12px;display:block}.m-search-category-dd__panel{position:absolute;left:0;top:calc(100% + 4px);min-width:100%;width:max-content;max-width:min(20rem,85vw);max-height:18rem;overflow-y:auto;margin:0;padding:.35rem 0;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-border));border-radius:var(--search-bar-radius,8px);box-shadow:0 8px 28px rgba(var(--color-foreground),.12);z-index:50}.m-search-category-dd__list{list-style:none;margin:0;padding:0}.m-search-category-dd__option{display:block;width:100%;padding:.55rem var(--form-field-horizontal-spacing,12px);margin:0;border:none;background:transparent;color:inherit;font:inherit;font-size:inherit;text-align:left;cursor:pointer;line-height:1.35;white-space:nowrap}.m-search-category-dd__option:hover,.m-search-category-dd__option:focus{background:rgba(var(--color-foreground),.08);outline:none}.m-search-category-dd__option.is-selected{font-weight:600;background:rgba(var(--color-foreground),.06)}.m-search-modal .m-search-category-dd__panel{z-index:70}.m-search-form__main{position:relative;flex:1 1 auto;min-width:0;display:flex;align-items:stretch;background:transparent}.m-search-form__main .search__input{width:100%}.m-search-form__left-cluster .m-search-form__select--category{max-width:var(--header-search-category-w-desktop,104px);flex:0 0 var(--header-search-category-w-desktop,104px);min-width:0;display:flex;align-items:stretch}.m-search-form__left-cluster .m-search-form__select--category .m-search-category-dd__toggle{background-color:transparent;padding:var(--header-search-category-py-desktop,0px) var(--header-search-category-px-desktop,10px);border-radius:0;height:100%;color:var(--header-search-category-text,var(--search-bar-text));font-weight:var(--header-search-category-font-weight, 500)}@media screen and (max-width:767px){.m-search-form__left-cluster .m-search-form__select--category{max-width:var(--header-search-category-w-mobile,90px);flex:0 0 var(--header-search-category-w-mobile,90px);flex-basis:var(--header-search-category-w-mobile,90px)}.m-search-form__left-cluster .m-search-form__select--category .m-search-category-dd__toggle{padding:var(--header-search-category-py-mobile,0px) var(--header-search-category-px-mobile,6px);gap:.2rem;font-size:.8125rem}.m-search-form__left-cluster .m-search-form__select--category .m-search-category-dd__chevron svg{width:10px;height:10px}}.m-search-form__wrapper.m-search-form__has-category:not(.m-search-form__has-filter) .search__input{padding-left:calc(var(--form-field-horizontal-spacing,12px) + var(--header-search-category-w-desktop,104px))!important}@media screen and (max-width:767px){.m-search-form__wrapper.m-search-form__has-category:not(.m-search-form__has-filter) .search__input{padding-left:calc(var(--form-field-horizontal-spacing,12px) + var(--header-search-category-w-mobile,90px))!important}}.m-search-form__wrapper.m-search-form__has-filter.m-search-form__has-category .search__input{padding-left:calc(var(--form-field-horizontal-spacing,12px) + 10rem + var(--header-search-category-w-desktop,104px))!important}@media screen and (max-width:767px){.m-search-form__wrapper.m-search-form__has-filter.m-search-form__has-category .search__input{padding-left:calc(var(--form-field-horizontal-spacing,12px) + 8rem + var(--header-search-category-w-mobile,90px))!important}}.m-search-form .search__input,.m-search-form .search__input.field__input,.m-search-form input.search__input.form-field{-webkit-appearance:none;appearance:none;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none!important;background:transparent!important;color:var(--search-bar-text);caret-color:var(--search-bar-text)}.m-search-form .search__input:focus,.m-search-form .search__input:focus-visible,.m-search-form .search__input.field__input:focus,.m-search-form .search__input.field__input:focus-visible,.m-search-form input.search__input.form-field:focus,.m-search-form input.search__input.form-field:focus-visible{border:none!important;box-shadow:none!important;outline:none!important;background:transparent!important}.m-search-form .search__input::placeholder{color:var(--search-bar-text);opacity:.48}.m-search-form__wrapper{color-scheme:light}@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:#0000;flex-direction:column;row-gap:8px;border:none!important;box-shadow:none!important}.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 .m-search-form__left-cluster{position:static;display:flex;flex-direction:column;width:100%;max-width:100%;row-gap:8px}.m-search-modal .m-search-form__left-cluster .m-search-form__select{position:static;max-width:100%;width:100%;padding:0}.m-search-modal .m-search-form__left-cluster .m-search-form__select:after{display:none}.m-search-modal .m-search-form__left-cluster .m-search-form__select--category{max-width:100%!important;flex:0 0 auto!important}.m-search-modal .m-search-form__left-cluster .m-search-form__select--category .m-search-category-dd__toggle{width:100%;justify-content:space-between;min-height:44px;border:1px solid rgb(var(--color-border));background:rgb(var(--color-form-field));border-radius:var(--inputs-radius,8px);padding:0 12px}.m-search-modal .m-search-form__has-filter:not(.m-search-form__has-sort):not(.m-search-form__has-category) .search__input,.m-search-modal .m-search-form__has-sort:not(.m-search-form__has-filter) .search__input,.m-search-modal .m-search-form__has-category:not(.m-search-form__has-filter) .search__input,.m-search-modal .m-search-form__has-filter.m-search-form__has-sort .search__input,.m-search-modal .m-search-form__has-filter.m-search-form__has-category .search__input{padding-left:calc(var(--form-field-horizontal-spacing, 12px))}.m-search-modal .m-search-form .search__input,.m-search-modal .m-search-form .search__input.field__input,.m-search-modal .m-search-form input.search__input.form-field{padding-left:calc(var(--form-field-horizontal-spacing, 12px));border:1px solid rgb(var(--color-border))!important;border-radius:var(--inputs-radius,8px)!important;background:rgb(var(--color-form-field))!important;min-height:48px}.m-search-modal .m-search-form .search__input:focus,.m-search-modal .m-search-form .search__input:focus-visible,.m-search-modal .m-search-form .search__input.field__input:focus,.m-search-modal .m-search-form .search__input.field__input:focus-visible,.m-search-modal .m-search-form input.search__input.form-field:focus,.m-search-modal .m-search-form input.search__input.form-field:focus-visible{border-color:rgb(var(--color-foreground))!important;box-shadow:0 0 0 1px rgb(var(--color-foreground))!important;background:rgb(var(--color-form-field))!important}.m-search-modal .m-search-form__main{position:relative;width:100%;border-radius:var(--inputs-radius,8px);overflow:hidden}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/search.css.map */
