.w-hero{position:relative;display:flex;overflow:hidden;min-height:var(--w-hero-min-mobile, 78svh)}@media screen and (min-width:750px){.w-hero{min-height:var(--w-hero-min-desktop, 72svh)}}.w-hero--adapt{min-height:0}.w-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.w-hero__media img,.w-hero__media video,.w-hero__media svg{width:100%;height:100%;object-fit:cover;object-position:var(--w-hero-focal, center)}.w-hero__media svg{background:rgba(var(--color-foreground),.04)}.w-hero__media--desktop{display:none}.w-hero__media--desktop.w-hero__media--always{display:block}@media screen and (min-width:750px){.w-hero__media--desktop{display:block}.w-hero__media--mobile.w-hero__media--has-desktop{display:none}}.w-hero__overlay{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(0 0 0 / var(--w-hero-overlay, .2));pointer-events:none}.w-hero__overlay--gradient{background:linear-gradient(to top,rgb(0 0 0 / calc(var(--w-hero-overlay, .2) * 2)),rgb(0 0 0 / calc(var(--w-hero-overlay, .2) * .4)) 55%,#0000)}.w-hero__container{position:relative;display:flex;width:100%;padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(4rem,8vw,8rem)}.w-hero__content{max-width:62rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}.w-hero--text-light .w-hero__content{color:#fff}.w-hero--text-light .w-eyebrow{color:#fffc}.w-hero__heading{margin:0;font-size:var(--w-display-l);line-height:1.05}.w-hero--campaign .w-hero__heading{font-size:var(--w-display-m)}.w-hero__text{margin:0;max-width:48rem;font-size:var(--w-text-m);line-height:1.55}.w-hero__ctas{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.8rem}.w-hero--text-light .button--secondary{--color-secondary-button-text: 255, 255, 255;--color-button-text: 255, 255, 255;--alpha-button-background: 0;color:#fff}.w-hero--text-light .w-btn-inverse{--color-button: 255, 255, 255;--color-button-text: 33, 28, 22}.w-pos-h-left{justify-content:flex-start;text-align:left}.w-pos-h-center{justify-content:center;text-align:center}.w-pos-h-right{justify-content:flex-end;text-align:right}.w-pos-v-top{align-items:flex-start}.w-pos-v-middle{align-items:center}.w-pos-v-bottom{align-items:flex-end}.w-pos-h-center .w-hero__content{align-items:center}.w-pos-h-right .w-hero__content{align-items:flex-end}@media screen and (max-width:749px){.w-hero--mobile-bottom .w-hero__container{align-items:flex-end}.w-hero--mobile-center-text .w-hero__container{justify-content:center;text-align:center}.w-hero--mobile-center-text .w-hero__content{align-items:center}.w-hero__heading{font-size:var(--w-display-l)}}.w-hero--contained .w-hero__media,.w-hero--contained .w-hero__overlay{border-radius:var(--w-radius-none)}.w-tabs__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem 2.8rem;border-bottom:var(--w-hairline) solid rgba(var(--color-foreground),.12);margin-bottom:clamp(2rem,3vw,3.2rem);overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}.w-tabs__nav::-webkit-scrollbar{display:none}.w-tabs__tab{-webkit-appearance:none;appearance:none;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:1.2rem .2rem;font-family:var(--font-heading-family);font-size:clamp(1.7rem,1.4rem + .8vw,2.2rem);color:rgba(var(--color-foreground),.5);cursor:pointer;white-space:nowrap;transition:color var(--w-duration-base) var(--w-ease),border-color var(--w-duration-base) var(--w-ease)}.w-tabs__tab:hover{color:rgba(var(--color-foreground),.8)}.w-tabs__tab[aria-selected=true]{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground))}.w-tabs__tab:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.w-tabs__panel[hidden]{display:none}.w-tabs__footer{display:flex;justify-content:center;margin-top:clamp(2rem,3vw,3.2rem)}.w-catgrid{display:grid;gap:var(--grid-desktop-horizontal-spacing, 1.6rem);grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:990px){.w-catgrid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.w-catgrid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.w-catgrid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:749px){.w-catgrid--mobile-1{grid-template-columns:minmax(0,1fr)}.w-catgrid--mobile-rail{grid-auto-flow:column;grid-auto-columns:78%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.6rem}.w-catgrid--mobile-rail::-webkit-scrollbar{display:none}.w-catgrid--mobile-rail>*{scroll-snap-align:start}}.w-catcard{position:relative;display:block;color:rgb(var(--color-foreground));text-decoration:none}.w-catcard__media{position:relative;overflow:hidden;aspect-ratio:var(--w-catcard-ratio, 4 / 5);background:rgba(var(--color-foreground),.04)}.w-catcard__media img,.w-catcard__media svg{width:100%;height:100%;object-fit:cover;transition:transform var(--w-duration-slow) var(--w-ease)}@media(hover:hover){.w-catcard:hover .w-catcard__media img{transform:scale(1.04)}}.w-catcard__content{padding:1.4rem 0 0}.w-catcard--overlay .w-catcard__content{position:absolute;inset-inline:0;bottom:0;padding:2rem;color:#fff;background:linear-gradient(to top,#0000008c,#0000)}.w-catcard__title{margin:0;font-family:var(--font-heading-family);font-size:clamp(1.8rem,1.5rem + .8vw,2.4rem)}.w-catcard__text{margin:.4rem 0 0;font-size:1.35rem;color:rgba(var(--color-foreground),.7)}.w-catcard--overlay .w-catcard__text{color:#ffffffd9}.w-catcard__cta{margin-top:1rem}.w-split{display:grid;grid-template-columns:minmax(0,1fr)}@media screen and (min-width:990px){.w-split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.w-split--media-right .w-split__media{order:2}}.w-split__media{position:relative;overflow:hidden;min-height:44svh}@media screen and (min-width:990px){.w-split__media{min-height:var(--w-split-min, 60rem)}}.w-split__media img,.w-split__media svg,.w-split__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.w-split__media svg{background:rgba(var(--color-foreground),.04)}.w-split__content{display:flex;flex-direction:column;justify-content:center;gap:1.6rem;padding:clamp(3.2rem,6vw,8rem) clamp(2rem,6vw,9.6rem)}.w-split__content--center{align-items:center;text-align:center}.w-split__heading{margin:0;font-size:var(--w-display-m);line-height:1.12}.w-split__text{max-width:48rem}.w-split__text p{margin:0 0 1em}.w-split__text p:last-child{margin-bottom:0}.w-split__ctas{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.8rem}.w-benefits{display:grid;gap:2.4rem var(--w-gap-l);grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:750px){.w-benefits{grid-template-columns:repeat(var(--w-benefits-cols, 4),minmax(0,1fr))}}.w-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}.w-benefit__icon{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem}.w-benefit__icon svg{width:3.2rem;height:3.2rem;stroke-width:1.3}.w-benefit__icon img{width:4.4rem;height:4.4rem;object-fit:contain}.w-benefit__title{margin:0;font-size:1.4rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.w-benefit__text{margin:0;font-size:1.35rem;line-height:1.5;color:rgba(var(--color-foreground),.7);max-width:26rem}.w-benefits-wrap--borders{border-top:var(--w-hairline) solid rgba(var(--color-foreground),.1);border-bottom:var(--w-hairline) solid rgba(var(--color-foreground),.1)}.w-story{display:grid;gap:clamp(3.2rem,5vw,6.4rem);align-items:center}@media screen and (min-width:990px){.w-story{grid-template-columns:minmax(0,5fr) minmax(0,6fr)}.w-story--media-left .w-story__media-wrap{order:-1}}.w-story__content{display:flex;flex-direction:column;gap:1.6rem;align-items:flex-start}.w-story__heading{margin:0;font-size:var(--w-display-m);line-height:1.12}.w-story__text{max-width:52rem}.w-story__media-wrap{position:relative}.w-story__media{position:relative;overflow:hidden;aspect-ratio:4 / 5;background:rgba(var(--color-foreground),.04)}.w-story__media img,.w-story__media svg{width:100%;height:100%;object-fit:cover}.w-story__media--secondary{position:absolute;width:44%;aspect-ratio:1;bottom:-8%;left:-6%;border:6px solid rgb(var(--color-background));display:none}@media screen and (min-width:750px){.w-story__media--secondary{display:block}.w-story--has-secondary .w-story__media-wrap{margin-bottom:4rem}}.w-story__stats{display:flex;flex-wrap:wrap;gap:2.4rem 4rem;margin-top:1.2rem;padding-top:2rem;border-top:var(--w-hairline) solid rgba(var(--color-foreground),.12);width:100%}.w-story__stat-number{display:block;font-family:var(--font-heading-family);font-size:clamp(2.4rem,2rem + 1vw,3.2rem)}.w-story__stat-label{display:block;margin-top:.4rem;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.65)}.w-seo-content{max-width:var(--w-reading-max)}.w-seo-content--center{margin-inline:auto;text-align:center}.w-seo-content__heading{margin:0 0 1.6rem;font-size:var(--w-display-s)}.w-seo-content__body{color:rgba(var(--color-foreground),.8)}.w-faq{max-width:var(--w-reading-max);margin-top:2.4rem}.w-faq--center{margin-inline:auto}.w-faq__item{border-bottom:var(--w-hairline) solid rgba(var(--color-foreground),.12)}.w-faq__item:first-child{border-top:var(--w-hairline) solid rgba(var(--color-foreground),.12)}.w-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.8rem 0;cursor:pointer;list-style:none;font-weight:600;font-size:1.5rem;text-align:left}.w-faq__question::-webkit-details-marker{display:none}.w-faq__question .svg-wrapper{flex-shrink:0;transition:transform var(--w-duration-base) var(--w-ease)}.w-faq__item[open] .w-faq__question .svg-wrapper{transform:rotate(180deg)}.w-faq__answer{padding:0 0 2rem;color:rgba(var(--color-foreground),.8);text-align:left}westerly-recently-viewed,westerly-wishlist-grid{display:block}westerly-recently-viewed:not(.w-has-items){display:none}westerly-recently-viewed:not(.w-has-items)+.w-section-head{display:none}.w-remote-grid{display:grid;gap:var(--grid-desktop-horizontal-spacing, 1.6rem);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;padding:0;margin:0}@media screen and (min-width:990px){.w-remote-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.w-empty-state{text-align:center;padding:clamp(4rem,8vw,8rem) 2rem}.w-empty-state__heading{margin:0 0 1rem;font-size:var(--w-display-s)}.w-empty-state__text{margin:0 auto 2.4rem;max-width:44rem;color:rgba(var(--color-foreground),.7)}.w-sticky-atc{position:fixed;inset-inline:0;bottom:0;z-index:var(--w-z-sticky-bar);display:flex;align-items:center;gap:1.2rem;padding:1rem var(--w-gutter-mobile) calc(1rem + env(safe-area-inset-bottom,0px));background:rgb(var(--color-background));border-top:var(--w-hairline) solid rgba(var(--color-foreground),.1);transform:translateY(105%);transition:transform var(--w-duration-base) var(--w-ease)}.w-sticky-atc--visible{transform:translateY(0)}@media screen and (min-width:750px){.w-sticky-atc{display:none}}@media(prefers-reduced-motion:reduce){.w-sticky-atc{transition:none}}.w-sticky-atc__meta{min-width:0;flex:1 1 auto}.w-sticky-atc__title{display:block;font-size:1.3rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w-sticky-atc__price{display:block;font-size:1.25rem;color:rgba(var(--color-foreground),.7)}.w-sticky-atc__button{flex:0 0 auto;min-height:4.2rem;min-width:14rem}.w-section-borders{border-top:var(--w-hairline) solid rgba(var(--color-foreground),.1)}
/*# sourceMappingURL=/cdn/shop/t/20/assets/westerly-sections.css.map */
