.mega-search{position:fixed;top:124px;left:0;width:100%;background-color:#1f0008;z-index:200;transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;border-bottom:.1rem solid rgba(var(--color-foreground),.12);box-shadow:0 8px 32px #0000002e;display:none}.mega-search[aria-hidden=false]{display:block!important;opacity:1;transform:translateY(0);pointer-events:all}.mega-search__inner{padding:2.4rem 3rem 0;max-width:144rem;margin:0 auto}.mega-search__input-row{display:flex;align-items:center;gap:1.6rem;padding-bottom:.4rem;max-width:66%;margin-left:auto}.mega-search__form-wrapper{flex:1}.mega-search__form{position:relative;display:flex;align-items:center}.mega-search__input{width:100%;background:transparent;border:none;border-bottom:.5px solid #AB8A92;border-radius:0;padding:.8rem 7rem .8rem .4rem;font-size:1.5rem;color:#fefcfa;outline:none;font-family:inherit;letter-spacing:.02em;transition:border-color .2s}.mega-search__input::placeholder{color:rgba(var(--color-foreground),.45)}.mega-search__input:focus{border-bottom-color:#ab8a92;outline:none;box-shadow:none}.mega-search__input:focus-visible{outline:none;box-shadow:none}.mega-search__submit-btn:focus,.mega-search__submit-btn:focus-visible,.mega-search__reset-btn:focus,.mega-search__reset-btn:focus-visible,.mega-search__close-btn:focus,.mega-search__close-btn:focus-visible{outline:none;box-shadow:none}.mega-search__input::-webkit-search-decoration,.mega-search__input::-webkit-search-cancel-button,.mega-search__input::-webkit-search-results-button,.mega-search__input::-webkit-search-results-decoration{display:none}.mega-search__submit-btn,.mega-search__reset-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#f1e2d0;padding:.6rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.mega-search__submit-btn:hover,.mega-search__reset-btn:hover{opacity:.7}.mega-search__reset-btn{right:3.2rem}.mega-search__reset-btn.hidden{display:none}.mega-search__close-btn{flex-shrink:0;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));font-size:1.4rem;letter-spacing:.05em;padding:.6rem 0;white-space:nowrap;transition:opacity .2s;font-family:inherit}.mega-search__close-btn:hover{opacity:.6}.mega-search__divider{height:.1rem;background-color:rgba(var(--color-foreground),.12);margin:2rem 0 0}.mega-search__body{display:grid;grid-template-columns:14rem 1fr;gap:2rem;padding:.8rem 0 3.2rem}.mega-search__col-heading{font-size:24px;font-weight:600;letter-spacing:0px;text-transform:uppercase;color:#fefcfa;margin:0 0 2.6rem}.mega-search__cat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.mega-search__cat-list li{line-height:normal}.mega-search__cat-link{display:inline-block;font-size:18px;line-height:22px;font-weight:400!important;color:#fefcfa;text-decoration:none;padding:.3rem 0;letter-spacing:0px;transition:text-decoration .15s;font-family:ProximaNovaExCn-reg;padding:0}.mega-search__cat-link:hover{text-decoration:underline;text-underline-offset:3px}.mega-search__products-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mega-search__product-item{min-width:0}.mega-search__product-link{display:block;text-decoration:none;color:rgb(var(--color-foreground))}.mega-search__product-img-wrap{aspect-ratio:2 / 2;overflow:hidden;background-color:rgba(var(--color-foreground),.04);margin-bottom:1rem}.mega-search__product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mega-search__product-title{font-size:1.3rem;margin:0 0 .4rem;line-height:1.3;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.mega-search__product-price{font-size:1.2rem;color:#fff;margin:0;font-family:inherit}.mega-search__live-results{padding:0 0 2rem}.mega-search__live-results .predictive-search__results-groups-wrapper{display:grid;grid-template-columns:24rem 1fr;gap:4rem;padding:2.8rem 0 2rem;border-bottom:none}.mega-search__live-results .predictive-search__result-group{gap:1.6rem}.mega-search__live-results .predictive-search__heading{margin:0 0 .8rem;padding:0;border-bottom:none;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mega-search__live-results .predictive-search__results-list{list-style:none;padding:0;margin:0}.mega-search__live-results .predictive-search__item--link-with-thumbnail{grid-template-columns:5rem 1fr;padding:.8rem 0;gap:1.4rem}.mega-search__live-results #predictive-search-results-products-list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;list-style:none;padding:0;margin:0}.mega-search__live-results #predictive-search-results-products-list .predictive-search__list-item{min-width:0}.mega-search__live-results #predictive-search-results-products-list .predictive-search__item{display:flex;flex-direction:column;padding:0;text-decoration:none;color:rgb(var(--color-foreground))}.mega-search__live-results #predictive-search-results-products-list .predictive-search__image{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;margin-bottom:.8rem;grid-area:unset}.mega-search__live-results #predictive-search-results-products-list .predictive-search__item-content{grid-area:unset}.mega-search__footer{border-top:.1rem solid rgba(var(--color-foreground),.12);padding:2rem 0 2.4rem;display:flex;justify-content:center}.mega-search__view-all-btn{display:inline-block;padding:1.2rem 3.6rem;border:.1rem solid #fff;color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background-color .2s,color .2s;font-family:inherit}.mega-search__view-all-btn:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.mega-search__overlay{position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-height, 80px);background-color:#0006;z-index:199;opacity:0;pointer-events:none;transition:opacity .25s ease}.mega-search__overlay.is-visible{opacity:1;pointer-events:all}.mega-search__trigger{background:none;border:none;color:rgb(var(--color-foreground))}.mega-search__live-results .predictive-search__loading-state{display:flex;justify-content:center;padding:2rem;display:none}@media screen and (max-width:989px){.mega-search__inner{padding:1.6rem 1.6rem 0}.mega-search__body{grid-template-columns:1fr;gap:2.4rem}.mega-search__products-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.mega-search__live-results .predictive-search__results-groups-wrapper{grid-template-columns:1fr;gap:2rem}.mega-search__live-results #predictive-search-results-products-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.mega-search__products-grid{grid-template-columns:repeat(2,1fr)}}.mega-search__live-results .predictive-search__results-groups-wrapper--no-suggestions{display:block!important}.mega-search__live-results .predictive-search__result-group:only-child{width:100%}.mega-search__live-results #predictive-search-results-products-list{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:2rem;list-style:none;padding:0;margin:0;width:100%}.mega-search__live-results #predictive-search-results-products-list .predictive-search__list-item{min-width:0;width:100%}.mega-search__live-results #predictive-search-results-products-list .predictive-search__item{display:flex!important;flex-direction:column;padding:0;text-decoration:none;width:100%}.mega-search__live-results #predictive-search-results-products-list .predictive-search__image{width:100%!important;height:auto!important;aspect-ratio:3 / 4;object-fit:cover;margin-bottom:.8rem;grid-area:unset!important}.mega-search__live-results #predictive-search-results-products-list .predictive-search__item-content{grid-area:unset!important;padding:0}.mega-search__live-results #predictive-search-results-products-list{max-height:none;overflow:hidden}.mega-search__live-results #predictive-search-results-products-list .predictive-search__list-item:nth-child(n+5){display:none!important}.mega-search__live-results #predictive-search-results-queries-list .predictive-search__list-item:nth-child(n+5){display:none!important}.mega-search__live-results .predictive-search__search-for-button{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/mega-search.css.map */
