predictive-search.mamm-search{--mamm-search-pad: 2rem;--mamm-search-pad-mobile: 1.6rem;--mamm-search-radius: 1.4rem;--mamm-search-card-radius: 1rem;--mamm-search-shadow: 0 1.6rem 4.8rem rgb(0 0 0 / .12), 0 .4rem 1.2rem rgb(0 0 0 / .06);--mamm-search-border: 1px solid rgb(var(--color-foreground) / .06);position:relative;width:100%;background-color:transparent}.mamm-search__header{display:flex;align-items:center;gap:1rem;width:100%}.mamm-search__form-wrap{flex:1;min-width:0}.mamm-search__field{position:relative;display:flex;align-items:center;width:100%;height:4.6rem;background:#fff;border:1.5px solid rgb(0 0 0 / .1);border-radius:100vmax;overflow:hidden;isolation:isolate;padding:0 4.4rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.mamm-search__input{outline:none;box-shadow:none;border-radius:inherit}#mamm-search-portal>predictive-search.mamm-search .mamm-search__field{background:rgb(var(--color-foreground) / .04);border-color:transparent}.mamm-search__field:focus-within{border-color:rgb(var(--color-foreground) / .35);box-shadow:0 0 0 4px rgb(var(--color-foreground) / .06);background:#fff}.mamm-search__icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground) / .55);pointer-events:none;width:1.8rem;height:1.8rem}.mamm-search__icon svg{width:1.8rem;height:1.8rem}.mamm-search__input{width:100%;height:100%;border:0;background:transparent;font-size:1.5rem;line-height:1.4;color:rgb(var(--color-foreground));outline:none;padding:0;font-family:inherit}.mamm-search__input::-webkit-search-cancel-button,.mamm-search__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.mamm-search__input::placeholder{color:rgb(var(--color-foreground) / .45)}.mamm-search__clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:2.6rem;height:2.6rem;border:0;background:rgb(var(--color-foreground) / .06);color:rgb(var(--color-foreground) / .7);border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .15s ease,color .15s ease}predictive-search.mamm-search[results] .mamm-search__clear,predictive-search.mamm-search.search-open .mamm-search__clear{display:inline-flex}.mamm-search__clear:hover{background:rgb(var(--color-foreground) / .12);color:rgb(var(--color-foreground))}.mamm-search__spinner{position:absolute;right:1.4rem;top:50%;transform:translateY(-50%);display:none;pointer-events:none}predictive-search.mamm-search[loading] .mamm-search__spinner{display:inline-flex}predictive-search.mamm-search[loading] .mamm-search__clear{display:none}.mamm-search__cancel{display:none;border:0;background:transparent;color:rgb(var(--color-foreground));font-size:1.4rem;font-weight:500;padding:.6rem 0;cursor:pointer;white-space:nowrap;flex-shrink:0}.mamm-search__close-drawer{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;flex-shrink:0;border-radius:50%;transition:background-color .15s ease}.mamm-search__close-drawer:hover{background:rgb(var(--color-foreground) / .06)}predictive-search.mamm-search .search__content{display:none}predictive-search.mamm-search.predictive-search-open .search__content{display:block}.mamm-search__content{background:transparent}.mamm-search__inner{background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:var(--mamm-search-border);border-radius:var(--mamm-search-radius);box-shadow:var(--mamm-search-shadow);padding:var(--mamm-search-pad);overflow-y:auto;overscroll-behavior:contain;font-family:var(--font-body--family, inherit)}.mamm-search__section:not([hidden])+.mamm-search__section{margin-top:2.4rem}@media(min-width:1024px){.mamm-search__section:not([hidden])+.mamm-search__section{padding-top:2.4rem;border-top:1px solid rgb(var(--color-foreground) / .06)}}.mamm-search__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.mamm-search__section-title{font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-foreground) / .55);margin:0 0 1.2rem}.mamm-search__section-head .mamm-search__section-title{margin:0}.mamm-search__section-action{font-size:1.2rem;font-weight:500;color:rgb(var(--color-foreground) / .55);background:transparent;border:0;padding:0;cursor:pointer;transition:color .15s ease}.mamm-search__section-action:hover{color:rgb(var(--color-foreground))}.mamm-search__pills{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.8rem}.mamm-search__pill{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;background:rgb(var(--color-foreground) / .05);border:1px solid rgb(var(--color-foreground) / .06);border-radius:999px;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .1s ease;cursor:pointer;white-space:nowrap}.mamm-search__pill:hover{background:rgb(var(--color-foreground) / .08);border-color:rgb(var(--color-foreground) / .12)}.mamm-search__pill:active{transform:scale(.97)}.mamm-search__pill-icon{flex-shrink:0;color:rgb(var(--color-foreground) / .5)}.mamm-search__pill-text{display:inline-block}.mamm-search__pill--recent{padding-right:.7rem}.mamm-search__pill-remove{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;margin-left:.4rem;border:0;background:transparent;color:rgb(var(--color-foreground) / .45);cursor:pointer;border-radius:50%;padding:0;transition:background-color .15s ease,color .15s ease}.mamm-search__pill-remove:hover{background:rgb(var(--color-foreground) / .1);color:rgb(var(--color-foreground))}.mamm-search__product-grid,.mamm-search__carousel-track{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.mamm-search-card{list-style:none}.mamm-search-card__link{display:flex;flex-direction:column;gap:.8rem;text-decoration:none;color:inherit;border-radius:var(--mamm-search-card-radius);padding:.6rem;margin:-.6rem;transition:background-color .15s ease}.mamm-search-card__link:hover{background:rgb(var(--color-foreground) / .04)}.mamm-search-card__link:hover .mamm-search-card__image{transform:scale(1.04)}.mamm-search-card__media{position:relative;aspect-ratio:1 / 1;background:rgb(var(--color-foreground) / .04);border-radius:var(--mamm-search-card-radius);overflow:hidden}.mamm-search-card__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s cubic-bezier(.22,1,.36,1)}.mamm-search-card__image--placeholder{background:rgb(var(--color-foreground) / .06)}.mamm-search-card__badge{position:absolute;top:.8rem;left:.8rem;padding:.3rem .7rem;background:rgb(var(--color-primary-button-background, var(--color-foreground)));color:rgb(var(--color-primary-button-text, var(--color-background)));font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:.4rem;pointer-events:none}.mamm-search-card__badge--sale{background:rgb(var(--color-sale-price, var(--color-foreground)));color:rgb(var(--color-background))}.mamm-search-card__badge--soldout{background:rgb(var(--color-notification-out-of-stock, var(--color-foreground) / .5));color:rgb(var(--color-background))}.mamm-search-card__body{display:flex;flex-direction:column;gap:.2rem;padding:0 .2rem}.mamm-search-card__type{font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--color-foreground) / .5)}.mamm-search-card__title{font-size:1.3rem;font-weight:500;line-height:1.3;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mamm-search-card__rating{display:flex;align-items:center;gap:.4rem;margin-top:.3rem;min-height:1.6rem;font-size:1.15rem;font-weight:500;color:rgb(var(--color-foreground) / .75);font-variant-numeric:tabular-nums}.mamm-search-card__rating--empty{display:block}.mamm-search-card__star{flex-shrink:0;color:rgb(var(--rating-color, 245 158 11))}.mamm-search-card__rating-count{color:rgb(var(--color-foreground) / .5)}.mamm-search-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:.2rem;font-variant-numeric:tabular-nums}.mamm-search-card__price-actual{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground));font-variant-numeric:tabular-nums}.mamm-search-card__price-actual--sale{color:rgb(var(--color-sale-price, var(--color-foreground)))}.mamm-search-card__price-compare{font-size:1.2rem;color:rgb(var(--color-foreground) / .5);text-decoration:line-through;font-variant-numeric:tabular-nums}.mamm-search__layout{display:grid;grid-template-columns:minmax(20rem,26rem) 1fr;gap:2.4rem 3.2rem;align-items:start}@media(max-width:1023.98px){.mamm-search__layout{display:flex;flex-direction:column;gap:0}}.mamm-search__sidebar,.mamm-search__main{min-width:0}@media(min-width:1024px){.mamm-search__sidebar>.mamm-search__section:not([hidden])+.mamm-search__section,.mamm-search__main>.mamm-search__section:not([hidden])+.mamm-search__section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgb(var(--color-foreground) / .06)}.mamm-search__layout>.mamm-search__main{border-left:1px solid rgb(var(--color-foreground) / .06);padding-left:3.2rem;margin-left:-1px}}@media(max-width:1023.98px){.mamm-search__sidebar>.mamm-search__section:not([hidden])+.mamm-search__section,.mamm-search__main>.mamm-search__section:not([hidden])+.mamm-search__section{margin-top:2.4rem}}.mamm-search__meta-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.mamm-search__meta-link{display:inline-flex;align-items:center;font-size:1.35rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;padding:.6rem 0;border-radius:.4rem;transition:color .15s ease,transform .15s ease}.mamm-search__meta-link:hover{color:rgb(var(--color-foreground) / .7);transform:translate(.2rem)}.mamm-search__article-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.2rem}.mamm-search__article-link{display:flex;align-items:center;gap:1.4rem;text-decoration:none;color:inherit;padding:.4rem;margin:-.4rem;border-radius:.8rem;transition:background-color .15s ease}.mamm-search__article-link:hover{background:rgb(var(--color-foreground) / .04)}.mamm-search__article-thumb{flex-shrink:0;width:6rem;height:6rem;border-radius:.6rem;overflow:hidden;background:rgb(var(--color-foreground) / .04)}.mamm-search__article-image{width:100%;height:100%;object-fit:cover;display:block}.mamm-search__article-title{font-size:1.35rem;font-weight:500;line-height:1.35;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mamm-search__view-all{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgb(var(--color-foreground) / .06)}.mamm-search__cta{display:inline-flex;align-items:center;gap:.8rem;padding:1.1rem 2.2rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.4rem;font-weight:600;border:0;border-radius:999px;cursor:pointer;transition:background-color .15s ease,transform .1s ease;font-family:inherit}.mamm-search__cta:hover{background:rgb(var(--color-foreground) / .85)}.mamm-search__cta:active{transform:scale(.98)}.mamm-search__no-results-head{margin-bottom:2rem}.mamm-search__no-results-title{font-size:1.7rem;font-weight:700;margin:0 0 .6rem;color:rgb(var(--color-foreground))}.mamm-search__no-results-hint{font-size:1.35rem;margin:0;color:rgb(var(--color-foreground) / .65);line-height:1.5}predictive-search.mamm-search[results] .mamm-search__empty{display:none}.mamm-search__inner mark{background:rgb(var(--color-foreground) / .12);color:inherit;padding:0 .15em;border-radius:.2rem;font-weight:700}@media(max-width:1023.98px){predictive-search.mamm-search.predictive-search-open .mamm-search__cancel{display:inline-flex;font-size:1.5rem;padding:.8rem .4rem}.mamm-search__field{height:4.4rem;font-size:1.6rem}predictive-search.mamm-search[data-context=drawer] .mamm-search__inner{padding:var(--mamm-search-pad-mobile)}.mamm-search__inner{border-radius:0;border:none;box-shadow:none;overflow-x:hidden}.search-drawer .search__header{box-shadow:none;margin-top:1rem;margin-left:1rem}.mamm-search__section:not([hidden])+.mamm-search__section{margin-top:2.4rem;padding-top:0;border-top:0}.mamm-search__sidebar>.mamm-search__section:not([hidden])+.mamm-search__section,.mamm-search__main>.mamm-search__section:not([hidden])+.mamm-search__section{margin-top:2.4rem;padding-top:0;border-top:0}.mamm-search__sidebar+.mamm-search__main{margin-top:2.4rem}.mamm-search__section-title{font-size:1.15rem;margin-bottom:1rem}.mamm-search__section-action{font-size:1.3rem;padding:.4rem;margin:-.4rem}.mamm-search__pills{gap:.7rem}.mamm-search__pill{padding:.6rem 1.2rem;font-size:1.3rem;min-height:3.4rem;gap:.5rem}.mamm-search__pill-remove{width:1.4rem;height:1.4rem;margin-left:.2rem}.mamm-search__product-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem 1.2rem}.mamm-search-card__title{font-size:1.4rem}.mamm-search-card__price-actual{font-size:1.5rem}html:has(body.search-open),body.search-open{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important;overflow-x:clip!important}body.search-open{position:fixed!important;top:0!important;left:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important}#mamm-search-portal,#mamm-search-portal>predictive-search.mamm-search.predictive-search-open{touch-action:pan-y!important;overscroll-behavior:contain!important}#mamm-search-portal,#mamm-search-portal>predictive-search.mamm-search.predictive-search-open,#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .search__content,#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__inner,#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__layout,#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__sidebar,#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__main,#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__section{min-width:0;max-width:100vw;overflow-x:hidden;overflow-x:clip}#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__inner{touch-action:pan-y;overscroll-behavior:contain}.mamm-search__carousel{display:block!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;overscroll-behavior-y:auto;scroll-behavior:smooth;contain:layout paint;padding-inline:1.4rem;margin-inline:-1.4rem;scroll-padding-inline:1.4rem;width:100%;max-width:100vw;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}.mamm-search__carousel::-webkit-scrollbar{display:none}.mamm-search__carousel-track{display:inline-flex!important;flex-direction:row;flex-wrap:nowrap;gap:1.2rem;margin:0!important;padding:0!important;list-style:none;width:max-content;min-width:max-content}.mamm-search__carousel .mamm-search-card{scroll-snap-align:start;flex:0 0 16rem;width:16rem;min-width:16rem;max-width:16rem}.mamm-search-card__badge{padding:.4rem .8rem;font-size:1.05rem}.mamm-search__meta-grid{grid-template-columns:1fr;gap:1.4rem}.mamm-search__meta-link{font-size:1.5rem;padding:.8rem 0;min-height:4rem}.mamm-search__article-thumb{width:7rem;height:7rem}.mamm-search__article-title{font-size:1.4rem}.mamm-search__cta{width:100%;justify-content:center;padding:1.4rem 2.2rem;font-size:1.5rem}}.mamm-search-portal{position:relative;z-index:10000}#mamm-search-portal>predictive-search.mamm-search{display:block;width:100%}@media(max-width:1023.98px){#mamm-search-portal>predictive-search.mamm-search.predictive-search-open{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;max-width:100vw;max-height:100vh;max-height:100dvh;margin:0;z-index:10000;background:#fff;border-radius:0;padding:env(safe-area-inset-top) 0 0;display:flex;flex-direction:column;animation:mamm-search-fade-in .2s ease both}#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__header{flex-shrink:0;padding:1rem 1.4rem 1.6rem}#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .search__content{position:static;display:flex;flex-direction:column;flex:1;min-height:0}#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__inner{flex:1;min-height:0;border:0;border-radius:0;box-shadow:none;background:transparent;padding:var(--mamm-search-pad-mobile) 1.4rem calc(var(--mamm-search-pad-mobile) * 2 + env(safe-area-inset-bottom));max-height:none;height:auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}}@media(min-width:1024px){#mamm-search-portal>predictive-search.mamm-search.predictive-search-open{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;width:min(112rem,calc(100vw - 4rem));height:min(85vh,80rem);background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:1.8rem;box-shadow:0 2.4rem 7.2rem #0000002e,0 .4rem 1.4rem #0000000f;padding:1.6rem 1.8rem;display:flex;flex-direction:column;gap:1.2rem;overflow:hidden;animation:mamm-search-modal-in .32s cubic-bezier(.22,1,.36,1) both}@keyframes mamm-search-modal-in{0%{opacity:0;transform:translate(-50%,-52%) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .search__header{flex-shrink:0}#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .search__content{position:static;display:flex;flex-direction:column;flex:1;min-height:0}#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__inner{flex:1;min-height:0;border:0;border-radius:0;box-shadow:none;background:transparent;padding:.4rem .4rem .8rem;max-height:none;height:auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}#mamm-search-portal>predictive-search.mamm-search.predictive-search-open .mamm-search__cancel{display:inline-flex}}@keyframes mamm-search-fade-in{0%{opacity:0}to{opacity:1}}body.search-open .fixed-overlay{opacity:1;visibility:visible;pointer-events:auto;background-color:#0006;z-index:9998}body.search-open .header-section .fixed-overlay{cursor:pointer}@media(prefers-reduced-motion:reduce){predictive-search.mamm-search .search__content,.mamm-search-card__image,.mamm-search__pill,.mamm-search__cta,.mamm-search__meta-link{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/63/assets/mamm-search.css.map */
