.mobilya-floating-hero{--mfh-content-padding: clamp(1.6rem, 3vw, 3.2rem);--hero-progress: 0;--hero-description-progress: 0;--hero-button-progress: 0;--hero-heading-progress: 0;--hero-scale: 1;position:relative;width:100%;overflow:visible;color:var(--mfh-hero-text);background:rgb(var(--color-background))}.mobilya-floating-hero *,.mobilya-floating-hero *:before,.mobilya-floating-hero *:after{box-sizing:border-box}.mobilya-floating-hero__announcement{position:relative;z-index:1;display:flex;min-height:3.4rem;align-items:center;overflow:hidden;color:var(--mfh-announcement-text);background:var(--mfh-announcement-background)}.mobilya-floating-hero__ticker-track{display:flex;flex:none;width:max-content;animation:mobilya-floating-hero-ticker 30s linear infinite;will-change:transform}.mobilya-floating-hero__ticker-group{display:flex;flex:none;align-items:center}.mobilya-floating-hero__ticker-item{display:inline-flex;min-height:3.4rem;align-items:center;padding-inline:2.4rem;font-size:1.2rem;font-weight:600;letter-spacing:.08em;line-height:1;white-space:nowrap}.mobilya-floating-hero__ticker-item:after{width:.5rem;height:.5rem;margin-left:4.8rem;border-radius:50%;background:currentColor;content:"";opacity:.8}.mobilya-floating-hero__navigation-layer{position:fixed;z-index:900;top:4.6rem;right:0;left:0;color:var(--mfh-nav-text);opacity:1;pointer-events:none;visibility:visible;transition:top .22s ease,transform .22s ease,opacity .18s ease,visibility 0s}.mobilya-floating-hero.is-scrolled .mobilya-floating-hero__navigation-layer{top:1.2rem}.mobilya-floating-hero.is-navigation-hidden .mobilya-floating-hero__navigation-layer{visibility:hidden;opacity:0;transform:translate3d(0,calc(-100% - 3.2rem),0);transition:top .22s ease,transform .22s ease,opacity .18s ease,visibility 0s linear .22s}.mobilya-floating-hero__navigation-layer .page-width{pointer-events:none}.mobilya-floating-hero__desktop-nav{display:none}.mobilya-floating-hero__mobile-nav{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:0;border:.1rem solid transparent;border-radius:999px;background:transparent;box-shadow:none;pointer-events:auto;transition:gap .22s ease,padding .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.mobilya-floating-hero__logo,.mobilya-floating-hero__mobile-logo,.mobilya-floating-hero__panel-logo{color:var(--mfh-nav-text);font-family:var(--font-heading-family);font-size:2.2rem;font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.035em;line-height:1;text-decoration:none}.mobilya-floating-hero__mobile-logo{max-width:min(46vw,19rem);padding:1.2rem 1.4rem;overflow:hidden;border:.1rem solid rgba(35,31,27,.08);border-radius:999px;background:var(--mfh-nav-background);box-shadow:0 1rem 3rem #140c081a;text-overflow:ellipsis;white-space:nowrap;transition:max-width .22s ease,padding .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.mobilya-floating-hero__mobile-pill{position:relative;display:flex;flex:none;min-height:5rem;align-items:center;gap:.1rem;padding:.3rem;border:.1rem solid rgba(35,31,27,.08);border-radius:999px;color:var(--mfh-nav-text);background:var(--mfh-nav-background);box-shadow:0 1rem 3rem #140c081f;transition:border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.mobilya-floating-hero.is-scrolled .mobilya-floating-hero__mobile-nav{gap:0;padding:.3rem;border-color:#231f1b14;background:var(--mfh-nav-background);box-shadow:0 1rem 3rem #140c0824}.mobilya-floating-hero.is-scrolled .mobilya-floating-hero__mobile-logo{max-width:min(44vw,19rem);padding-inline:1.1rem;border-color:transparent;background:transparent;box-shadow:none}.mobilya-floating-hero.is-scrolled .mobilya-floating-hero__mobile-pill{border-color:transparent;background:transparent;box-shadow:none}.mobilya-floating-hero__icon-link,.mobilya-floating-hero__menu-toggle,.mobilya-floating-hero__panel-close{position:relative;display:inline-flex;width:4.4rem;height:4.4rem;flex:0 0 4.4rem;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;color:inherit;background:transparent;cursor:pointer;text-decoration:none}.mobilya-floating-hero__icon{display:inline-flex;width:2.2rem;height:2.2rem;align-items:center;justify-content:center}.mobilya-floating-hero__icon svg{display:block;width:100%;height:100%}.mobilya-floating-hero__icon--cart svg{transform:scale(2.05);transform-origin:center}.mobilya-floating-hero__icon-link:hover,.mobilya-floating-hero__menu-toggle:hover,.mobilya-floating-hero__panel-close:hover{background:#231f1b12}.mobilya-floating-hero__icon-link:focus-visible,.mobilya-floating-hero__menu-toggle:focus-visible,.mobilya-floating-hero__panel-close:focus-visible,.mobilya-floating-hero__nav-link:focus-visible,.mobilya-floating-hero__logo:focus-visible,.mobilya-floating-hero__mobile-logo:focus-visible,.mobilya-floating-hero__panel-logo:focus-visible,.mobilya-floating-hero__mobile-search input:focus-visible,.mobilya-floating-hero__mobile-links a:focus-visible,.mobilya-floating-hero__button:focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}.mobilya-floating-hero__cart-count{position:absolute;top:.15rem;right:0;display:grid;min-width:1.8rem;height:1.8rem;place-items:center;padding-inline:.35rem;border-radius:999px;color:var(--mfh-nav-background);background:var(--mfh-nav-text);font-size:.95rem;font-weight:700;line-height:1}.mobilya-floating-hero__cart-count[hidden]{display:none}.mobilya-floating-hero__mobile-panel{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;display:flex;width:100vw;height:100dvh;flex-direction:column;padding:clamp(1.8rem,5vw,3.2rem);overflow-y:auto;visibility:hidden;color:var(--mfh-nav-text);background:var(--mfh-nav-background);opacity:0;pointer-events:none;transform:translate3d(-100%,0,0);transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .18s ease,visibility .28s}.mobilya-floating-hero.is-menu-open .mobilya-floating-hero__mobile-panel{visibility:visible;opacity:1;pointer-events:auto;transform:translateZ(0);transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .18s ease,visibility 0s}.mobilya-floating-hero__mobile-panel-header{display:flex;min-height:5.6rem;align-items:center;justify-content:space-between;gap:1.2rem;padding-bottom:1.6rem;border-bottom:.1rem solid rgba(35,31,27,.12)}.mobilya-floating-hero__panel-logo{max-width:min(52vw,23rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobilya-floating-hero__panel-actions{display:flex;flex:none;align-items:center;gap:.2rem}.mobilya-floating-hero__mobile-search{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1.2rem;margin-top:2rem;padding:.8rem 0 1.4rem;border-bottom:.1rem solid rgba(35,31,27,.22)}.mobilya-floating-hero__mobile-search input[type=search]{width:100%;min-width:0;padding:.8rem 0;border:0;border-radius:0;color:inherit;background:transparent;box-shadow:none;font:inherit;font-size:1.8rem}.mobilya-floating-hero__mobile-search input[type=search]::placeholder{color:currentColor;opacity:.55}.mobilya-floating-hero__mobile-panel-nav{margin-top:clamp(2.4rem,8vh,6rem)}.mobilya-floating-hero__mobile-links{display:grid;margin:0;padding:0;list-style:none}.mobilya-floating-hero__mobile-links li{border-bottom:.1rem solid rgba(35,31,27,.12)}.mobilya-floating-hero__mobile-links a{display:flex;min-height:6.4rem;align-items:center;padding:1.2rem .4rem;color:inherit;font-family:var(--font-heading-family);font-size:1.6rem;font-weight:400;line-height:1.25;text-decoration:none}.mobilya-floating-hero__mobile-links a:hover{padding-left:1rem;background:#231f1b0d}.mobilya-floating-hero__mobile-links a[aria-current=page]{color:#4f2d1a;font-weight:700}.mobilya-floating-hero__whatsapp-shell{position:fixed;z-index:980;right:max(2.4rem,env(safe-area-inset-right));bottom:max(2.4rem,env(safe-area-inset-bottom));animation:mobilya-floating-hero-whatsapp-float 2.6s ease-in-out infinite}.mobilya-floating-hero__whatsapp-link{display:grid;width:6rem;height:6rem;place-items:center;border:.1rem solid rgba(255,255,255,.28);border-radius:50%;color:#fff;background:#25d366;box-shadow:0 1.4rem 3.6rem #140c083d;text-decoration:none;transition:box-shadow .18s ease,transform .18s ease}.mobilya-floating-hero__whatsapp-link:hover{box-shadow:0 1.8rem 4.2rem #140c084d;transform:scale(1.06)}.mobilya-floating-hero__whatsapp-link:focus-visible{outline:.3rem solid #ffffff;outline-offset:.3rem}.mobilya-floating-hero__whatsapp-icon{display:block;width:3.2rem;height:3.2rem}.mobilya-floating-hero__scroll-scene{position:relative;height:auto;overflow:visible}.mobilya-floating-hero__stage{position:relative;height:100svh;min-height:var(--mfh-min-height-mobile);overflow:hidden;background:rgba(var(--color-foreground),.08)}.mobilya-floating-hero__media,.mobilya-floating-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.mobilya-floating-hero__media{z-index:0;transform:scale(var(--hero-scale));transform-origin:60% center;will-change:transform}.mobilya-floating-hero__image,.mobilya-floating-hero__placeholder,.mobilya-floating-hero__placeholder-svg{display:block;width:100%;height:100%}.mobilya-floating-hero__image{object-fit:cover;object-position:right center}.mobilya-floating-hero__placeholder{color:rgba(var(--color-foreground),.25);background:rgba(var(--color-foreground),.08)}.mobilya-floating-hero__placeholder-svg{object-fit:cover}.mobilya-floating-hero__overlay{z-index:1;background:linear-gradient(90deg,#140c087a,#140c082e 56%,#140c080d),rgba(20,12,8,var(--mfh-overlay-opacity));pointer-events:none}.mobilya-floating-hero__copy-layer,.mobilya-floating-hero__heading-layer{position:absolute;right:0;left:0}.mobilya-floating-hero__copy-layer{z-index:3;top:29%;pointer-events:none}.mobilya-floating-hero__copy{width:min(38rem,82vw);color:var(--mfh-hero-text);opacity:1;text-shadow:0 .2rem 1.8rem rgba(20,12,8,.25);pointer-events:auto;transform:none;will-change:auto}.mobilya-floating-hero__eyebrow{margin:0 0 1.2rem;font-size:1.1rem;font-weight:700;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.mobilya-floating-hero__description{max-width:34rem;font-size:clamp(1.55rem,2vw,1.9rem);font-weight:500;line-height:1.4}.mobilya-floating-hero.is-scroll-ready .mobilya-floating-hero__description{opacity:calc(1 - var(--hero-description-progress));transform:translate3d(0,calc(var(--hero-description-progress) * -1.6rem),0);will-change:transform,opacity}.mobilya-floating-hero__button-motion{width:max-content;max-width:100%}.mobilya-floating-hero.is-scroll-ready .mobilya-floating-hero__button-motion{opacity:calc(1 - var(--hero-button-progress));transform:translate3d(0,calc(var(--hero-button-progress) * -1.4rem),0);will-change:transform,opacity}.mobilya-floating-hero__button{display:inline-flex;min-height:5.2rem;align-items:center;justify-content:center;margin-top:2rem;padding:1.2rem 2.6rem;border:.1rem solid var(--mfh-nav-background);border-radius:999px;color:var(--mfh-nav-text);background:var(--mfh-nav-background);box-shadow:0 1.2rem 3rem #140c0824;font-size:1.5rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.mobilya-floating-hero__button:hover{box-shadow:0 1.6rem 3.6rem #140c0833;transform:translateY(-.2rem)}.mobilya-floating-hero__heading-layer{z-index:2;bottom:2.2rem;pointer-events:none}.mobilya-floating-hero__heading{max-width:105rem;margin:0;color:var(--mfh-hero-text);font-family:var(--font-heading-family);font-size:clamp(5.2rem,16.5vw,8.8rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:1px;line-height:.84;text-shadow:0 .4rem 2.6rem rgba(20,12,8,.2);text-wrap:balance}.mobilya-floating-hero__heading-visual,.mobilya-floating-hero__heading-word{display:inline}.mobilya-floating-hero__heading-word{display:inline-block;white-space:nowrap}.mobilya-floating-hero__heading-letter{display:inline-block;opacity:calc(1 - var(--letter-progress, 0));transform:translate3d(0,calc(var(--letter-progress, 0) * 1em),0);will-change:transform,opacity}@keyframes mobilya-floating-hero-ticker{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes mobilya-floating-hero-whatsapp-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-.8rem,0)}}@media screen and (min-width:750px){.mobilya-floating-hero__stage{min-height:var(--mfh-min-height-desktop)}.mobilya-floating-hero__media{transform-origin:right center}.mobilya-floating-hero__mobile-logo{max-width:24rem}.mobilya-floating-hero__copy-layer{top:35%}.mobilya-floating-hero__copy{width:42rem}.mobilya-floating-hero__heading{max-width:none;font-size:clamp(8rem,11.2vw,15rem)}}@media screen and (min-width:1280px){.mobilya-floating-hero__desktop-nav{display:grid;min-height:7.2rem;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:2rem;padding:.8rem 1.2rem .8rem 2.4rem;border:.1rem solid rgba(35,31,27,.08);border-radius:999px;color:var(--mfh-nav-text);background:var(--mfh-nav-background);box-shadow:0 1.4rem 4rem #140c081f;pointer-events:auto;transition:min-height .22s ease,padding .22s ease,box-shadow .22s ease}.mobilya-floating-hero.is-scrolled .mobilya-floating-hero__desktop-nav{min-height:6.4rem;padding-block:.4rem;box-shadow:0 1rem 3rem #140c0824}.mobilya-floating-hero__mobile-nav,.mobilya-floating-hero__mobile-panel{display:none}.mobilya-floating-hero__desktop-links{display:flex;min-width:0;align-items:center;gap:clamp(1.2rem,1.35vw,2.2rem);margin:0;padding:0;list-style:none;white-space:nowrap}.mobilya-floating-hero__nav-link{position:relative;color:inherit;font-size:1.6rem;font-weight:400;text-decoration:none}.mobilya-floating-hero__nav-link:hover{color:#4f2d1a}.mobilya-floating-hero__nav-link.is-current,.mobilya-floating-hero__nav-link[aria-current=page]{color:#4f2d1a;font-weight:700}.mobilya-floating-hero__logo{max-width:30rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.mobilya-floating-hero__desktop-icons{display:flex;align-items:center;justify-content:flex-end;gap:.2rem}.mobilya-floating-hero__copy-layer{top:38%}.mobilya-floating-hero__copy{width:min(40rem,36vw)}.mobilya-floating-hero__heading-layer{bottom:2.8rem}}@media screen and (min-width:1280px)and (max-width:1359px){.mobilya-floating-hero__desktop-nav{display:none}.mobilya-floating-hero__mobile-nav,.mobilya-floating-hero__mobile-panel{display:flex}}@media screen and (min-width:1360px){.mobilya-floating-hero__navigation-layer .page-width{max-width:calc(var(--page-width) + 30rem)}.mobilya-floating-hero__desktop-nav{gap:1.2rem;padding-inline:1.6rem 1rem}.mobilya-floating-hero__desktop-links{max-width:100%;justify-self:start;gap:clamp(.8rem,.7vw,1.2rem)}.mobilya-floating-hero__logo{max-width:25rem}}@media screen and (max-width:1279px){.mobilya-floating-hero__ticker-track{animation-duration:22s}}@media screen and (max-width:749px){.mobilya-floating-hero__whatsapp-shell{right:max(1.6rem,env(safe-area-inset-right));bottom:max(1.8rem,env(safe-area-inset-bottom))}.mobilya-floating-hero__whatsapp-link{width:5.6rem;height:5.6rem}.mobilya-floating-hero__whatsapp-icon{width:3rem;height:3rem}.mobilya-floating-hero__image{object-position:60% center!important}.mobilya-floating-hero__overlay{background:linear-gradient(180deg,#140c0814,#140c0840 48%,#140c0894),rgba(20,12,8,var(--mfh-overlay-opacity))}.mobilya-floating-hero__copy-layer{top:auto;bottom:clamp(20rem,27svh,25rem)}.mobilya-floating-hero__description{font-size:1.5rem}.mobilya-floating-hero__heading-layer{bottom:clamp(4.8rem,6svh,6.4rem)}.mobilya-floating-hero__heading{font-size:clamp(5rem,15vw,7.2rem);line-height:.88}.mobilya-floating-hero__button{min-width:15.5rem}.mobilya-floating-hero__ticker-item{padding-inline:1.6rem;font-size:1rem}.mobilya-floating-hero__ticker-item:after{margin-left:3.2rem}}@media(prefers-reduced-motion:reduce){.mobilya-floating-hero__ticker-track{width:100%;animation:none;transform:none;will-change:auto}.mobilya-floating-hero__ticker-group:first-child{width:100%}.mobilya-floating-hero__ticker-group:nth-child(2),.mobilya-floating-hero__ticker-item:nth-child(n+2){display:none}.mobilya-floating-hero__ticker-item{width:100%;justify-content:center;padding:.8rem 1.2rem;text-align:center;white-space:normal}.mobilya-floating-hero__ticker-item:after{display:none}.mobilya-floating-hero__scroll-scene{height:auto}.mobilya-floating-hero__stage{position:relative;height:auto;min-height:var(--mfh-min-height-mobile)}.mobilya-floating-hero__media,.mobilya-floating-hero__copy,.mobilya-floating-hero__description,.mobilya-floating-hero__button-motion,.mobilya-floating-hero__heading-letter{opacity:1!important;transform:none!important;will-change:auto}.mobilya-floating-hero__navigation-layer,.mobilya-floating-hero__mobile-nav,.mobilya-floating-hero__mobile-logo,.mobilya-floating-hero__mobile-pill,.mobilya-floating-hero__mobile-panel,.mobilya-floating-hero__button,.mobilya-floating-hero__whatsapp-link{transition:none}.mobilya-floating-hero__whatsapp-shell{animation:none}.mobilya-floating-hero__button:hover{transform:none}}@media screen and (min-width:750px)and (prefers-reduced-motion:reduce){.mobilya-floating-hero__stage{min-height:var(--mfh-min-height-desktop)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-mobilya-floating-hero.css.map */
