.hrc-search-page{--hrc-search-cols: var(--hrc-search-cols-desktop, 4);--hrc-search-cols-mobile: 2;--hrc-search-gap: clamp(1.2rem, 2vw, 2rem);min-height:60vh;max-width:100%}.hrc-search-shell{width:min(100% - (var(--page-padding) * 2),var(--page-width));max-width:100%;margin-inline:auto;min-width:0}.hrc-search-hero{background:var(--hrc-bg-surface);border-bottom:var(--hrc-border-default);padding:5.6rem 0 4.8rem}.hrc-search-hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}.hrc-search-hero__kicker{font-size:var(--hrc-fs-xs);font-weight:var(--hrc-fw-semibold);letter-spacing:var(--hrc-ls-xl);text-transform:var(--hrc-tu);color:var(--hrc-color-accent-dark);margin:0}.hrc-search-hero__query{font-family:var(--hrc-font-display);font-size:var(--hrc-fs-xl);font-weight:var(--hrc-fw-bold);letter-spacing:var(--hrc-ls-xs);color:var(--hrc-text-primary);margin:0;line-height:1.15}.hrc-search-hero__count{font-size:var(--hrc-fs-sm);font-weight:var(--hrc-fw-regular);color:var(--hrc-text-muted);margin:0}.hrc-search-hero__form{display:flex;align-items:center;gap:1.2rem;margin-top:1.6rem;width:100%;max-width:min(64rem,100%);min-width:0}.hrc-search-hero__form .hb{flex-shrink:0}.hrc-search-hero__input-wrap{flex:1;position:relative;display:flex;align-items:center;min-width:0}.hrc-search-hero__input-icon{position:absolute;left:1.6rem;width:1.8rem;height:1.8rem;color:var(--hrc-text-muted);flex-shrink:0}.hrc-search-hero__input{width:100%;height:5.2rem;padding:0 4.8rem;border:var(--hrc-border-strong);border-radius:var(--hrc-rl);background:var(--hrc-bg);font-size:var(--hrc-fs-sm);font-weight:var(--hrc-fw-regular);color:var(--hrc-text-primary);outline:none;letter-spacing:var(--hrc-ls-xs);transition:border-color var(--hrc-dt-base) var(--hrc-ease),box-shadow var(--hrc-dt-base) var(--hrc-ease)}.hrc-search-hero__input::-webkit-search-cancel-button,.hrc-search-hero__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.hrc-search-hero__input::-moz-search-cancel-button{display:none}.hrc-search-hero__input::placeholder{color:var(--hrc-text-muted)}.hrc-search-hero__input:focus{border-color:var(--hrc-color-accent-dark)}.hrc-search-hero__clear{position:absolute;right:1.4rem;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:var(--hrc-rxl);background:var(--hrc-bg-subtle);color:var(--hrc-text-muted);transition:background var(--hrc-dt-base) var(--hrc-ease),color var(--hrc-dt-base) var(--hrc-ease)}.hrc-search-hero__clear:hover{background:var(--hrc-bg-invert);color:var(--hrc-text-invert)}.hrc-search-hero__clear svg{width:1.2rem;height:1.2rem}.hrc-search-predictive{position:absolute;top:calc(100% + .6rem);left:0;right:0;z-index:200;background:var(--hrc-bg);border:var(--hrc-border-strong);border-radius:var(--hrc-rl);box-shadow:0 1.2rem 3.2rem var(--hrc-black-1);overflow:hidden;text-align:left}.hrc-search-predictive[hidden]{display:none}.hrc-search-predictive__loading{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.6rem;font-size:var(--hrc-fs-sm);color:var(--hrc-text-muted)}.hrc-search-predictive__empty{margin:0;padding:1.6rem;font-size:var(--hrc-fs-sm);color:var(--hrc-text-muted);text-align:center}.hrc-search-predictive__loading svg{width:2rem;height:2rem;animation:hrc-search-spin .9s linear infinite;color:var(--hrc-color-accent)}@keyframes hrc-search-spin{to{transform:rotate(360deg)}}.hrc-search-predictive__list{max-height:min(42rem,60vh);overflow-y:auto;overscroll-behavior:contain;padding:.6rem 0}.hrc-search-predictive__group-label{margin:0;padding:.8rem 1.6rem .4rem;font-size:var(--hrc-fs-xs);font-weight:var(--hrc-fw-semibold);letter-spacing:var(--hrc-ls-xl);text-transform:var(--hrc-tu);color:var(--hrc-text-muted)}.hrc-search-predictive__item{display:flex;align-items:center;gap:1.2rem;padding:.9rem 1.6rem;color:inherit;text-decoration:none;transition:background var(--hrc-dt-base) var(--hrc-ease)}.hrc-search-predictive__item:hover,.hrc-search-predictive__item.is-active{background:var(--hrc-bg-surface)}.hrc-search-predictive__img-wrap{flex-shrink:0}.hrc-search-predictive__img{display:block;width:5rem;height:5rem;border-radius:var(--hrc-rs);object-fit:cover;object-position:top center;border:var(--hrc-border-default);background:var(--hrc-bg-surface)}.hrc-search-predictive__img--placeholder{display:flex;align-items:center;justify-content:center;color:var(--hrc-text-muted)}.hrc-search-predictive__img--placeholder svg{width:1.6rem;height:1.6rem}.hrc-search-predictive__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.hrc-search-predictive__type{font-size:var(--hrc-fs-xs);font-weight:var(--hrc-fw-semibold);letter-spacing:var(--hrc-ls-sm);text-transform:var(--hrc-tu);color:var(--hrc-color-accent-dark)}.hrc-search-predictive__title{font-size:var(--hrc-fs-sm);font-weight:var(--hrc-fw-medium);color:var(--hrc-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrc-search-predictive__title mark{background:var(--hrc-success-3);color:var(--hrc-success-10);border-radius:.2rem;padding:0 .1rem}.hrc-search-predictive__price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;flex-shrink:0}.hrc-search-predictive__price{font-size:var(--hrc-fs-sm);font-weight:var(--hrc-fw-semibold);color:var(--hrc-text-primary);white-space:nowrap}.hrc-search-predictive__price.is-sale{color:var(--hrc-color-accent-dark)}.hrc-search-predictive__price.is-coming-soon{color:var(--hrc-color-accent)}.hrc-search-predictive__price-old{font-size:var(--hrc-fs-xs);color:var(--hrc-text-muted);text-decoration:line-through}.hrc-search-predictive__footer{border-top:var(--hrc-border-default);padding:.8rem 1.6rem;background:var(--hrc-bg-surface)}.hrc-search-predictive__view-all{display:block;font-size:var(--hrc-fs-sm);font-weight:var(--hrc-fw-medium);color:var(--hrc-text-secondary);text-align:center;padding:.6rem 0;transition:color var(--hrc-dt-base) var(--hrc-ease)}.hrc-search-predictive__view-all:hover,.hrc-search-predictive__view-all.is-active{color:var(--hrc-color-accent-dark)}.hrc-search-toolbar{position:sticky;top:6.8rem;z-index:100;background:var(--hrc-bg);border-bottom:var(--hrc-border-default);box-shadow:0 .2rem 1.2rem var(--hrc-black-0)}.hrc-search-toolbar[hidden]{display:none!important}.hrc-search-toolbar__inner{height:6rem;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;min-width:0}.hrc-search-toolbar__filters{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;min-width:0}.hrc-search-toolbar__right{display:flex;align-items:center;gap:1.2rem;flex-shrink:0;min-width:0}.hrc-filter-group{position:relative}.hrc-filter-btn{display:inline-flex;align-items:center;gap:.6rem;height:3.6rem;padding:0 1.4rem;border-radius:var(--hrc-rs);border:var(--hrc-border-default);background:transparent;font-size:var(--hrc-fs-sm);font-weight:var(--hrc-fw-medium);color:var(--hrc-text-muted);cursor:pointer;white-space:nowrap;transition:background var(--hrc-dt-base) var(--hrc-ease),border-color var(--hrc-dt-base) var(--hrc-ease),color var(--hrc-dt-base) var(--hrc-ease)}.hrc-filter-btn:hover,.hrc-filter-btn[aria-expanded=true]{background:var(--hrc-bg-surface);border-color:var(--hrc-border-medium);color:var(--hrc-text-primary)}.hrc-filter-btn__chevron{width:1.2rem;height:.9rem;color:var(--hrc-text-muted);transition:transform var(--hrc-dt-base) var(--hrc-ease);flex-shrink:0}.hrc-filter-btn[aria-expanded=true] .hrc-filter-btn__chevron{transform:rotate(180deg)}.hrc-filter-dropdown{position:absolute;top:calc(100% + .8rem);left:0;min-width:180px;background:var(--hrc-bg);border:var(--hrc-border-default);border-radius:var(--hrc-rm);padding:.6rem 0;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity var(--hrc-dt-base) var(--hrc-ease),transform var(--hrc-dt-base) var(--hrc-ease),visibility var(--hrc-dt-base) var(--hrc-ease);z-index:200;box-shadow:0 1.2rem 4rem var(--hrc-black-1)}.hrc-filter-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.hrc-filter-option{display:flex;align-items:center;padding:.9rem 1.6rem;font-size:var(--hrc-fs-md);font-weight:var(--hrc-fw-regular);color:var(--hrc-text-muted);cursor:pointer;transition:background var(--hrc-dt-base) var(--hrc-ease),color var(--hrc-dt-base) var(--hrc-ease),padding-left var(--hrc-dt-base) var(--hrc-ease)}.hrc-filter-option:hover{background:var(--hrc-bg-surface);color:var(--hrc-text-primary);padding-left:2.2rem}.hrc-filter-option.is-active{color:var(--hrc-color-accent-dark);font-weight:var(--hrc-fw-semibold)}.hrc-filter-dropdown--price{min-width:24rem;padding:1.6rem}.hrc-price-range{display:flex;flex-direction:column;gap:1.4rem}.hrc-price-range__inputs{display:flex;align-items:center;gap:1rem}.hrc-price-range__field{flex:1;display:flex;flex-direction:column;gap:.4rem}.hrc-price-range__label{font-size:var(--hrc-fs-md);font-weight:var(--hrc-fw-medium);color:var(--hrc-color-text-muted);letter-spacing:var(--hrc-ls-md);text-transform:var(--hrc-tu)}.hrc-price-range__input{height:3.8rem;padding:0 1.2rem;border:var(--hrc-border-default);border-radius:var(--hrc-rs);background:var(--hrc-bg-surface);font-size:var(--hrc-fs-md);color:var(--hrc-text-primary);outline:none;width:100%;transition:border-color var(--hrc-dt-base) var(--hrc-ease)}.hrc-price-range__input:focus{border-color:var(--hrc-border-color-ac)}.hrc-price-range__sep{font-size:var(--hrc-fs-md);color:var(--hrc-color-text-muted);flex-shrink:0;margin-top:2rem}.hrc-price-range__apply{width:100%;height:3.8rem;border-radius:var(--hrc-rs);background:var(--hrc-bg-invert);color:var(--hrc-color-text-invert);font-size:var(--hrc-fs-md);font-weight:var(--hrc-fw-semibold);letter-spacing:var(--hrc-ls-md);text-transform:var(--hrc-tu);border:none;cursor:pointer;transition:background var(--hrc-dt-base) var(--hrc-ease),transform var(--hrc-dt-base) var(--hrc-ease)}.hrc-price-range__apply:hover{background:var(--hrc-color-accent)}.hrc-price-range__apply:active{transform:var(--hrc-click-effect)}.hrc-sort{display:flex;align-items:center;gap:.8rem}.hrc-sort__label{font-size:var(--hrc-fs-rg);font-weight:var(--hrc-fw-medium);color:var(--hrc-text-secondary);white-space:nowrap;letter-spacing:var(--hrc-ls-sm)}.hrc-sort__wrap{position:relative;display:flex;align-items:center}.hrc-sort__select{height:3.6rem;padding:0 3.2rem 0 1.2rem;border:var(--hrc-border-default);border-radius:var(--hrc-rs);background:var(--hrc-bg);font-size:var(--hrc-fs-xs);font-weight:var(--hrc-fw-medium);color:var(--hrc-text-muted);cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;transition:border-color var(--hrc-dt-base) var(--hrc-ease)}.hrc-sort__select:focus{border-color:var(--hrc-color-accent-dark)}.hrc-sort__chevron{position:absolute;right:1rem;width:1.2rem;height:.9rem;color:var(--hrc-text-muted);pointer-events:none}.hrc-search-results{padding:4rem 0 8rem;max-width:100%;overflow-x:clip}.hrc-search-results[hidden]{display:none!important}.hrc-search-results__inner{min-width:0}.hrc-search-results__grid{display:grid;grid-template-columns:repeat(var(--hrc-search-cols, 4),minmax(0,1fr));gap:var(--hrc-search-gap);width:100%;min-width:0}.hrc-search-card{min-width:0;width:100%;max-width:100%;overflow:hidden}.hrc-search-card .hrc-featured-card,.hrc-search-card .hrc-featured-img-shell,.hrc-search-card .hrc-featured-img-box,.hrc-search-card .hrc-featured-img-track,.hrc-search-card .hrc-featured-info{min-width:0;max-width:100%}.hrc-search-empty{padding:6.4rem 0 4.8rem}.hrc-search-empty[hidden]{display:none!important}.hrc-search-empty__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;max-width:48rem}.hrc-search-empty__icon{display:flex;align-items:center;justify-content:center;width:6.4rem;height:6.4rem;color:var(--hrc-text-muted)}.hrc-search-empty__icon svg{width:4.8rem;height:4.8rem}.hrc-search-empty__title{font-family:var(--hrc-font-display);font-size:var(--hrc-fs-md);font-weight:var(--hrc-fw-bold);color:var(--hrc-text-primary);margin:0;line-height:1.3}.hrc-search-empty__text{font-size:var(--hrc-fs-sm);color:var(--hrc-text-muted);margin:0;max-width:36rem}.hrc-search-empty__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.2rem;height:4.4rem;padding:0 2.4rem;border-radius:var(--hrc-rl);background:var(--hrc-bg-invert);color:var(--hrc-text-invert);font-size:var(--hrc-fs-sm);font-weight:var(--hrc-fw-semibold)}.hrc-search-empty__cta[hidden]{display:none!important}.hrc-pagination{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:5.6rem;padding-top:4rem;border-top:var(--hrc-border-default)}.hrc-pagination__btn{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:var(--hrc-rxl);border:var(--hrc-border-default);background:transparent;color:var(--hrc-text-secondary);animation:background var(--hrc-dt-base) var(--hrc-ease),color var(--hrc-dt-base) var(--hrc-ease),border-color var(--hrc-dt-base) var(--hrc-ease)}.hrc-pagination__btn:hover{background:var(--hrc-bg-invert);border-color:transparent;color:var(--hrc-text-invert)}.hrc-pagination__btn svg{width:.8rem;height:1.4rem}.hrc-pagination__pages{display:flex;align-items:center;gap:.4rem}.hrc-pagination__page{display:flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;padding:0 .6rem;border-radius:var(--hrc-rxl);font-size:var(--hrc-fs-md);font-weight:var(--hrc-fw-medium);color:var(--hrc-text-secondary);transition:background var(--hrc-dt-base) var(--hrc-ease),color var(--hrc-dt-base) var(--hrc-ease)}.hrc-pagination__page:hover{background:var(--hrc-bg-surface);color:var(--hrc-text-primary)}.hrc-pagination__page.is-current{background:var(--hrc-bg-invert);color:var(--hrc-text-invert);pointer-events:none}.hrc-pagination__ellipsis{font-size:var(--hrc-fs-md);color:var(--hrc-color-text-muted);padding:0 .4rem}.hrc-search-suggestions{padding:5.6rem 0 8rem;max-width:100%;overflow-x:clip}.hrc-search-suggestions__inner{min-width:0}.hrc-search-suggestions__header{margin-bottom:3.2rem}.hrc-search-suggestions__kicker{font-size:var(--hrc-fs-kicker-md);font-weight:var(--hrc-fw-semibold);letter-spacing:var(--hrc-ls-xl);text-transform:var(--hrc-tu);color:var(--hrc-color-accent-dark);margin:0 0 .6rem}.hrc-search-suggestions__title{font-family:var(--hrc-font-display);font-size:var(--hrc-fs-md);font-weight:var(--hrc-fw-bold);letter-spacing:var(--hrc-ls-sm);color:var(--hrc-color-text-primary);margin:0}.hrc-search-suggestions__grid{display:grid;grid-template-columns:repeat(var(--hrc-search-cols, 4),minmax(0,1fr));gap:var(--hrc-search-gap);width:100%;min-width:0}@media(max-width:1280px){.hrc-search-page{--hrc-search-cols: 3}.hrc-search-toolbar__inner{height:auto;min-height:6rem;padding-block:1rem}}@media(max-width:1024px){.hrc-search-hero{padding-block:4.8rem 4rem}.hrc-search-toolbar__inner{align-items:flex-start;flex-direction:column;gap:1.2rem}.hrc-search-toolbar__filters,.hrc-search-toolbar__right{width:100%}.hrc-search-toolbar__right{flex-shrink:1}}@media(max-width:840px){.hrc-search-page{--hrc-search-cols: var(--hrc-search-cols-mobile, 2)}.hrc-search-hero__query{font-size:var(--hrc-fs-lg)}.hrc-search-hero__form{max-width:100%}.hrc-search-predictive{border-radius:var(--hrc-rm)}.hrc-filter-dropdown{min-width:min(24rem,calc(100vw - (var(--page-padding) * 2)))}.hrc-filter-dropdown--price{min-width:min(28rem,calc(100vw - (var(--page-padding) * 2)))}.hrc-search-results{padding-block:3.2rem 6.4rem}.hrc-search-suggestions{padding-block:4rem 6.4rem}}@media(max-width:768px){.hrc-search-page{--hrc-search-gap: 1.2rem;min-height:50dvh}.hrc-search-hero{padding-block:3.6rem 3.2rem}.hrc-search-hero__inner{gap:1rem}.hrc-search-hero__form{flex-direction:column;align-items:stretch;gap:1rem;margin-top:1.2rem}.hrc-search-hero__form .hb{width:100%}.hrc-search-hero__input{height:5rem;padding-inline:4.4rem;font-size:var(--hrc-fs-rg)}.hrc-search-hero__clear{width:3.2rem;height:3.2rem}.hrc-search-predictive{top:calc(100% + .8rem)}.hrc-search-predictive__item{align-items:flex-start;gap:1rem;padding:1rem 1.2rem}.hrc-search-predictive__img{width:4.8rem;height:4.8rem}.hrc-search-predictive__price-wrap{display:none}.hrc-filter-btn{padding-inline:1.2rem}.hrc-sort{width:100%;justify-content:space-between}.hrc-sort__wrap{flex:1;min-width:0}.hrc-sort__select{width:100%}.hrc-pagination{flex-wrap:wrap;gap:.6rem;margin-top:4rem;padding-top:3.2rem}.hrc-pagination__btn,.hrc-pagination__page{min-width:4.4rem;height:4.4rem}}@media(max-width:480px){.hrc-search-page{--hrc-search-gap: 1rem}.hrc-search-hero{padding-block:3.2rem 2.8rem}.hrc-search-hero__kicker,.hrc-search-predictive__group-label,.hrc-search-suggestions__kicker{letter-spacing:var(--hrc-ls-lg)}.hrc-search-hero__query{font-size:var(--hrc-fs-md);line-height:1.2}.hrc-search-hero__count{font-size:var(--hrc-fs-xs)}.hrc-search-toolbar{position:relative;top:auto}.hrc-search-toolbar__inner{padding-block:1.2rem}.hrc-search-toolbar__filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hrc-search-toolbar__filters::-webkit-scrollbar{display:none}.hrc-filter-dropdown{position:fixed;left:var(--page-padding);right:var(--page-padding);top:auto;bottom:var(--page-padding);width:auto;max-width:none;max-height:70dvh;overflow-y:auto;border-radius:var(--hrc-rl)}.hrc-price-range__inputs{flex-direction:column;align-items:stretch}.hrc-price-range__sep{display:none}.hrc-pagination__pages{flex-wrap:wrap;justify-content:center}.hrc-search-empty{padding-block:4.8rem 3.2rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/search-page.css.map */
