.new-header{min-height:13rem;display:grid;grid-template-areas:"search logo actions";grid-template-columns:minmax(18rem,45rem) minmax(16rem,1fr) minmax(16rem,45rem);align-items:center;gap:2.4rem}.section-header.shopify-section-header-sticky.new-header-top-hidden{top:calc(-1 * var(--new-top-header-height, 13rem))}.new-header__search{grid-area:search;justify-self:start;width:100%;max-width:45rem}.new-header__predictive-search{display:block;position:relative;width:100%;z-index:40}.new-header__predictive-search[open]:before{content:"";position:fixed;inset:var(--header-height, 18.4rem) 0 0;z-index:-1;background:#00000052;pointer-events:auto}.new-header__predictive-search[open]{z-index:101!important}.template-search .new-header__predictive-search[open]:before{top:0;right:0;bottom:0;left:0}.header-wrapper:has(.new-header__predictive-search[open]) .new-bottom-header__overlay,.header-wrapper:has(.new-header__predictive-search[open]) .new-bottom-header-mega__content,.header-wrapper:has(.new-header__predictive-search[open]) .new-bottom-header-dropdown__menu{visibility:hidden;opacity:0;pointer-events:none}.new-header__search-form{position:relative;width:100%}.new-header__search-field{height:4.8rem;display:flex;align-items:center;overflow:hidden;border:.1rem solid rgba(var(--color-foreground),.16);border-radius:50px;background:rgb(var(--color-background))}.new-header__search-input{min-width:0;width:100%;border:0;outline:0;box-shadow:none;padding:0 1.6rem 0 2rem;color:rgb(var(--color-foreground));background:transparent;font:inherit;font-family:var(--font-body-family);font-size:14px}.new-header__search-input::-webkit-search-cancel-button{display:none}.new-header__search-input::placeholder{color:rgba(var(--color-foreground),.5);opacity:1}.new-header__search-reset{flex:0 0 auto;min-width:5.2rem;height:4.6rem;border:0;padding:0 .6rem;color:rgb(var(--color-foreground));background:transparent;font:inherit;font-family:var(--font-body-family);font-size:14px;line-height:1;white-space:nowrap;cursor:pointer}.new-header__search-loader{display:none;flex:0 0 1.8rem;width:1.8rem;height:1.8rem;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.new-header__search-loader .spinner{display:block;width:1.8rem;height:1.8rem}.new-header__predictive-search[loading] .new-header__search-loader{display:inline-flex}.new-header__search-submit{width:5rem;height:4.6rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:0;padding:0;color:rgb(var(--color-foreground));background:transparent;cursor:pointer}.new-header__search-submit .svg-wrapper{width:2rem;height:2rem}.new-header__predictive-results{top:calc(100% + .6rem);left:0;right:0;width:100%;box-sizing:border-box;max-height:min(68rem,calc(100vh - 17rem));border:.1rem solid rgba(var(--color-foreground),.14);border-radius:.7rem;box-shadow:0 1.4rem 3.6rem rgba(var(--color-shadow),.16);overscroll-behavior:contain;font-family:var(--font-body-family);font-size:14px}.new-header__predictive-search[loading]:not([open]) .new-header__predictive-results{display:none}.new-header__predictive-results .predictive-search__results-groups-wrapper{flex-direction:column;gap:0}.new-header__predictive-results .predictive-search__result-group:first-child{flex:1 1 auto}.new-header__predictive-results .predictive-search__result-group{gap:0}.new-header__predictive-results .predictive-search__result-group:last-child{order:-1}.new-header__predictive-results .predictive-search__heading{margin:0 2rem;padding:1.5rem 0 .8rem;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:14px;letter-spacing:0;text-transform:none}.new-header__predictive-results .predictive-search__item{padding:1rem 2rem}.new-header__predictive-results .predictive-search__image{border-radius:.3rem;background:rgba(var(--color-foreground),.04)}.new-header__predictive-results .predictive-search__item-heading{font-family:var(--font-body-family);font-size:14px;letter-spacing:0}.new-header__predictive-results .predictive-search__item,.new-header__predictive-results .predictive-search__item .price,.new-header__predictive-results .predictive-search__item-vendor{font-family:var(--font-body-family);font-size:14px}.new-header__predictive-results .price--on-sale .price-item--last{color:var(--color-green)}.new-header__predictive-results .predictive-search__list-item[aria-selected=true]>*,.new-header__predictive-results .predictive-search__list-item:hover>*,.new-header__predictive-results .predictive-search__item[aria-selected=true],.new-header__predictive-results .predictive-search__item:hover{background-color:transparent}.new-header__predictive-results .predictive-search__search-for-button{padding:1.2rem 2rem}.new-header__predictive-results .predictive-search__item--term{min-height:4.4rem;justify-content:center;border-radius:8px;padding:1rem 1.6rem;color:#fff;background:#8752a3;font-family:var(--font-body-family);font-size:14px;font-weight:700;letter-spacing:.08rem;text-align:center;text-transform:uppercase}.new-header__predictive-results .predictive-search__item--term:hover,.new-header__predictive-results .predictive-search__item--term[aria-selected=true]{color:#fff;background:#73428d}.new-header__predictive-results .predictive-search__item--term .svg-wrapper,.new-header__search-icon,.new-header__drawer{display:none}.new-header__logo{grid-area:logo;justify-self:center;min-width:0}.new-header__logo .header__heading,.new-header__logo .header__heading-link{justify-self:center;text-align:center}.new-header__logo .header__heading-logo-wrapper{max-width:min(32rem,100%)}.new-header__actions{grid-area:actions;justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.new-header__social{display:flex;align-items:center;justify-content:flex-end;gap:.2rem;margin-right:1.2rem}.new-header__social .list-social__link{padding:.8rem}.new-header__actions .header__icon,.new-header__actions .header__icon--cart .icon{color:rgb(var(--color-foreground))}.new-header__actions .header__icon .svg-wrapper{width:4.4rem;height:4.4rem}@media screen and (max-width:1280px){.new-header{min-height:8.8rem;grid-template-columns:minmax(4.4rem,1fr) auto minmax(4.4rem,1fr);gap:1.2rem}.new-header__search{width:auto;max-width:none;display:flex;align-items:center;gap:5px}.new-header__search-form,.new-header__predictive-search{display:none}.new-header__search-icon{display:inline-flex}.new-header__drawer{display:inline-flex}.new-header__drawer header-drawer{display:flex;align-items:center;justify-content:center}.new-header.header .new-header__search-icon>.header__search,.new-header__search-icon .header__search,.new-header__search-icon .header__icon,.new-header__drawer .menu-drawer-container,.new-header__drawer .header__icon{display:inline-flex;align-items:center;justify-content:center}.new-header__search-icon .header__icon,.new-header__drawer .header__icon{width:3.5rem;height:3.5rem;color:rgb(var(--color-foreground))}.new-header__search-icon .svg-wrapper,.new-header__drawer .header__icon .svg-wrapper{width:2rem;height:2rem}.new-header__drawer .menu-drawer{width:min(42rem,100vw);background:rgb(var(--color-background))}.new-header__drawer .menu-drawer__navigation{padding:2rem 0}.new-header__drawer .menu-drawer__menu,.new-header__drawer .menu-drawer__menu li{margin:0;padding-left:0;list-style:none}.new-header__drawer .menu-drawer__menu li::marker{content:""}.new-header__drawer .menu-drawer__menu-item{min-height:4.8rem;display:flex;align-items:center;padding:1.2rem 3rem;font-size:16px;letter-spacing:0}.new-header__drawer .menu-drawer__menu-item--active,.new-header__drawer .menu-drawer__menu-item:hover,.new-header__drawer .menu-drawer__menu-item:focus{background:rgba(var(--color-foreground),.04)}.new-header__drawer .menu-drawer__account{display:none}.new-header__drawer .menu-drawer__utility-links{padding:1.6rem 3rem;border-top:.1rem solid rgba(var(--color-foreground),.08);background:rgb(var(--color-background))}.new-header__drawer .list-social{display:flex;align-items:center;gap:.8rem}.new-header__drawer .list-social__link{min-width:3.6rem;min-height:3.6rem;display:inline-flex;align-items:center;justify-content:center;padding:0}.new-header__social{display:none!important}.new-header__logo .header__heading-logo-wrapper{max-width:min(22rem,48vw)}}@media screen and (max-width:749px){.new-header{min-height:7.2rem;padding-left:1.5rem;padding-right:1.5rem}.new-header__actions{gap:0}}.new-bottom-header{display:block;background:var(--new-bottom-header-background, #8752a3);color:var(--new-bottom-header-color, #fff)}.new-bottom-header__nav{position:relative;display:flex;align-items:stretch}.new-bottom-header__scroller{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none}.new-bottom-header__scroller::-webkit-scrollbar{display:none}.new-bottom-header__list{min-width:max-content;min-height:5.4rem;display:flex;flex-wrap:nowrap;align-items:center;list-style:none;padding:0 0 0 6.6rem;margin:0;justify-content:center}.new-bottom-header__item{list-style:none;flex:0 0 auto;position:relative}.new-bottom-header__item--has-mega{position:static}.new-bottom-header__list li::marker,.new-bottom-header .menu-drawer__menu li::marker{content:""}.new-bottom-header__link{display:inline-flex;align-items:center;gap:.6rem;padding:0 1.6rem;color:currentColor;font-size:16px;font-weight:400;letter-spacing:0;line-height:1;white-space:nowrap;text-decoration:none}.new-bottom-header__link--summary{cursor:pointer}.new-bottom-header__link--summary .icon{display:none!important;position:static;right:auto;top:auto;width:1.2rem;height:1.2rem;flex:0 0 1.2rem;display:block;margin-left:.2rem;transition:transform var(--duration-short) ease}.new-bottom-header details[open]>.new-bottom-header__link--summary .icon{transform:rotate(180deg)}.new-bottom-header__link:hover,.new-bottom-header__link--active{color:currentColor;text-decoration:underline;text-underline-offset:.4rem}.new-bottom-header__link-title{color:inherit;text-decoration:none}.new-bottom-header__link:hover .new-bottom-header__link-title,.new-bottom-header__link--active .new-bottom-header__link-title{text-decoration:underline;text-underline-offset:.4rem}.new-bottom-header header-menu{display:block}.new-bottom-header details>summary{list-style:none}.new-bottom-header details>summary::-webkit-details-marker{display:none}.new-bottom-header-dropdown{position:relative}.new-bottom-header__overlay{position:fixed;top:var(--bottom-menu-top, var(--header-height, 0));right:0;bottom:0;left:0;z-index:20;visibility:hidden;opacity:0;pointer-events:none;background:#00000061;transition:opacity var(--duration-short) ease,visibility var(--duration-short) ease}.new-bottom-header__overlay:empty{display:block}.new-bottom-header__overlay.is-visible,.new-bottom-header:has(.new-bottom-header-dropdown[open],.new-bottom-header-mega[open])>.new-bottom-header__overlay{visibility:visible;opacity:1;pointer-events:auto}.new-bottom-header .new-bottom-header-dropdown__menu{position:fixed;top:var(--bottom-menu-top, 0);left:var(--bottom-menu-left, 1.2rem);z-index:30;min-width:24rem;width:max-content;max-width:min(34rem,calc(100vw - 3rem));padding:1.4rem 0;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.18);box-shadow:0 1.2rem 2.8rem rgba(var(--color-shadow),.12)}.new-bottom-header-dropdown__link{min-height:3.8rem;display:flex;align-items:center;padding:.8rem 2rem;color:rgb(var(--color-foreground));font-size:15px;line-height:1.25;text-decoration:none;white-space:nowrap}.new-bottom-header-dropdown__link:hover,.new-bottom-header-dropdown__link:focus,.new-bottom-header-dropdown__link.list-menu__item--active{background:transparent;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem}.new-bottom-header .new-bottom-header-compact{width:min(calc(var(--bottom-compact-width, 440px) + var(--bottom-mega-promo-width, 320px)),calc(100vw - 3rem));max-width:calc(100vw - 3rem);display:flex;align-items:stretch;padding:0;overflow:hidden;border-color:rgba(var(--color-foreground),.32)}.new-bottom-header .new-bottom-header-compact--promo-left{flex-direction:row-reverse}.new-bottom-header-compact__list{min-width:0;flex:0 1 var(--bottom-compact-width, 440px);display:grid;grid-template-columns:repeat(var(--bottom-compact-columns, 2),minmax(0,1fr));gap:0;padding:2.2rem 0;margin:0;list-style:none}.new-bottom-header-compact__column{min-width:0;padding:0 2.2rem;list-style:none}.new-bottom-header-compact__list--dividers .new-bottom-header-compact__column+.new-bottom-header-compact__column{border-left:.1rem solid rgba(var(--color-foreground),.2)}.new-bottom-header-compact__column-list{display:flex;flex-direction:column;gap:1.3rem}.new-bottom-header-compact__link{display:block;padding:0;color:rgb(var(--color-foreground));font-size:15px;font-weight:400;letter-spacing:0;line-height:1.35;text-decoration:none;overflow-wrap:break-word}.new-bottom-header-compact__link--parent{font-weight:500}.new-bottom-header-compact__nested-list{display:flex;flex-direction:column;gap:.7rem;padding-top:.8rem}.new-bottom-header-compact__link--nested{color:rgba(var(--color-foreground),.78);font-size:16px}.new-bottom-header-compact__link:hover,.new-bottom-header-compact__link--active{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem}.new-bottom-header-compact__promo{flex-basis:min(var(--bottom-mega-promo-width, 320px),38vw);min-height:clamp(18rem,min(var(--bottom-mega-promo-height, 250px),30vw),32rem)}.new-bottom-header-compact__promo .new-bottom-header-mega__promo-text{font-size:clamp(18px,1.6vw,28px)}.new-bottom-header-compact__promo .new-bottom-header-mega__promo-button{min-height:3.2rem;padding:.7rem 1.2rem;font-size:14px}.new-bottom-header-mega{position:static}.new-bottom-header-mega__content{position:fixed;top:var(--bottom-menu-top, 0);left:clamp(1.5rem,4vw,8rem);right:clamp(1.5rem,4vw,8rem);z-index:30;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.42);box-shadow:0 1.4rem 2.4rem rgba(var(--color-shadow),.1)}.js .new-bottom-header-mega__content,.js .new-bottom-header-dropdown__menu{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-1rem)}.new-bottom-header-mega[open] .new-bottom-header-mega__content,.new-bottom-header-dropdown[open] .new-bottom-header-dropdown__menu{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.new-bottom-header-mega__inner{display:flex;align-items:stretch;justify-content:center;gap:0;max-width:none;padding:0}.new-bottom-header-mega__inner--promo-left{flex-direction:row-reverse}.new-bottom-header-mega__list{min-width:0;flex:1 1 auto;display:grid;grid-template-columns:repeat(var(--bottom-mega-columns, 3),minmax(0,1fr));gap:0;padding:2.6rem 0;margin:0;list-style:none}.new-bottom-header-mega__column{min-width:0;padding:0 2.4rem;list-style:none}.new-bottom-header-mega__list--dividers .new-bottom-header-mega__column+.new-bottom-header-mega__column{border-left:.1rem solid rgba(var(--color-foreground),.2)}.new-bottom-header-mega__column-list{display:flex;flex-direction:column;gap:1.4rem}.new-bottom-header-mega__item{margin:0}.new-bottom-header-mega__link{display:block;padding:0;color:rgb(var(--color-foreground));font-size:15px;font-weight:400;letter-spacing:0;line-height:1.35;text-decoration:none;overflow-wrap:break-word}.new-bottom-header-mega__link--parent{color:rgb(var(--color-foreground));font-weight:500}.new-bottom-header-mega__nested-list{display:flex;flex-direction:column;gap:.8rem;padding-top:.8rem}.new-bottom-header-mega__link--nested{color:rgba(var(--color-foreground),.78);font-size:16px}.new-bottom-header-mega__link:hover,.new-bottom-header-mega__link--active{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem}.new-bottom-header-mega__promo{position:relative;flex:0 0 min(var(--bottom-mega-promo-width, 420px),34vw);min-height:clamp(22rem,min(var(--bottom-mega-promo-height, 320px),34vw),38rem);display:flex;align-items:flex-end;justify-content:center;overflow:hidden;color:var(--bottom-mega-promo-text, #fff);background:rgba(var(--color-foreground),.08);text-decoration:none}.new-bottom-header-mega__promo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bottom-mega-promo-overlay, #000);opacity:var(--bottom-mega-promo-opacity, .2)}.new-bottom-header-mega__promo-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.new-bottom-header-mega__promo-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:2.4rem;text-align:center}.new-bottom-header-mega__promo-content:empty{display:none}.new-bottom-header-mega__promo--text-top-left{align-items:flex-start;justify-content:flex-start}.new-bottom-header-mega__promo--text-top-left .new-bottom-header-mega__promo-content{align-items:flex-start;text-align:left}.new-bottom-header-mega__promo--text-bottom-left{align-items:flex-end;justify-content:flex-start}.new-bottom-header-mega__promo--text-bottom-left .new-bottom-header-mega__promo-content{align-items:flex-start;text-align:left}.new-bottom-header-mega__promo--text-center{align-items:center;justify-content:center}.new-bottom-header-mega__promo-text{font-family:var(--font-heading-family);font-size:clamp(22px,2vw,34px);line-height:1.1}.new-bottom-header-mega__promo-button{min-height:3.8rem;display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.6rem;color:currentColor;border:.1rem solid currentColor;font-size:16px;line-height:1}.new-bottom-header__arrow{position:absolute;top:0;z-index:2;width:5.6rem;height:100%;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;color:currentColor;background:linear-gradient(90deg,rgba(135,82,163,0) 0%,var(--new-bottom-header-background, #8752a3) 62%);cursor:pointer}.new-bottom-header__arrow[hidden]{display:none}.new-bottom-header__arrow .icon{width:1.4rem;height:1.4rem}.new-bottom-header__arrow--left{left:0;background:linear-gradient(90deg,var(--new-bottom-header-background, #8752a3) 38%,rgba(135,82,163,0) 100%)}.new-bottom-header__arrow--left .icon{transform:rotate(90deg)}.new-bottom-header__arrow--right{right:0}.new-bottom-header__arrow--right .icon{transform:rotate(-90deg)}@media screen and (min-width:1281px)and (max-width:1600px){.new-bottom-header__link{padding-inline:1.3rem}.new-bottom-header__list{min-height:4.5rem}.new-bottom-header__link{font-size:14px}.header__heading-logo{width:190px}.new-header__search{max-width:40rem}.new-header__search-field{height:4.3rem}.new-bottom-header-compact__link,.new-bottom-header-dropdown__link,.new-bottom-header-mega__link{font-size:14px}}@media screen and (min-width:1281px)and (max-width:1440px){.new-header{min-height:12rem}.new-header__search-submit{width:4rem;height:4rem}.new-header__search-submit .svg-wrapper{width:1.8rem;height:1.8rem}.new-header__search-input{padding-inline:1.8rem}.new-header__search{max-width:38rem}.header__icon .icon{width:1.8rem;height:1.8rem}.new-header__actions .header__icon .svg-wrapper{width:3.8rem;height:3.8rem}.new-header__search-field{height:4rem}.new-bottom-header__link{font-size:13px}.new-header__social .svg-wrapper{width:18px;height:18px}}@media screen and (max-width:1280px){.new-bottom-header,.new-bottom-header__overlay{display:none}.new-header__search{margin-left:-1.5rem}}.search-modal{background-color:rgb(var(--color-background))!important;border-bottom:.1rem solid rgba(var(--color-foreground),.08)!important}.search-modal__content{display:flex!important;align-items:center!important;justify-content:center!important;gap:2rem!important;padding:0 6rem!important}@media screen and (max-width:749px){.search-modal__content{gap:1.2rem!important;padding:0 1.5rem!important}}.search-modal__form{flex:1 1 auto!important;max-width:68rem!important;width:100%!important}.search-modal .field{height:4.8rem!important;display:flex!important;align-items:center!important;overflow:hidden!important;border:.1rem solid rgba(var(--color-foreground),.16)!important;border-radius:50px!important;background-color:rgb(var(--color-background))!important;box-shadow:none!important}.search-modal .field:after,.search-modal .field:before{display:none!important;content:none!important;box-shadow:none!important}.search-modal .search__input.field__input{min-width:0!important;width:100%!important;border:0!important;outline:0!important;box-shadow:none!important;padding:0 10.5rem 0 2.4rem!important;color:rgb(var(--color-foreground))!important;background:transparent!important;font:inherit!important;font-family:var(--font-body-family)!important;font-size:14px!important;height:100%!important}.search-modal .field__label{font-size:1.4rem!important;left:2.4rem!important;top:50%!important;transform:translateY(-50%)!important;margin-bottom:0!important;color:rgba(var(--color-foreground),.5)!important;transition:all var(--duration-short) ease!important;letter-spacing:.05rem!important;line-height:1!important}.search-modal .field__input:focus~.field__label,.search-modal .field__input:not(:placeholder-shown)~.field__label,.search-modal .field__input:-webkit-autofill~.field__label{font-size:1rem!important;top:1.2rem!important;transform:none!important;left:2.4rem!important;letter-spacing:.04rem!important}.search-modal .field__input:focus,.search-modal .field__input:not(:placeholder-shown),.search-modal .field__input:-webkit-autofill{padding:1.8rem 10.5rem .4rem 2.4rem!important}.search-modal .field__button{height:100%!important;top:0!important;bottom:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:transparent!important;border:0!important}.search-modal .search__button{right:0!important;width:4.8rem!important}.search-modal .reset__button{width:auto!important;min-width:5.2rem!important;padding:0 .6rem!important;right:4.8rem!important;font-family:var(--font-body-family)!important;font-size:14px!important;font-weight:500!important;color:rgba(var(--color-foreground),.7)!important;cursor:pointer!important;line-height:1!important;white-space:nowrap!important;display:flex!important}.search-modal .reset__button:hover{text-decoration:underline!important;color:rgb(var(--color-foreground))!important}.search-modal .reset__button:after{display:none!important}.search-modal__close-button{position:static!important;margin:0!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;width:4.4rem!important;height:4.4rem!important;color:rgb(var(--color-foreground))!important;transition:transform var(--duration-short) ease,color var(--duration-short) ease!important}.search-modal__close-button:hover{transform:scale(1.1)!important;color:var(--color-purple, #8251a2)!important}.search-modal__close-button .svg-wrapper{width:2.2rem!important;height:2.2rem!important}@media screen and (max-width:1440px){.search-modal .field{height:4rem!important}.search-modal .search__input.field__input{padding:0 9.2rem 0 2rem!important;font-size:13px!important}.search-modal .field__label{font-size:1.3rem!important;left:2rem!important}.search-modal .field__input:focus~.field__label,.search-modal .field__input:not(:placeholder-shown)~.field__label,.search-modal .field__input:-webkit-autofill~.field__label{font-size:.9rem!important;top:.8rem!important;left:2rem!important}.search-modal .search__button{width:4rem!important}.search-modal .reset__button{right:4rem!important;font-size:13px!important;min-width:4.8rem!important}}.search-modal .predictive-search{top:calc(100% + .6rem)!important;left:0!important;right:0!important;width:100%!important;box-sizing:border-box!important;max-height:min(68rem,calc(100vh - 17rem))!important;border:.1rem solid rgba(var(--color-foreground),.14)!important;border-radius:.7rem!important;box-shadow:0 1.4rem 3.6rem rgba(var(--color-shadow),.16)!important;overscroll-behavior:contain!important;font-family:var(--font-body-family)!important;font-size:14px!important;background-color:rgb(var(--color-background))!important}.search-modal .predictive-search__heading{margin:0 2rem!important;padding:1.5rem 0 .8rem!important;color:rgb(var(--color-foreground))!important;font-family:var(--font-body-family)!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important;border-bottom:.1rem solid rgba(var(--color-foreground),.08)!important}.search-modal .predictive-search__item{padding:1rem 2rem!important;font-family:var(--font-body-family)!important}.search-modal .predictive-search__image{border-radius:.3rem!important;background:rgba(var(--color-foreground),.04)!important}.search-modal .predictive-search__item-heading{font-family:var(--font-body-family)!important;font-size:14px!important;letter-spacing:0!important;font-weight:500!important;text-transform:none!important}.search-modal .predictive-search__item-query-result,.search-modal .predictive-search__item-query-result *{font-family:var(--font-body-family)!important;font-size:14px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}.search-modal .predictive-search__item,.search-modal .predictive-search__item .price,.search-modal .predictive-search__item-vendor{font-family:var(--font-body-family)!important;font-size:14px!important}.search-modal .price--on-sale .price-item--last{color:var(--color-green)!important}.search-modal .predictive-search__list-item[aria-selected=true]>*,.search-modal .predictive-search__list-item:hover>*,.search-modal .predictive-search__item[aria-selected=true],.search-modal .predictive-search__item:hover{background-color:transparent!important}.search-modal .predictive-search__search-for-button{padding:1.2rem 2rem!important}.search-modal .predictive-search__item--term{min-height:4.4rem!important;justify-content:center!important;border-radius:.3rem!important;padding:1rem 1.6rem!important;color:#fff!important;background:#8752a3!important;font-family:var(--font-body-family)!important;font-size:14px!important;font-weight:700!important;letter-spacing:.08rem!important;text-align:center!important;text-transform:uppercase!important;width:100%!important;display:flex!important}.search-modal .predictive-search__item--term:hover,.search-modal .predictive-search__item--term[aria-selected=true]{color:#fff!important;background:#73428d!important}.search-modal .predictive-search__item--term .svg-wrapper,.search-modal .predictive-search__item--term .icon-arrow{display:none!important}.shopify-section-header-sticky{z-index:100!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/new-header.css.map */
