.ffh-hero{position:relative;width:100%;height:500px;min-height:500px;overflow:hidden;display:flex;align-items:flex-end}.ffh-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.ffh-hero__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;position:absolute;top:0;left:0}.ffh-hero__bg--placeholder{background:linear-gradient(135deg,#3d0c0c,#6b2d2d 60%,#e8c9a0);position:absolute;top:0;right:0;bottom:0;left:0}.ffh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(61,12,12,.55) 0%,rgba(61,12,12,.15) 60%,transparent 100%);z-index:1}.ffh-hero__content{position:relative;z-index:2;padding:60px;max-width:680px;color:#fff;animation:ffh-fade-up .9s cubic-bezier(.4,0,.2,1) both}.ffh-hero__eyebrow{font-family:Jost,sans-serif;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#e8c9a0;opacity:.8;margin:0 0 1rem}.ffh-hero__heading{font-family:Cormorant Garamond,serif;font-size:80px;font-weight:300;line-height:84px;color:#fff;letter-spacing:1px;margin:0 0 22px}.ffh-hero__subheading{font-family:Jost,sans-serif;font-size:11.5px;font-weight:300;color:#ffffffd1;line-height:1.7;margin:0 0 36px;max-width:520px;letter-spacing:.5px}@keyframes ffh-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.ffh-hero{height:90vh!important;min-height:90vh!important;align-items:flex-end}.ffh-hero__bg--desktop{display:none}.ffh-hero__bg--mobile{display:block}.ffh-hero__content{padding:30px 24px 50px!important}.ffh-hero__heading{font-size:clamp(2.8rem,12vw,4.5rem)!important;line-height:1.1!important}}.ffh-btn{display:inline-block;font-family:Jost,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;cursor:pointer;padding:14px 36px;border-radius:1px;transition:all .25s}.ffh-btn--light{background:#e8c9a0;color:#3d0c0c;border:1px solid #E8C9A0}.ffh-btn--light:hover{background:transparent;color:#e8c9a0}.ffh-btn--dark{background:#3d0c0c;color:#e8c9a0;border:1px solid #3D0C0C}.ffh-btn--dark:hover{background:transparent;color:#3d0c0c;border-color:#3d0c0c}.ffh-center{text-align:center;margin-top:2.5rem}.ffh-announce{background:#3d0c0c;padding:.7rem 0;overflow:hidden;white-space:nowrap}.ffh-announce__track{display:inline-flex;gap:2rem;animation:ffh-scroll 20s linear infinite}.ffh-announce__item{font-family:Jost,sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#e8c9a0}.ffh-announce__sep{color:#e8c9a066}@keyframes ffh-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ffh-cats{padding:3rem 2.5rem;background:#f5ede0}.ffh-cats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.ffh-cat{display:flex;flex-direction:column;align-items:center;text-decoration:none;gap:.75rem}.ffh-cat__img-wrap{width:100%;aspect-ratio:3/4;overflow:hidden;position:relative;background:#ede0d0}.ffh-cat__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.ffh-cat:hover .ffh-cat__img{transform:scale(1.04)}.ffh-cat__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(61,12,12,.4) 0%,transparent 50%)}.ffh-cat__placeholder{width:100%;height:100%;background:linear-gradient(160deg,#ede0d0,#c8a882);display:flex;align-items:center;justify-content:center}.ffh-cat__label{font-family:Cormorant Garamond,serif;font-size:16px;font-weight:400;letter-spacing:1px;color:#2a0808;text-align:center;border-bottom:1px solid rgba(61,12,12,.2);padding-bottom:.3rem;transition:border-color .2s}.ffh-cat:hover .ffh-cat__label{border-color:#3d0c0c}.ffh-section-header{text-align:center;margin-bottom:2rem}.ffh-section-title{font-family:Cormorant Garamond,serif;font-size:clamp(28px,3.5vw,40px);font-weight:300;color:#2a0808;letter-spacing:2px;margin:0 0 .4rem}.ffh-section-sub{font-family:Jost,sans-serif;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#8b6b5a;margin:0}.ffh-featured{padding:3.5rem 2.5rem;background:#faf5ee}.ffh-product-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem 1.25rem}.ffh-product-card{display:flex;flex-direction:column;text-decoration:none;border:1px solid rgba(61,12,12,.12);background:#f5ede0;transition:transform .25s,box-shadow .25s}.ffh-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #3d0c0c1a}.ffh-product-card__img-wrap{width:100%;aspect-ratio:3/4;overflow:hidden;position:relative;background:linear-gradient(160deg,#ede0d0,#d4b896)}.ffh-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.ffh-product-card:hover .ffh-product-card__img{transform:scale(1.03)}.ffh-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ffh-product-card__badge{position:absolute;top:10px;left:10px;padding:3px 10px;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;font-family:Jost,sans-serif}.ffh-product-card__badge--sale{background:#6b2d2d;color:#e8c9a0}.ffh-product-card__info{padding:.6rem .8rem .8rem;display:flex;flex-direction:column;gap:.3rem}.ffh-product-card__swatches{display:flex;gap:4px}.ffh-swatch{width:13px;height:13px;border-radius:50%;outline:1px solid rgba(61,12,12,.2);outline-offset:0}.ffh-product-card__name{font-family:Jost,sans-serif;font-size:13px;color:#2a0808;line-height:1.4;margin:0}.ffh-product-card__price{display:flex;align-items:baseline;gap:6px}.ffh-price-main,.ffh-price-sale{font-family:Cormorant Garamond,serif;font-size:16px;font-weight:500;color:#3d0c0c}.ffh-price-old{font-family:Cormorant Garamond,serif;font-size:13px;color:#8b6b5a;text-decoration:line-through}.ffh-lifestyle{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.ffh-lifestyle__left,.ffh-lifestyle__right{position:relative;overflow:hidden}.ffh-lifestyle__img{width:100%;height:100%;object-fit:cover;display:block}.ffh-lifestyle__placeholder{width:100%;height:100%;min-height:400px;background:linear-gradient(160deg,#ede0d0,#c8a882)}.ffh-lifestyle__text{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem;background:linear-gradient(to top,rgba(61,12,12,.85) 0%,rgba(61,12,12,.3) 60%,transparent 100%)}.ffh-lifestyle__heading{font-family:Cormorant Garamond,serif;font-size:clamp(24px,3vw,38px);font-weight:300;color:#f5ede0;letter-spacing:2px;margin:0 0 .75rem}.ffh-lifestyle__body{font-family:Jost,sans-serif;font-size:14px;font-weight:300;color:#f5ede0d9;line-height:1.6;margin:0 0 1.25rem}.ffh-benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#3d0c0c;border-top:1px solid rgba(232,201,160,.15)}.ffh-benefit{display:flex;align-items:center;gap:1rem;padding:1.75rem 1.5rem;border-right:1px solid rgba(232,201,160,.1)}.ffh-benefit:last-child{border-right:none}.ffh-benefit__icon{color:#e8c9a0;flex-shrink:0}.ffh-benefit__text{display:flex;flex-direction:column;gap:.2rem}.ffh-benefit__title{font-family:Jost,sans-serif;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#e8c9a0;font-weight:500}.ffh-benefit__desc{font-family:Jost,sans-serif;font-size:11px;color:#e8c9a099}.ffh-testimonials{padding:4rem 2.5rem;background:#f5ede0;text-align:center}.ffh-testimonials__track{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.ffh-testimonials__track::-webkit-scrollbar{display:none}.ffh-testimonial{flex:0 0 100%;scroll-snap-align:start;padding:0 3rem}.ffh-testimonial__stars{font-size:18px;color:#c4a882;margin-bottom:1.25rem;letter-spacing:3px}.ffh-testimonial__text{font-family:Cormorant Garamond,serif;font-size:clamp(18px,2.5vw,26px);font-weight:300;font-style:italic;line-height:1.6;color:#2a0808;margin:0 0 1.5rem}.ffh-testimonial__name{font-family:Jost,sans-serif;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#8b6b5a}.ffh-testimonials__dots{display:flex;justify-content:center;gap:.6rem;margin-top:2rem}.ffh-dot{width:8px;height:8px;border-radius:50%;border:1px solid rgba(61,12,12,.3);background:transparent;cursor:pointer;padding:0;transition:all .2s}.ffh-dot.active{background:#3d0c0c;border-color:#3d0c0c}@media screen and (max-width:749px){.ffh-hero__content{padding:0 1.5rem}.ffh-cats{padding:2rem 1rem}.ffh-cats__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ffh-featured{padding:2rem 1rem}.ffh-product-row{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem;scrollbar-width:none}.ffh-product-row::-webkit-scrollbar{display:none}.ffh-product-card{min-width:65vw;scroll-snap-align:start;flex-shrink:0}.ffh-lifestyle{grid-template-columns:1fr}.ffh-benefits{grid-template-columns:repeat(2,1fr)}.ffh-benefit{padding:1.25rem 1rem}.ffh-testimonial{padding:0 1rem}}.ffh-hero__bg--mobile{display:none}.ffh-hero__bg--desktop{display:block}@media screen and (max-width:749px){.ffh-hero__bg--desktop{display:none}.ffh-hero__bg--mobile{display:block}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/faja-flex-home.css.map */
