.st-mobile-search{display:block;margin:0;padding-top:var(--st-ms-padding-top, .6rem);padding-bottom:var(--st-ms-padding-bottom, .6rem)}@media screen and (max-width:749px){.st-mobile-search:not(.st-mobile-search--mobile){display:none}}@media screen and (min-width:750px){.st-mobile-search:not(.st-mobile-search--desktop){display:none}}.st-mobile-search__inner,.st-mobile-search__field{position:relative}.st-mobile-search--white-field .st-mobile-search__field{--color-background: 255, 255, 255}.st-mobile-search__heading{margin:0 0 .8rem;font-size:1.4rem;letter-spacing:.04rem;font-weight:600;color:rgb(var(--color-foreground))}.st-mobile-search predictive-search,.st-mobile-search search-form{display:block;position:relative}.st-mobile-search .search{position:relative}.st-mobile-search .search__input.field__input{min-height:4.4rem}.st-mobile-search .search__button.field__button,.st-mobile-search .reset__button.field__button{height:4.4rem}.st-mobile-search .search__input.field__input:focus,.st-mobile-search .search__input.field__input:focus-visible{box-shadow:0 0 0 .2rem rgb(var(--color-background)),0 0 0 .4rem var(--st-ms-accent, rgba(var(--color-foreground), .5));outline:0}.st-mobile-search__quick{position:absolute;left:0;right:0;top:calc(100% + .4rem);z-index:2;display:none;padding:1.2rem 1.4rem;background-color:rgb(var(--color-background));border:var(--popup-border-width, .1rem) solid rgba(var(--color-foreground),var(--popup-border-opacity, .1));border-radius:var(--popup-corner-radius, 1.2rem);box-shadow:var(--popup-shadow-horizontal-offset, 0) var(--popup-shadow-vertical-offset, .4rem) var(--popup-shadow-blur-radius, 1.2rem) rgba(var(--color-shadow),var(--popup-shadow-opacity, .08))}.st-mobile-search--focused:not(.st-mobile-search--has-query) .st-mobile-search__quick{display:block}.st-mobile-search__quick-heading{margin:0 0 .8rem;font-size:1.2rem;letter-spacing:.06rem;text-transform:uppercase;opacity:.65;color:rgb(var(--color-foreground))}.st-mobile-search__recent{margin-bottom:1.4rem}.st-mobile-search__recent .st-mobile-search__quick-heading{display:flex;align-items:center;justify-content:space-between}.st-mobile-search__recent-clear{border:0;background:none;padding:0;margin:0;cursor:pointer;font:inherit;letter-spacing:inherit;text-transform:inherit;color:rgb(var(--color-foreground));opacity:.8;text-decoration:underline;text-underline-offset:.2rem}.st-mobile-search__recent-clear:hover{opacity:1}.st-mobile-search__chips{display:flex;flex-wrap:wrap;gap:.8rem;padding:0;margin:0;list-style:none}.st-mobile-search__chip{display:inline-flex;align-items:center;min-height:3.6rem;padding:.4rem 1.4rem;border-radius:999rem;border:.1rem solid rgba(var(--color-foreground),.16);background-color:rgba(var(--color-foreground),.03);color:rgb(var(--color-foreground));font-size:1.4rem;line-height:1.2;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .1s ease}.st-mobile-search__chip:hover{background-color:rgba(var(--color-foreground),.08);border-color:rgba(var(--color-foreground),.3)}.st-mobile-search__chip:active{transform:scale(.97)}.st-mobile-search__chip:focus-visible{outline:0;box-shadow:0 0 0 .2rem rgb(var(--color-background)),0 0 0 .4rem var(--st-ms-accent, rgba(var(--color-foreground), .5))}.st-mobile-search__chip svg{width:1.4rem;height:1.4rem;margin-right:.6rem;opacity:.55}.st-mobile-search__chip--highlight{background-color:var(--st-ms-hl-bg, #d73251);border-color:var(--st-ms-hl-bg, #d73251);color:var(--st-ms-hl-fg, #ffffff)}.st-mobile-search__chip--highlight:hover{background-color:var(--st-ms-hl-bg, #d73251);border-color:var(--st-ms-hl-bg, #d73251);filter:brightness(.94)}.st-mobile-search__chip--highlight svg{opacity:.9}.st-header-suggest__panel{position:absolute;top:100%;left:0;right:0;z-index:3;text-align:left;padding:1.4rem 1.6rem 1.6rem;background-color:rgb(var(--color-background));border:var(--popup-border-width, .1rem) solid rgba(var(--color-foreground),var(--popup-border-opacity, .1));border-top:0;border-bottom-left-radius:var(--popup-corner-radius, 1.2rem);border-bottom-right-radius:var(--popup-corner-radius, 1.2rem);box-shadow:var(--popup-shadow-horizontal-offset, 0) var(--popup-shadow-vertical-offset, .4rem) var(--popup-shadow-blur-radius, 1.2rem) rgba(var(--color-shadow),var(--popup-shadow-opacity, .08));max-height:65vh;overflow-y:auto}@media screen and (min-width:990px){.st-header-suggest__panel{width:100%;max-width:74.2rem;left:50%;right:auto;transform:translate(-50%)}}.st-header-suggest__panel .st-mobile-search__recent{margin-bottom:1.4rem}.st-mobile-search .predictive-search{display:none;left:0;right:0;top:calc(100% + .4rem);width:100%;border-top-left-radius:var(--popup-corner-radius);border-top-right-radius:var(--popup-corner-radius)}.st-mobile-search predictive-search[open] .predictive-search,.st-mobile-search predictive-search[loading] .predictive-search{display:block}@media screen and (prefers-reduced-motion:reduce){.st-mobile-search__chip{transition:none}}.predictive-search .predictive-search__heading{color:#3c424a8c;border-bottom-color:#3c424a1a;font-weight:600}.predictive-search .predictive-search__item{transition:background-color .2s ease}.predictive-search .predictive-search__item--link-with-thumbnail{grid-template-columns:6rem 1fr;grid-column-gap:1.6rem;align-items:center;padding:1.1rem 1.4rem}.predictive-search .predictive-search__image{width:6rem;height:6rem;padding:.5rem;border-radius:1.4rem;background-color:#f1ebe3;border:.1rem solid rgba(60,66,74,.06);object-fit:contain;transition:transform .25s ease}.predictive-search .predictive-search__list-item[aria-selected=true]>*,.predictive-search .predictive-search__list-item:hover>*,.predictive-search .predictive-search__item[aria-selected=true],.predictive-search .predictive-search__item:hover{background-color:#3c424a12;color:rgb(var(--color-foreground));border-radius:1.4rem}.predictive-search .predictive-search__list-item[aria-selected=true] .predictive-search__image,.predictive-search .predictive-search__list-item:hover .predictive-search__image{transform:scale(1.05)}.predictive-search .predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search .predictive-search__list-item:hover .predictive-search__item-heading{text-decoration-color:#3c424a;text-underline-offset:.3rem}.predictive-search .predictive-search__item-heading{font-weight:500}.predictive-search .predictive-search__item--term .icon-arrow{color:#3c424a}.predictive-search .predictive-search__item-query-result mark{color:#3c424a}.predictive-search .predictive-search__search-for-button{background-color:#f1ebe3;margin-top:.6rem}.predictive-search .predictive-search__search-for-button .predictive-search__item--term{color:#3c424a;font-weight:600}.predictive-search .predictive-search__item .price--on-sale .price-item--sale,.predictive-search .predictive-search__item .price__sale{color:var(--color-sale-badge, #d73251)}
/*# sourceMappingURL=/cdn/shop/t/144/assets/sterntaler-mobile-search.css.map */
