.dm-search{width:100%;max-width:var(--dm-container);margin-inline:auto;padding:30px 15px 60px}.dm-search__header{text-align:center;margin-bottom:30px}.dm-search__title{font-weight:400;color:var(--dm-ink-hex);margin:0}.dm-search__form{max-width:600px;margin:0 auto 40px}.dm-search__field{display:flex;align-items:center;border:1px solid var(--dm-border);border-radius:8px;height:46px;overflow:hidden;background-color:var(--dm-bg-soft2);transition:border-color .25s ease}.dm-search__field.field{position:static}.dm-search__field .reset__button,.dm-search__field .field__button.reset__button{display:none}.dm-search__field:focus-within{border-color:var(--dm-ink-hex)}.dm-search__input{flex:1 1 auto;min-width:0;padding-inline:12px;margin:0;font-family:inherit;font-size:1.8rem;color:var(--dm-ink-hex);border:none;height:100%;outline:none;background-color:transparent;text-align:start;-webkit-appearance:none;appearance:none}.dm-search__field .dm-search__input{padding-inline:12px;padding-right:12px;padding-left:12px}.dm-search__input::placeholder{color:var(--dm-muted);opacity:1}.dm-search__input::-webkit-search-decoration,.dm-search__input::-webkit-search-cancel-button{-webkit-appearance:none}.dm-search__submit{position:static;inset:auto;flex:0 0 auto;width:auto;padding-inline:16px;height:100%;color:var(--dm-ink-hex);background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.dm-search__submit:hover{color:rgb(var(--dm-ink-hover))}.dm-search__submit .icon,.dm-search__submit svg{width:18px;height:18px}.dm-search__field .field__label{display:none}.dm-search__results-header{margin-bottom:24px}.dm-search__results-header p{margin:0;font-size:1.8rem;color:var(--dm-muted)}.dm-search__results-header .dm-search__term{color:var(--dm-ink-hex)}.dm-search__empty{text-align:center;padding:60px 0}.dm-search__empty-title{font-size:1.8rem;color:var(--dm-ink-hex);margin:0 0 8px}.dm-search__empty-desc{font-size:1.8rem;color:var(--dm-muted);margin:0}.dm-search__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:20px;row-gap:30px}.dm-search__grid>.grid__item{margin:0;max-width:none;width:auto}@media screen and (max-width:1023px){.dm-search__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:24px}}@media screen and (max-width:480px){.dm-search__grid{column-gap:12px}}.dm-search .facets-vertical{gap:3rem}.dm-search .pagination-wrapper{margin-top:4rem}.predictive-search{border:1px solid var(--dm-border);border-radius:var(--dm-radius-media);box-shadow:var(--dm-shadow-popover);background:#fff;overflow:hidden}#predictive-search-results{padding:0}.predictive-search__heading{margin:0;padding:1.4rem 1.6rem .8rem;font-size:1.3rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--dm-muted)}.predictive-search__results-list{margin:0;padding:0;list-style:none}.predictive-search__list-item .predictive-search__item{display:flex;align-items:center;gap:1.4rem;padding:1rem 1.6rem;text-decoration:none;color:var(--dm-ink-hex);transition:background-color .15s ease}.predictive-search__list-item .predictive-search__item:hover,.predictive-search__list-item[aria-selected=true] .predictive-search__item{background-color:var(--dm-bg-soft)}.predictive-search__item--link-with-thumbnail{grid-template-columns:none}.predictive-search__image{width:70px;height:70px;min-width:70px;object-fit:cover;border-radius:8px;background:var(--dm-bg-soft);grid-column:auto;grid-row:auto}.predictive-search__item-content{display:flex;flex-direction:column;gap:.3rem;min-width:0}.predictive-search__item-content--centered{align-self:center;justify-content:center}.predictive-search__item-heading{margin:0;font-size:1.5rem;font-weight:500;line-height:1.35;color:var(--dm-ink-hex);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.predictive-search__item-vendor{font-size:1.2rem;color:var(--dm-muted)}.predictive-search__item .price{font-size:1.4rem;margin:0}.predictive-search__item .price__regular .price-item--regular{color:var(--dm-ink-hex);font-weight:600}.predictive-search__item .price--on-sale .price-item--sale{color:var(--dm-sale-price);font-weight:600}.predictive-search__item .price--on-sale .price-item--regular{color:var(--dm-muted);font-weight:400;text-decoration:line-through;margin-inline-start:.6rem;font-size:1.3rem}.predictive-search__item .price__badges{display:none}.predictive-search__result-group+.predictive-search__result-group,.predictive-search__results-groups-wrapper{border-top:0}.predictive-search__pages-wrapper,.predictive-search__search-for-button{border-top:1px solid var(--dm-border)}.predictive-search__item--term{display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:100%;padding:1.4rem 1.6rem;font-size:1.5rem;font-weight:500;color:var(--dm-ink-hex);background:transparent;border:0;cursor:pointer;text-align:start;transition:background-color .15s ease,gap .15s ease}.predictive-search__item--term:hover,.predictive-search__search-for-button[aria-selected=true] .predictive-search__item--term{background-color:var(--dm-bg-soft)}.predictive-search__item--term .svg-wrapper,.predictive-search__item--term svg{width:16px;height:16px;flex:none;color:var(--dm-ink-hex)}html[dir=rtl] .predictive-search__item--term .svg-wrapper,html[dir=rtl] .predictive-search__item--term svg{transform:scaleX(-1)}.predictive-search__no-results{padding:2.4rem 1.6rem;text-align:center;color:var(--dm-muted);font-size:1.5rem}.predictive-search__loading-state{display:flex;justify-content:center;padding:2rem 0}@media screen and (max-width:749px){.predictive-search__image{width:56px;height:56px;min-width:56px}.predictive-search__item-heading{font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/dm-search.css.map */
