:root{--fx-black: #101012;--fx-ink: #181416;--fx-white: #fff;--fx-cream: #f7f2ed;--fx-pink: #c71959;--fx-line: #e8e0da}html{scroll-behavior:smooth}body{background:var(--fx-white);color:var(--fx-ink)}body,button,input,textarea,select{font-family:Arial,Helvetica,sans-serif}body{overflow-x:hidden}.announcement-bar{min-height:32px;background:var(--fx-black)!important;color:#fff!important;border:0!important;letter-spacing:.12em;font-size:.68rem;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:30;background:#fffffff7!important;border-bottom:1px solid var(--fx-line)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{display:grid!important;grid-template-columns:1fr auto 1fr;grid-template-areas:". logo actions" "nav nav nav";gap:0;min-height:112px;padding-top:18px}.site-header .wordmark{grid-area:logo;align-self:center;color:var(--fx-black);font-size:clamp(1.7rem,2.5vw,2.4rem);font-weight:900;letter-spacing:.24em;line-height:1}.site-nav{grid-area:nav;justify-self:center;align-self:end;display:flex;gap:clamp(1rem,2vw,2.1rem);padding:18px 0 15px}.site-nav a{color:var(--fx-ink);font-size:.69rem;font-weight:700;letter-spacing:.11em}.header-actions{grid-area:actions;justify-self:end;align-self:center}.header-actions .icon-button{color:var(--fx-black)}.cart-count{background:var(--fx-pink);color:#fff}.fx-home{background:#fff}.fx-kicker{margin:0 0 .65rem;font-size:.66rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.fx-hero{display:grid;grid-template-columns:minmax(340px,38%) 1fr;min-height:min(790px,calc(100vh - 144px));background:var(--fx-black)}.fx-hero__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7.5rem);color:#fff}.fx-hero__copy:after{content:"FABRIX";position:absolute;left:clamp(3rem,7vw,7.5rem);bottom:1.25rem;color:#ffffff14;font-size:clamp(3rem,8vw,8rem);font-weight:900;letter-spacing:.08em}.fx-hero h1{margin:0;max-width:650px;color:#fff;font-size:clamp(3.1rem,6.5vw,7.2rem);font-weight:900;letter-spacing:-.055em;line-height:.88}.fx-hero__text{max-width:470px;margin:1.5rem 0 0;color:#ffffffc7;font-size:.98rem;line-height:1.65}.fx-actions{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.fx-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.8rem 1.35rem;border:1px solid currentColor;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:transform .2s ease,background .2s ease,color .2s ease}.fx-button:hover{transform:translateY(-2px)}.fx-button--light{background:#fff;color:var(--fx-black);border-color:#fff}.fx-button--dark{background:var(--fx-black);color:#fff;border-color:var(--fx-black)}.fx-text-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.6);font-size:.72rem;font-weight:700;letter-spacing:.1em}.fx-hero__visuals{display:grid;grid-template-columns:1.25fr .75fr;min-width:0;background:var(--fx-cream)}.fx-hero__stack{display:grid;grid-template-rows:1fr 1fr;min-height:0}.fx-hero__image{position:relative;display:block;min-height:0;overflow:hidden;border-left:1px solid rgba(16,16,18,.12);border-bottom:1px solid rgba(16,16,18,.12)}.fx-hero__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.fx-hero__image:hover img{transform:scale(1.025)}.fx-hero__image span{position:absolute;left:1rem;bottom:1rem;padding:.55rem .7rem;background:#ffffffe6;color:var(--fx-black);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.fx-section{padding:clamp(4rem,7vw,7.5rem) clamp(1rem,4vw,4.5rem)}.fx-section--soft{background:var(--fx-cream)}.fx-section__head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.8rem}.fx-section__head h2,.fx-campaign h2,.fx-instagram h2{margin:0;color:var(--fx-black);font-size:clamp(2rem,4.2vw,4.6rem);font-weight:900;letter-spacing:-.045em;line-height:.95}.fx-view-all{border-bottom:1px solid currentColor;font-size:.68rem;font-weight:800;letter-spacing:.12em}.fx-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.65rem,1.25vw,1.2rem)}.fx-products--two{grid-template-columns:repeat(2,minmax(0,360px))}.fx-product-card{min-width:0}.fx-product-card__media{position:relative;display:block;aspect-ratio:3 / 4;overflow:hidden;background:#eee7e1}.fx-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .55s cubic-bezier(.2,.7,.2,1)}.fx-product-card__image--secondary{opacity:0}.fx-product-card__media:hover .fx-product-card__image--primary{opacity:0;transform:scale(1.018)}.fx-product-card__media:hover .fx-product-card__image--secondary{opacity:1;transform:scale(1.018)}.fx-product-card__badges{position:absolute;top:.65rem;left:.65rem;z-index:2}.fx-product-card__badges span{display:inline-block;padding:.42rem .55rem;background:#ffffffeb;color:var(--fx-black);font-size:.56rem;font-weight:900;letter-spacing:.1em}.fx-product-card__details{display:flex;justify-content:space-between;gap:.6rem;padding-top:.75rem}.fx-product-card__details h3{margin:0;color:var(--fx-black);font-size:.82rem;font-weight:600;line-height:1.35}.fx-product-card__details p{margin:.3rem 0 0;color:var(--fx-ink);font-size:.78rem;font-weight:700}.fx-heart{flex:0 0 34px;width:34px;height:34px;padding:7px;border:0;background:transparent;color:var(--fx-black);cursor:pointer}.fx-heart svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}.fx-categories{padding:clamp(4rem,7vw,7.5rem) clamp(1rem,4vw,4.5rem);background:var(--fx-black);color:#fff}.fx-section__head--on-dark h2,.fx-section__head--on-dark .fx-kicker{color:#fff}.fx-categories__grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:.8rem;align-items:end}.fx-category{position:relative;display:block;min-height:540px;overflow:hidden;background:#e7ddd5}.fx-category--tall{min-height:640px}.fx-category:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0a0809bf)}.fx-category img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .6s ease}.fx-category:hover img{transform:scale(1.025)}.fx-category span{position:absolute;z-index:2;left:1.25rem;right:1.25rem;bottom:1.4rem;color:#fff;font-size:clamp(1.4rem,2.4vw,2.5rem);font-weight:900;letter-spacing:-.025em}.fx-category small{display:block;margin-bottom:.45rem;font-size:.58rem;letter-spacing:.14em}.fx-campaign{display:grid;grid-template-columns:58% 42%;min-height:700px;background:#efdfd7}.fx-campaign__image{min-height:650px;overflow:hidden}.fx-campaign__image img{width:100%;height:100%;object-fit:cover}.fx-campaign__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2.5rem,6vw,7rem)}.fx-campaign__copy p:not(.fx-kicker){max-width:430px;margin:1.3rem 0 1.8rem;color:#5f5358;line-height:1.7}.fx-notes{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--fx-line);border-bottom:1px solid var(--fx-line)}.fx-notes article{position:relative;min-height:300px;padding:clamp(2rem,4vw,4.5rem);border-right:1px solid var(--fx-line)}.fx-notes article:last-child{border-right:0}.fx-notes article>span{position:absolute;top:1.2rem;right:1.2rem;color:#d7cac2;font-size:2.5rem;font-weight:900}.fx-notes h3{max-width:330px;margin:0;color:var(--fx-black);font-size:clamp(1.45rem,2.5vw,2.7rem);line-height:1}.fx-notes article>p:last-child{max-width:390px;color:#6a5e63;line-height:1.6}.fx-instagram{padding:clamp(5rem,10vw,10rem) 1.2rem;text-align:center;background:#f4d5df}.fx-instagram p:not(.fx-kicker){margin:1.2rem auto 1.6rem;color:#66565c}.site-footer{background:var(--fx-black)!important;color:#fff!important}.site-footer .wordmark,.site-footer h3,.site-footer a{color:#fff}.site-footer p,.site-footer__bottom{color:#ffffffa6}.site-footer input{background:transparent;color:#fff;border-color:#ffffff59}@media(max-width:1100px){.site-header__inner{min-height:104px}.site-nav{gap:1rem}.site-nav a{font-size:.61rem}.fx-products{grid-template-columns:repeat(3,minmax(0,1fr))}.fx-products .fx-product-card:nth-child(n+4){display:none}.fx-products--two .fx-product-card{display:block!important}.fx-hero{grid-template-columns:42% 58%}.fx-hero__visuals{grid-template-columns:1fr}.fx-hero__stack{display:none}}@media(max-width:749px){.announcement-bar{min-height:30px;font-size:.58rem}.site-header__inner{grid-template-columns:44px 1fr auto;grid-template-areas:"menu logo actions";min-height:66px;padding:0 14px}.mobile-menu-button{display:inline-flex!important;grid-area:menu}.site-header .wordmark{font-size:1.35rem;letter-spacing:.19em}.site-nav{display:none}.header-actions{gap:.15rem}.account-link{display:none!important}.fx-hero{display:flex;min-height:auto;flex-direction:column}.fx-hero__copy{min-height:430px;padding:3.5rem 1.2rem 4rem}.fx-hero__copy:after{left:1.2rem;font-size:3rem}.fx-hero h1{font-size:clamp(3.5rem,16vw,5.1rem)}.fx-hero__text{font-size:.9rem}.fx-actions{align-items:flex-start;flex-direction:column;gap:1rem}.fx-hero__visuals{display:block;height:630px}.fx-hero__image--main{height:100%;border-left:0}.fx-hero__image span{left:.75rem;bottom:.75rem}.fx-section,.fx-categories{padding:3.8rem .75rem}.fx-section__head{margin-bottom:1.15rem}.fx-section__head h2,.fx-campaign h2,.fx-instagram h2{font-size:2.25rem}.fx-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.fx-products .fx-product-card:nth-child(n+5){display:block}.fx-products .fx-product-card:nth-child(5){grid-column:auto}.fx-product-card__details h3{font-size:.73rem}.fx-product-card__details p{font-size:.7rem}.fx-heart{width:30px;height:30px;flex-basis:30px}.fx-products--two{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-categories__grid{display:flex;gap:.65rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.fx-category,.fx-category--tall{flex:0 0 82vw;min-height:520px;scroll-snap-align:start}.fx-category span{font-size:1.8rem}.fx-campaign{display:flex;flex-direction:column;min-height:0}.fx-campaign__image{min-height:570px}.fx-campaign__copy{padding:3.4rem 1.2rem}.fx-notes{display:block}.fx-notes article{min-height:250px;border-right:0;border-bottom:1px solid var(--fx-line)}.fx-notes article:last-child{border-bottom:0}.fx-instagram{padding:5rem 1rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fx-product-card__image,.fx-category img,.fx-hero__image img,.fx-button{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/fabrix-v2.css.map */
