.wlsn-header-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;visibility:hidden;pointer-events:none}.wlsn-header-search.is-open{visibility:visible;pointer-events:auto}.wlsn-header-search__overlay{position:fixed;top:var(--wlsn-search-top, 0px);right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}.wlsn-header-search.is-open .wlsn-header-search__overlay{opacity:.4}.wlsn-header-search__panel{position:fixed;top:var(--wlsn-search-top, 0px);right:0;left:0;max-height:var(--wlsn-search-max-height, calc(100dvh - var(--wlsn-search-top, 0px)));overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;opacity:0;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease}.wlsn-header-search.is-open .wlsn-header-search__panel{opacity:1;transform:translateY(0)}body:has(.wlsn-header-search.is-open) .wlsn-header-nav,body:has(.wlsn-header-search.is-open) .wlsn-header{box-shadow:none}.wlsn-header-search__bar{display:flex;align-items:center;gap:20px}.wlsn-header-search__mobile-title{display:none;margin:0;color:rgb(var(--color-primary-1))}.wlsn-header-search__form{position:relative;display:flex;align-items:center;flex:1 1 auto;gap:12px;padding:15px 20px;background:rgb(var(--color-primary-2));border:1px solid rgb(var(--color-primary-10));border-radius:24px}.wlsn-header-search__form-icon{display:flex;flex-shrink:0}.wlsn-header-search__form-icon svg{width:24px;height:24px}.wlsn-header-search__input{flex:1 1 auto;min-width:0;margin:0;padding:0;background:transparent;border:none;outline:none;color:rgb(var(--color-primary-1))}.wlsn-header-search__input::placeholder{color:#2e3f56;opacity:1}.wlsn-header-search__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.wlsn-header-search__clear{flex-shrink:0;margin:0;padding:0;background:transparent;border:none;outline:none;cursor:pointer;color:rgb(var(--color-primary-3));text-align:center;font-family:var(--font-family-body);font-weight:var(--wlsn-fw-regular);font-size:14px;line-height:150%;letter-spacing:-.42px;transition:color .2s ease}.wlsn-header-search__clear[hidden]{display:none}.wlsn-header-search__clear:hover{color:rgb(var(--color-primary-1))}.wlsn-header-search__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0;padding:0;background:transparent;border:none;outline:none;cursor:pointer;color:rgb(var(--color-primary-1))}.wlsn-header-search__close svg{width:11px;height:11px}.wlsn-search-terms__heading,.wlsn-search-products__heading,.wlsn-predictive__heading{color:rgb(var(--color-primary-1));font-family:var(--font-family-heading);font-weight:var(--wlsn-fw-medium);font-size:20px;line-height:120%;letter-spacing:-.6px}.wlsn-search-terms__heading,.wlsn-search-products__heading{margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid rgb(var(--color-primary-10))}@media screen and (min-width:768px)and (max-width:1024px){.wlsn-search-terms__heading,.wlsn-search-products__heading{font-size:24px}}.wlsn-header-search__default{margin-top:32px;display:flex;flex-direction:column;gap:32px}.wlsn-header-search__default[hidden]{display:none}.wlsn-search-terms__list{display:grid}.wlsn-search-term{display:inline-block;color:rgb(var(--color-primary-1));font-family:var(--font-family-body);font-weight:var(--wlsn-fw-regular);font-size:18px;line-height:150%;letter-spacing:-.54px;text-decoration:underline;text-decoration-color:transparent;transition:color .2s ease,text-decoration-color .2s ease}.wlsn-search-term:hover{color:rgb(var(--color-secondary-7));text-decoration-color:currentColor}.wlsn-header-search__results{margin-top:32px}.wlsn-predictive,.wlsn-predictive__left{display:flex;flex-direction:column;gap:32px}.wlsn-predictive__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgb(var(--color-primary-10))}.wlsn-predictive__heading{margin:0}.wlsn-predictive__view-all{flex-shrink:0;white-space:nowrap;color:rgb(var(--color-secondary-7));font-family:var(--font-family-body);font-weight:var(--wlsn-fw-regular);font-size:14px;line-height:150%;letter-spacing:-.42px;text-decoration:underline;transition:color .2s ease}.wlsn-predictive__view-all:hover{color:rgb(var(--color-primary-1))}.wlsn-predictive__links{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.wlsn-predictive__link{display:inline-block;color:rgb(var(--color-secondary-7));font-family:var(--font-family-body);font-weight:var(--wlsn-fw-regular);font-size:16px;line-height:150%;letter-spacing:-.48px;text-decoration:underline;transition:color .2s ease}.wlsn-predictive__link:hover{color:rgb(var(--color-primary-1))}@media screen and (min-width:768px){.wlsn-predictive__link{font-size:18px;letter-spacing:-.54px}.wlsn-predictive__view-all{font-size:16px;letter-spacing:-.48px}}.wlsn-predictive__products-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.wlsn-predictive__products-grid .wlsn-product-card__title{margin-bottom:8px}.wlsn-predictive__products-grid .wlsn-product-card__price{margin-bottom:16px}.wlsn-predictive__empty{color:rgb(var(--color-primary-1))}@media screen and (max-width:1024px){.wlsn-predictive__right{order:1}.wlsn-predictive__left{order:2}}@media screen and (min-width:768px)and (max-width:1024px){.wlsn-predictive__left{flex-direction:row;align-items:flex-start;gap:40px}.wlsn-predictive__left>.wlsn-predictive__column{flex:1 1 0;min-width:0}}.wlsn-search-products .wlsn-product-card{border:none;background:#fff;overflow:visible}.wlsn-search-products .wlsn-product-card__image{object-position:center}@media screen and (max-width:767px){.wlsn-search-products .wlsn-product-card--layout-mob-landscape .wlsn-product-card__image-wrapper{height:126px;margin-top:0}}@media screen and (min-width:768px)and (max-width:1023px){.wlsn-search-products .wlsn-product-card--layout-tab-landscape .wlsn-product-card__image-wrapper{height:176px;margin-top:0}}.wlsn-search-products .wlsn-product-card__price{color:rgb(var(--color-primary-3));font-family:var(--font-family-body);font-weight:var(--wlsn-fw-regular);font-size:14px;line-height:150%;letter-spacing:-.42px}.wlsn-search-products .wlsn-product-card__price s{color:rgb(var(--color-primary-3))}.wlsn-search-products .wlsn-product-card__price .wlsn-price-sale{color:rgb(var(--color-secondary-3))}.wlsn-search-products .wlsn-product-card__highlight-text{color:rgb(var(--color-primary-3));font-family:var(--font-family-body);font-weight:var(--wlsn-fw-regular);font-size:16px;line-height:150%;letter-spacing:-.48px}@media screen and (max-width:767px){.wlsn-header-search__bar{flex-wrap:wrap}.wlsn-header-search__mobile-title{display:block;flex:1 1 auto;order:1;font-size:24px}.wlsn-header-search__close{order:2}.wlsn-header-search__form{order:3;flex-basis:100%}}@media screen and (min-width:1025px){.wlsn-search-terms__heading,.wlsn-search-products__heading,.wlsn-predictive__heading{font-size:24px;line-height:130%;letter-spacing:-.72px}.wlsn-search-products .wlsn-product-card__price{font-size:20px;letter-spacing:-.7px}.wlsn-search-products .wlsn-product-card{height:420px}.wlsn-search-products .wlsn-product-card .wlsn-product-card__content{flex-grow:0}.wlsn-search-products .wlsn-product-card .wlsn-product-card__image-wrapper{height:auto;min-height:0;flex:1 1 auto}.wlsn-search-products .wlsn-product-card .wlsn-product-card__badge{display:inline-block;position:absolute;top:-15px;left:24px;margin:0;padding:9px;width:107px;border-radius:50px;background:rgb(var(--color-secondary-7));color:rgb(var(--color-primary-2));text-align:center;font-family:var(--font-family-body);font-size:12px;font-weight:var(--wlsn-fw-regular);line-height:1;text-transform:uppercase}.wlsn-header-search__default{flex-direction:row;align-items:flex-start}.wlsn-header-search__default>.shopify-block:has(.wlsn-search-terms){flex:0 0 200px}.wlsn-header-search__default>.shopify-block:has(.wlsn-search-products){flex:1 1 auto;min-width:0}.wlsn-predictive{flex-direction:row;align-items:flex-start;gap:40px}.wlsn-predictive__left{flex:0 0 220px}.wlsn-predictive__right{flex:1 1 auto;min-width:0}.wlsn-predictive__products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.wlsn-predictive__products-grid .wlsn-product-card__title{margin-bottom:12px}}@media screen and (min-width:1025px)and (max-width:1200px){.wlsn-search-products .wlsn-product-card__wrapper{padding:16px}.wlsn-search-products .wlsn-product-card__highlight-text{font-size:12px}}@media screen and (max-width:1024px){.wlsn-search-products .wlsn-product-card__content{grid-template-areas:"highlight" "title" "price"}.wlsn-search-products .wlsn-product-card .wlsn-product-card__title{font-size:24px;margin-bottom:8px}.wlsn-search-products .wlsn-product-card .wlsn-product-card__highlight-wrapper{margin-bottom:8px}.wlsn-search-products .wlsn-product-card .wlsn-product-card__price{margin-bottom:14px}.wlsn-search-products .wlsn-product-card--layout-tab-landscape .wlsn-product-card__wrapper{padding:12px 12px 23px 0;border-radius:12px;gap:10px}.wlsn-search-products .wlsn-product-card .wlsn-product-card__badge{display:inline-block;margin:0 0 0 16px;padding:8px 9px;width:92px;border-radius:50px;background:rgb(var(--color-secondary-7));color:rgb(var(--color-primary-2));text-align:center;font-family:var(--font-family-body);font-size:10px;font-weight:var(--wlsn-fw-regular);line-height:1;text-transform:uppercase}}@media screen and (max-width:767px){.wlsn-search-products .wlsn-product-card .wlsn-product-card__title{font-size:18px}.wlsn-search-products .wlsn-product-card__highlight-text{font-size:14px}.wlsn-search-products .wlsn-product-card--layout-mob-landscape .wlsn-product-card__wrapper{grid-template-columns:115px minmax(0,1fr)}.wlsn-search-products .wlsn-product-card__content{justify-self:stretch}.wlsn-search-products .wlsn-product-card .wlsn-product-card__badge{margin-left:auto}.wlsn-search-products .wlsn-product-card .wlsn-product-card__price{margin-bottom:0}.wlsn-search-products .wlsn-product-card--layout-tab-landscape .wlsn-product-card__wrapper{padding-bottom:12px}.wlsn-search-term{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/154/assets/wlsn-header-search.css.map */
