.image-block{overflow:hidden;border-radius:16px}.image-block__image{display:block;width:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);transform:scale(1);will-change:transform}.image-block:hover .image-block__image{transform:scale(1.12)}:root{--inova-bg: #ffffff;--inova-text: #111111;--inova-muted: #666666;--inova-border: #e8e8e8;--inova-dark: #111111;--inova-light: #ffffff;--inova-radius: 18px;--inova-transition: .35s ease;--inova-container: 1440px}body{color:var(--inova-text);background:var(--inova-bg)}a,button,.inova-btn{transition:all var(--inova-transition)}.inova-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:999px;background:var(--inova-dark);color:var(--inova-light);text-decoration:none;border:1px solid var(--inova-dark);font-weight:500;line-height:1}.inova-btn:hover{background:transparent;color:var(--inova-dark)}.inova-section{padding:80px 20px}.inova-container{max-width:var(--inova-container);margin:0 auto}[data-inova-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}[data-inova-reveal].is-visible{opacity:1;transform:translateY(0)}[data-inova-reveal=fade-left]{transform:translate(-28px)}[data-inova-reveal=fade-right]{transform:translate(28px)}[data-inova-reveal=zoom]{transform:scale(.96)}[data-inova-reveal=fade-left].is-visible,[data-inova-reveal=fade-right].is-visible,[data-inova-reveal=zoom].is-visible{transform:translate(0) scale(1)}@media screen and (max-width:749px){.inova-section{padding:52px 16px}.inova-btn{padding:13px 22px}}.inova-announcement{width:100%;background:var(--announcement-bg);color:var(--announcement-text);overflow:hidden;position:relative;z-index:120}.inova-announcement__link{color:inherit;text-decoration:none;display:block}.inova-announcement__inner{min-height:38px;display:flex;align-items:center;justify-content:center;padding:0 16px}.inova-announcement__text{margin:0;font-size:13px;line-height:1.4;letter-spacing:.04em;text-align:center;font-weight:500}.inova-announcement__marquee{width:100%;overflow:hidden;white-space:nowrap}.inova-announcement__track{display:inline-flex;align-items:center;gap:48px;min-width:max-content;animation:inova-marquee 22s linear infinite}.inova-announcement__track span{font-size:13px;line-height:1;letter-spacing:.04em;font-weight:500}.inova-announcement__track span:after{content:"\2022";margin-left:48px;opacity:.55}.inova-announcement:hover .inova-announcement__track{animation-play-state:paused}@keyframes inova-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:749px){.inova-announcement__inner{min-height:34px;padding:0 12px}.inova-announcement__text,.inova-announcement__track span{font-size:11px;letter-spacing:.03em}.inova-announcement__track{gap:32px;animation-duration:18s}.inova-announcement__track span:after{margin-left:32px}}.inova-hero{position:relative;min-height:var(--hero-height-desktop);overflow:hidden;color:var(--hero-text-color);background:#111}.inova-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.inova-hero__image,.inova-hero__placeholder svg{width:100%;height:100%;display:block;object-fit:cover}.inova-hero__image{transform:scale(1.04);animation:inovaHeroZoom 1.4s ease forwards}.inova-hero__image--mobile{display:none}.inova-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--hero-overlay-opacity);z-index:2}.inova-hero__content-wrapper{position:relative;z-index:3;min-height:var(--hero-height-desktop);max-width:1440px;margin:0 auto;padding:80px 28px;display:flex}.inova-hero--center-left .inova-hero__content-wrapper{align-items:center;justify-content:flex-start}.inova-hero--center .inova-hero__content-wrapper{align-items:center;justify-content:center;text-align:center}.inova-hero--center-right .inova-hero__content-wrapper{align-items:center;justify-content:flex-end;text-align:left}.inova-hero--bottom-left .inova-hero__content-wrapper{align-items:flex-end;justify-content:flex-start}.inova-hero__content{max-width:640px}.inova-hero__eyebrow{margin:0 0 16px;font-size:13px;line-height:1;letter-spacing:.16em;text-transform:uppercase;font-weight:600}.inova-hero__heading{margin:0;color:inherit;font-size:clamp(42px,6vw,88px);line-height:.95;letter-spacing:-.05em;font-weight:600}.inova-hero__subheading{margin-top:22px;max-width:520px;font-size:clamp(16px,1.5vw,20px);line-height:1.55}.inova-hero--center .inova-hero__subheading{margin-left:auto;margin-right:auto}.inova-hero__subheading p{margin:0}.inova-hero__buttons{margin-top:34px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.inova-hero--center .inova-hero__buttons{justify-content:center}.inova-hero__button{background:#fff;color:#111;border-color:#fff}.inova-hero__button:hover{background:transparent;color:#fff;border-color:#fff}.inova-hero__button-secondary{display:inline-flex;align-items:center;color:inherit;text-decoration:none;font-size:15px;font-weight:600;position:relative;padding-bottom:4px}.inova-hero__button-secondary:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;transform-origin:right;transform:scaleX(1);transition:transform .35s ease}.inova-hero__button-secondary:hover:after{transform:scaleX(0)}@keyframes inovaHeroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}@media screen and (max-width:749px){.inova-hero{min-height:var(--hero-height-mobile)}.inova-hero__content-wrapper{min-height:var(--hero-height-mobile);padding:56px 18px;align-items:flex-end!important;justify-content:flex-start!important;text-align:left!important}.inova-hero__image--desktop{display:none}.inova-hero__image--mobile{display:block}.inova-hero__content{max-width:100%}.inova-hero__eyebrow{font-size:11px;margin-bottom:12px}.inova-hero__heading{font-size:clamp(38px,12vw,58px);line-height:.98}.inova-hero__subheading{margin-top:16px;font-size:15px;max-width:94%}.inova-hero__buttons{margin-top:24px;gap:14px}}.inova-hero__content{opacity:1!important;visibility:visible!important;transform:none!important;color:var(--hero-text-color)!important}.inova-hero__content *{color:inherit!important}.product-card,.product-item,.productitem,.grid-product,.collection-product-card,.card-wrapper,.product-grid-item{position:relative;overflow:hidden;border-radius:18px;transition:transform .35s ease,box-shadow .35s ease}.product-card__image-wrapper,.product-item__image,.productitem--image,.grid-product__image-wrapper,.card__media,.product-grid-item__image{position:relative;overflow:hidden;border-radius:18px;background:#f7f7f7}.product-card img,.product-item img,.productitem img,.grid-product img,.card-wrapper img,.product-grid-item img{transition:transform .7s ease,opacity .35s ease}.product-card:hover img,.product-item:hover img,.productitem:hover img,.grid-product:hover img,.card-wrapper:hover img,.product-grid-item:hover img{transform:scale(1.06)}.product-card__title,.product-item__title,.productitem--title,.grid-product__title,.card__heading,.product-grid-item__title{font-size:15px;font-weight:500;line-height:1.35;letter-spacing:-.01em;margin-top:14px;color:#111}.price,.product-card__price,.product-item__price,.productitem--price,.grid-product__price{font-size:14px;font-weight:500;color:#111}.price__compare,.compare-at-price,.productitem--price-compare,.grid-product__price--original{color:#888;text-decoration:line-through;margin-left:6px}.badge,.product-badge,.productitem--badge,.grid-product__tag,.card__badge{border-radius:999px!important;padding:6px 10px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.04em;text-transform:uppercase}.quick-add,.product-card__quick-add,.productitem--action,.productitem--actions,.grid-product__quick-shop,.card__quick-add{opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.product-card:hover .quick-add,.product-card:hover .product-card__quick-add,.product-item:hover .productitem--action,.productitem:hover .productitem--action,.productitem:hover .productitem--actions,.grid-product:hover .grid-product__quick-shop,.card-wrapper:hover .card__quick-add{opacity:1;transform:translateY(0)}.quick-add button,.product-card__quick-add button,.productitem--action button,.productitem--actions button,.grid-product__quick-shop button,.card__quick-add button{border-radius:999px!important;background:#111!important;color:#fff!important;border:1px solid #111!important;padding:12px 18px!important;font-size:13px!important;font-weight:600!important;transition:all .35s ease}.quick-add button:hover,.product-card__quick-add button:hover,.productitem--action button:hover,.productitem--actions button:hover,.grid-product__quick-shop button:hover,.card__quick-add button:hover{background:#fff!important;color:#111!important}.product-card__info,.product-item__info,.productitem--info,.grid-product__meta,.card__content,.product-grid-item__info{padding-top:12px}.swatch,.color-swatch,.productitem--swatches,.grid-product__swatches{display:flex;gap:7px;margin-top:10px}.swatch button,.color-swatch button,.productitem--swatches button,.grid-product__swatches button{width:18px;height:18px;border-radius:999px;border:1px solid #ddd;padding:0}@media screen and (max-width:749px){.quick-add,.product-card__quick-add,.productitem--action,.productitem--actions,.grid-product__quick-shop,.card__quick-add{opacity:1;transform:none}.product-card,.product-item,.productitem,.grid-product,.collection-product-card,.card-wrapper,.product-grid-item,.product-card__image-wrapper,.product-item__image,.productitem--image,.grid-product__image-wrapper,.card__media,.product-grid-item__image{border-radius:14px}.product-card__title,.product-item__title,.productitem--title,.grid-product__title,.card__heading,.product-grid-item__title{font-size:14px}}.inova-featured-collection{background:#fff}.inova-featured-collection__header{max-width:720px;margin:0 auto 44px;text-align:center}.inova-featured-collection__eyebrow{margin:0 0 12px;font-size:12px;line-height:1;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#777}.inova-featured-collection__heading{margin:0;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.04em;color:#111}.inova-featured-collection__text{margin-top:16px;color:#666;font-size:16px;line-height:1.6}.inova-featured-collection__text p{margin:0}.inova-product-grid{display:grid;gap:28px}.inova-product-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.inova-product-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.inova-product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.inova-product-card{position:relative}.inova-product-card__media{position:relative;display:block;overflow:hidden;background:#f6f6f6;aspect-ratio:4 / 5;text-decoration:none}.inova-product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .45s ease,transform .75s ease}.inova-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.inova-product-card:hover .inova-product-card__image--primary{transform:scale(1.06)}.inova-product-card:hover .inova-product-card__image--secondary{opacity:1;transform:scale(1.06)}.inova-product-card__badges{position:absolute;top:14px;left:14px;z-index:2;display:flex;gap:8px;flex-wrap:wrap}.inova-product-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:6px 10px;border-radius:999px;background:#111;color:#fff;font-size:11px;line-height:1;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.inova-product-card__badge--sale{background:#fff;color:#111}.inova-product-card__info{padding-top:16px}.inova-product-card__vendor{margin:0 0 7px;font-size:11px;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:#777}.inova-product-card__title{margin:0;font-size:15px;line-height:1.4;font-weight:500}.inova-product-card__title a{color:#111;text-decoration:none}.inova-product-card__title a:hover{opacity:.65}.inova-product-card__price{margin-top:8px;display:flex;align-items:center;gap:8px;font-size:14px;line-height:1;font-weight:500;color:#111}.inova-product-card__price-sale{color:#111}.inova-product-card__price-compare{color:#888;text-decoration:line-through}.inova-product-card__form{margin-top:14px}.inova-product-card__quick-add{width:100%;min-height:44px;border-radius:999px;border:1px solid #111;background:#111;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .35s ease,color .35s ease,opacity .35s ease}.inova-product-card__quick-add:hover{background:#fff;color:#111}.inova-product-card__quick-add:disabled{cursor:not-allowed;opacity:.45}.inova-featured-collection__button-wrap{margin-top:46px;text-align:center}.inova-featured-collection__empty{padding:42px 20px;text-align:center;background:#f7f7f7;border-radius:18px;color:#666}@media screen and (max-width:989px){.inova-product-grid--4,.inova-product-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.inova-featured-collection__header{margin-bottom:30px;text-align:left}.inova-product-grid{grid-template-columns:repeat(var(--mobile-columns),minmax(0,1fr))!important;gap:18px}.inova-product-card__media{border-radius:16px}.inova-product-card__badges{top:10px;left:10px}.inova-product-card__badge{min-height:23px;padding:5px 8px;font-size:10px}.inova-product-card__info{padding-top:12px}.inova-product-card__title{font-size:14px}.inova-product-card__price{font-size:13px}.inova-product-card__quick-add{min-height:40px;font-size:12px}}.inova-promo-banners{background:#fff}.inova-promo-banners__header{margin:0 auto 42px;text-align:left}.inova-promo-banners__eyebrow{margin:0 0 12px;font-size:12px;line-height:1;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#777}.inova-promo-banners__heading{margin:0;font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.045em;color:#111}.inova-promo-banners__text{margin-top:16px;color:#666;font-size:16px;line-height:1.6}.inova-promo-banners__text p{margin:0}.inova-promo-banners__grid{display:grid;gap:24px}.inova-promo-banners__grid--1{grid-template-columns:1fr}.inova-promo-banners__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.inova-promo-banners__grid--3{grid-template-columns:1.2fr .9fr .9fr}.inova-promo-banner{position:relative;display:block;min-height:560px;overflow:hidden;border-radius:28px;color:#fff;text-decoration:none;isolation:isolate;background:#f5f5f5}.inova-promo-banners__grid--1 .inova-promo-banner{min-height:620px}.inova-promo-banners__grid--3 .inova-promo-banner{min-height:500px}.inova-promo-banners__grid--3 .inova-promo-banner:first-child{min-height:620px}.inova-promo-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.inova-promo-banner__image,.inova-promo-banner__placeholder{width:100%;height:100%;display:block}.inova-promo-banner__image{object-fit:cover;transform:scale(1.01);transition:transform 1s cubic-bezier(.22,1,.36,1)}.inova-promo-banner:hover .inova-promo-banner__image{transform:scale(1.08)}.inova-promo-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#00000014,#0000002e 45%,#0000008c);transition:opacity .35s ease}.inova-promo-banner:hover .inova-promo-banner__overlay{opacity:.48!important}.inova-promo-banner__content{position:relative;z-index:3;min-height:inherit;display:flex;flex-direction:column;padding:38px}.inova-promo-banner__content--bottom-left{justify-content:flex-end;align-items:flex-start;text-align:left}.inova-promo-banner__content--center-left{justify-content:center;align-items:flex-start;text-align:left}.inova-promo-banner__content--bottom-center{justify-content:flex-end;align-items:center;text-align:center}.inova-promo-banner__eyebrow{margin:0 0 14px;font-size:12px;line-height:1;letter-spacing:.16em;text-transform:uppercase;font-weight:600}.inova-promo-banner__title{margin:0;max-width:520px;color:inherit;font-size:clamp(34px,4vw,64px);line-height:.95;letter-spacing:-.055em;font-weight:600}.inova-promo-banners__grid--3 .inova-promo-banner__title{font-size:clamp(28px,3vw,44px)}.inova-promo-banner__description{margin:16px 0 0;max-width:430px;font-size:15px;line-height:1.55;opacity:.9}.inova-promo-banner__button{margin-top:26px;display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 20px;border-radius:999px;background:#fff;color:#111;font-size:13px;line-height:1;font-weight:700;transition:background .35s ease,color .35s ease,transform .35s ease}.inova-promo-banner:hover .inova-promo-banner__button{background:#111;color:#fff;transform:translateY(-2px)}.inova-promo-banner__arrow{font-size:15px;line-height:1;transition:transform .35s ease}.inova-promo-banner:hover .inova-promo-banner__arrow{transform:translate(3px)}@media screen and (max-width:989px){.inova-promo-banners__grid--2,.inova-promo-banners__grid--3{grid-template-columns:1fr}.inova-promo-banner,.inova-promo-banners__grid--1 .inova-promo-banner,.inova-promo-banners__grid--3 .inova-promo-banner,.inova-promo-banners__grid--3 .inova-promo-banner:first-child{min-height:500px}}@media screen and (max-width:749px){.inova-promo-banners__header{margin-bottom:30px;text-align:left}.inova-promo-banners__grid{gap:16px}.inova-promo-banner,.inova-promo-banners__grid--1 .inova-promo-banner,.inova-promo-banners__grid--3 .inova-promo-banner,.inova-promo-banners__grid--3 .inova-promo-banner:first-child{min-height:430px;border-radius:20px}.inova-promo-banner__content{padding:24px}.inova-promo-banner__eyebrow{font-size:11px;margin-bottom:12px}.inova-promo-banner__title{font-size:38px;line-height:.98}.inova-promo-banner__description{font-size:14px;margin-top:12px}.inova-promo-banner__button{margin-top:20px;min-height:40px;padding:0 17px;font-size:12px}}.inova-promo-banners__grid--4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,310px));gap:24px}.inova-promo-banners__grid--4 .inova-promo-banner{min-height:0!important;height:100%}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(1){grid-column:1 / span 2;grid-row:1 / span 2}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(2){grid-column:3 / span 2;grid-row:1 / span 1}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3){grid-column:3 / span 1;grid-row:2 / span 1}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4){grid-column:4 / span 1;grid-row:2 / span 1}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(1) .inova-promo-banner__title{font-size:clamp(40px,5vw,72px)}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(2) .inova-promo-banner__title{font-size:clamp(32px,3.5vw,52px)}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3) .inova-promo-banner__title,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4) .inova-promo-banner__title{font-size:clamp(24px,2.4vw,34px)}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3) .inova-promo-banner__description,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4) .inova-promo-banner__description{display:none}@media screen and (max-width:989px){.inova-promo-banners__grid--4{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(1){grid-column:1 / span 2;grid-row:auto;min-height:520px!important}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(2){grid-column:1 / span 2;grid-row:auto;min-height:360px!important}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3),.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4){grid-column:span 1;grid-row:auto;min-height:320px!important}}@media screen and (max-width:749px){.inova-promo-banners__grid--4{grid-template-columns:1fr;gap:16px}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(1),.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(2),.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3),.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4){grid-column:auto;grid-row:auto;min-height:390px!important}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(1) .inova-promo-banner__title,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(2) .inova-promo-banner__title,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3) .inova-promo-banner__title,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4) .inova-promo-banner__title{font-size:36px}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3) .inova-promo-banner__description,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4) .inova-promo-banner__description{display:block}}.slideshow,.slideshow-slide,.home-section--slideshow,.image-with-text-overlay,.dynamic-featured-collection,.promo-block,.hero,.banner,[data-section-type=slideshow],[data-section-type=image-with-text-overlay]{overflow:hidden}.slideshow img,.slideshow-slide img,.home-section--slideshow img,.image-with-text-overlay img,.hero img,.banner img,.promo-block img,[data-section-type=slideshow] img,[data-section-type=image-with-text-overlay] img{transform:scale(1.08);animation:floraInovaHeroImageZoom 1.6s cubic-bezier(.22,1,.36,1) forwards;will-change:transform}.slideshow .slideshow-slide__content,.slideshow .slideshow__content,.slideshow .slide-content,.image-with-text-overlay .section-content,.image-with-text-overlay .content,.hero .hero__content,.banner .banner__content,[data-section-type=slideshow] .content,[data-section-type=image-with-text-overlay] .content{opacity:0;transform:translateY(28px);animation:floraInovaHeroTextFade .9s ease forwards;animation-delay:.25s}.slideshow:after,.slideshow-slide:after,.image-with-text-overlay:after,.hero:after,.banner:after{pointer-events:none}@keyframes floraInovaHeroImageZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes floraInovaHeroTextFade{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:749px){.slideshow img,.slideshow-slide img,.home-section--slideshow img,.image-with-text-overlay img,.hero img,.banner img,.promo-block img,[data-section-type=slideshow] img,[data-section-type=image-with-text-overlay] img{transform:scale(1.06)}}.slideshow a.button,.slideshow .button,.slideshow-slide a.button,.slideshow-slide .button,.home-section--slideshow a.button,.home-section--slideshow .button,.image-with-text-overlay a.button,.image-with-text-overlay .button,.hero a.button,.hero .button,.banner a.button,.banner .button,[data-section-type=slideshow] a.button,[data-section-type=slideshow] .button,[data-section-type=image-with-text-overlay] a.button,[data-section-type=image-with-text-overlay] .button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 28px!important;border-radius:999px!important;background:#fff!important;color:#111!important;border:1px solid #ffffff!important;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transform:translateY(0);transition:background .35s ease,color .35s ease,border-color .35s ease,transform .35s ease,box-shadow .35s ease}.slideshow a.button:before,.slideshow .button:before,.slideshow-slide a.button:before,.slideshow-slide .button:before,.home-section--slideshow a.button:before,.home-section--slideshow .button:before,.image-with-text-overlay a.button:before,.image-with-text-overlay .button:before,.hero a.button:before,.hero .button:before,.banner a.button:before,.banner .button:before,[data-section-type=slideshow] a.button:before,[data-section-type=slideshow] .button:before,[data-section-type=image-with-text-overlay] a.button:before,[data-section-type=image-with-text-overlay] .button:before{content:"";position:absolute;top:0;left:-90%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);transform:skew(-22deg);transition:left .65s ease;pointer-events:none}.slideshow a.button:after,.slideshow .button:after,.slideshow-slide a.button:after,.slideshow-slide .button:after,.home-section--slideshow a.button:after,.home-section--slideshow .button:after,.image-with-text-overlay a.button:after,.image-with-text-overlay .button:after,.hero a.button:after,.hero .button:after,.banner a.button:after,.banner .button:after,[data-section-type=slideshow] a.button:after,[data-section-type=slideshow] .button:after,[data-section-type=image-with-text-overlay] a.button:after,[data-section-type=image-with-text-overlay] .button:after{content:"\2192";position:relative;font-size:15px;line-height:1;transition:transform .35s ease}.slideshow a.button:hover,.slideshow .button:hover,.slideshow-slide a.button:hover,.slideshow-slide .button:hover,.home-section--slideshow a.button:hover,.home-section--slideshow .button:hover,.image-with-text-overlay a.button:hover,.image-with-text-overlay .button:hover,.hero a.button:hover,.hero .button:hover,.banner a.button:hover,.banner .button:hover,[data-section-type=slideshow] a.button:hover,[data-section-type=slideshow] .button:hover,[data-section-type=image-with-text-overlay] a.button:hover,[data-section-type=image-with-text-overlay] .button:hover{background:#111!important;color:#fff!important;border-color:#111!important;transform:translateY(-3px);box-shadow:0 14px 34px #0000002e}.slideshow a.button:hover:before,.slideshow .button:hover:before,.slideshow-slide a.button:hover:before,.slideshow-slide .button:hover:before,.home-section--slideshow a.button:hover:before,.home-section--slideshow .button:hover:before,.image-with-text-overlay a.button:hover:before,.image-with-text-overlay .button:hover:before,.hero a.button:hover:before,.hero .button:hover:before,.banner a.button:hover:before,.banner .button:hover:before,[data-section-type=slideshow] a.button:hover:before,[data-section-type=slideshow] .button:hover:before,[data-section-type=image-with-text-overlay] a.button:hover:before,[data-section-type=image-with-text-overlay] .button:hover:before{left:130%}.slideshow a.button:hover:after,.slideshow .button:hover:after,.slideshow-slide a.button:hover:after,.slideshow-slide .button:hover:after,.home-section--slideshow a.button:hover:after,.home-section--slideshow .button:hover:after,.image-with-text-overlay a.button:hover:after,.image-with-text-overlay .button:hover:after,.hero a.button:hover:after,.hero .button:hover:after,.banner a.button:hover:after,.banner .button:hover:after,[data-section-type=slideshow] a.button:hover:after,[data-section-type=slideshow] .button:hover:after,[data-section-type=image-with-text-overlay] a.button:hover:after,[data-section-type=image-with-text-overlay] .button:hover:after{transform:translate(4px)}@media screen and (max-width:749px){.slideshow a.button,.slideshow .button,.slideshow-slide a.button,.slideshow-slide .button,.home-section--slideshow a.button,.home-section--slideshow .button,.image-with-text-overlay a.button,.image-with-text-overlay .button,.hero a.button,.hero .button,.banner a.button,.banner .button,[data-section-type=slideshow] a.button,[data-section-type=slideshow] .button,[data-section-type=image-with-text-overlay] a.button,[data-section-type=image-with-text-overlay] .button{min-height:44px;padding:0 22px!important;font-size:13px}}.inova-promo-banners__grid--4 .inova-promo-banner{border-radius:26px!important;overflow:hidden!important;isolation:isolate;transform:translateY(0);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1)}.inova-promo-banners__grid--4 .inova-promo-banner:hover{transform:translateY(-4px);box-shadow:0 22px 45px #00000014}.inova-promo-banners__grid--4 .inova-promo-banner__image{transform:scale(1.01);transition:transform 1.15s cubic-bezier(.22,1,.36,1),filter .45s ease;will-change:transform}.inova-promo-banners__grid--4 .inova-promo-banner:hover .inova-promo-banner__image{transform:scale(1.08);filter:saturate(1.04) contrast(1.02)}.inova-promo-banners__grid--4 .inova-promo-banner__overlay{background:linear-gradient(180deg,#00000005,#0000000a 45%,#0000001a)!important;opacity:1!important;transition:background .45s ease,opacity .45s ease}.inova-promo-banners__grid--4 .inova-promo-banner:hover .inova-promo-banner__overlay{background:linear-gradient(180deg,#00000003,#0000000f 45%,#00000029)!important}.inova-promo-banners__grid--4 .inova-promo-banner__content{padding:42px!important;justify-content:flex-end!important;align-items:flex-start!important;text-align:left!important;color:#000!important;transition:transform .45s cubic-bezier(.22,1,.36,1)}.inova-promo-banners__grid--4 .inova-promo-banner:hover .inova-promo-banner__content{transform:translateY(-6px)}.inova-promo-banners__grid--4 .inova-promo-banner__eyebrow{display:none!important}.inova-promo-banners__grid--4 .inova-promo-banner__title{color:#000!important;font-size:clamp(34px,3.4vw,54px)!important;line-height:.92!important;letter-spacing:-.075em!important;font-weight:500!important;text-transform:uppercase!important;margin:0!important}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(1) .inova-promo-banner__title{font-size:clamp(40px,4vw,64px)!important}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3) .inova-promo-banner__title,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4) .inova-promo-banner__title{font-size:clamp(32px,3vw,48px)!important}.inova-promo-banners__grid--4 .inova-promo-banner__description{margin-top:8px!important;color:#000!important;font-size:16px!important;line-height:1.35!important;font-weight:400!important;opacity:.95!important}.inova-promo-banners__grid--4 .inova-promo-banner__button{position:absolute!important;right:38px!important;bottom:58px!important;width:34px!important;height:34px!important;min-height:0!important;padding:0!important;margin:0!important;border-radius:0!important;background:transparent!important;color:#000!important;overflow:visible!important;font-size:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:transform .45s cubic-bezier(.22,1,.36,1),color .35s ease!important}.inova-promo-banners__grid--4 .inova-promo-banner__arrow{font-size:34px!important;line-height:1!important;color:#000!important;display:inline-flex!important;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s ease!important}.inova-promo-banners__grid--4 .inova-promo-banner:hover .inova-promo-banner__button{transform:translate(8px)}.inova-promo-banners__grid--4 .inova-promo-banner:hover .inova-promo-banner__arrow{transform:translate(4px)}.inova-promo-banners__grid--4 .inova-promo-banner{opacity:0;transform:translateY(24px);animation:inovaPromoCardIn .75s cubic-bezier(.22,1,.36,1) forwards}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(1){animation-delay:.05s}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(2){animation-delay:.14s}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3){animation-delay:.22s}.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4){animation-delay:.3s}@keyframes inovaPromoCardIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:749px){.inova-promo-banners__grid--4 .inova-promo-banner{border-radius:20px!important}.inova-promo-banners__grid--4 .inova-promo-banner__content{padding:26px!important}.inova-promo-banners__grid--4 .inova-promo-banner__title,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(1) .inova-promo-banner__title,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(3) .inova-promo-banner__title,.inova-promo-banners__grid--4 .inova-promo-banner:nth-child(4) .inova-promo-banner__title{font-size:36px!important;letter-spacing:-.06em!important}.inova-promo-banners__grid--4 .inova-promo-banner__description{font-size:14px!important}.inova-promo-banners__grid--4 .inova-promo-banner__button{right:24px!important;bottom:42px!important}.inova-promo-banners__grid--4 .inova-promo-banner__arrow{font-size:28px!important}}.inova-scroll-product{position:relative;min-height:155vh;background:var(--section-bg);overflow:clip}.inova-scroll-product__sticky{position:sticky;top:0;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--section-bg)}.inova-scroll-product__text{position:absolute;top:16vh;left:50%;transform:translate(-50%);z-index:1;width:min(920px,88vw);text-align:center;color:var(--text-color);pointer-events:none}.inova-scroll-product__text h2{margin:0;color:inherit;font-size:clamp(34px,4vw,62px);line-height:.96;letter-spacing:-.055em;font-weight:500;text-transform:uppercase}.inova-scroll-product__image-wrap{position:absolute;z-index:2;left:50%;bottom:3vh;width:min(1180px,92vw);transform:translate3d(-50%,var(--sofa-y, 260px),0) scale(var(--sofa-scale, .86));transition:transform .08s linear;will-change:transform;pointer-events:none}.inova-scroll-product__image,.inova-scroll-product__placeholder{display:block;width:100%;height:auto;object-fit:contain}.inova-scroll-product__button{position:absolute;z-index:3;left:50%;bottom:10vh;transform:translate3d(-50%,var(--button-y, 24px),0) scale(var(--button-scale, .96));opacity:var(--button-opacity, 0);display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;background:var(--button-bg);color:var(--button-text);text-decoration:none;font-size:12px;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 14px 34px #805b5938;transition:background .35s ease,color .35s ease,transform .08s linear,opacity .12s linear}.inova-scroll-product__button:hover{background:#111;color:#fff}@media screen and (max-width:749px){.inova-scroll-product{min-height:130vh}.inova-scroll-product__text{top:13vh;width:90vw}.inova-scroll-product__text h2{font-size:clamp(28px,8vw,42px);line-height:1}.inova-scroll-product__image-wrap{width:118vw;bottom:12vh}.inova-scroll-product__button{bottom:14vh;min-height:40px;padding:0 18px;font-size:10px}}.inova-sofa-reveal{position:relative;min-height:220vh;background:var(--sofa-bg);overflow:visible}.inova-sofa-reveal__sticky{position:sticky;top:0;height:100vh;overflow:hidden;background:var(--sofa-bg)}.inova-sofa-reveal__heading{position:absolute;z-index:1;top:18vh;left:50%;width:min(950px,88vw);transform:translate(-50%);text-align:center;color:var(--sofa-text);pointer-events:none}.inova-sofa-reveal__heading h2{margin:0;color:inherit;font-size:clamp(34px,4.2vw,62px);line-height:.95;letter-spacing:-.06em;font-weight:500;text-transform:uppercase}.inova-sofa-reveal__media{position:absolute;z-index:2;left:50%;top:50%;width:min(1180px,96vw);transform:translate3d(-50%,var(--sofa-y, 52vh),0) scale(var(--sofa-scale, .92));transform-origin:center center;will-change:transform;pointer-events:none}.inova-sofa-reveal__image,.inova-sofa-reveal__placeholder{display:block;width:100%;height:auto;object-fit:contain}.inova-sofa-reveal__button{position:absolute;z-index:3;left:50%;bottom:12vh;transform:translate3d(-50%,var(--sofa-button-y, 28px),0) scale(var(--sofa-button-scale, .96));opacity:var(--sofa-button-opacity, 0);display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;background:var(--sofa-button-bg);color:var(--sofa-button-text);text-decoration:none;font-size:11px;line-height:1;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 14px 34px #805b5938;will-change:transform,opacity;transition:background .35s ease,color .35s ease}.inova-sofa-reveal__button:hover{background:#111;color:#fff}@media screen and (max-width:749px){.inova-sofa-reveal{min-height:190vh}.inova-sofa-reveal__heading{top:15vh;width:90vw}.inova-sofa-reveal__heading h2{font-size:clamp(28px,8vw,42px);line-height:1}.inova-sofa-reveal__media{width:125vw}.inova-sofa-reveal__button{bottom:14vh;min-height:40px;padding:0 18px;font-size:10px}}.inova-sofa-reveal{min-height:250vh!important;background:#fff!important;overflow:visible!important}.inova-sofa-reveal__sticky{height:100vh!important;position:sticky!important;top:0!important;overflow:hidden!important;background:#fff!important}.inova-sofa-reveal__heading{top:13vh!important;z-index:1!important;width:min(1050px,90vw)!important}.inova-sofa-reveal__heading h2{font-family:Inter,Helvetica,Arial,sans-serif!important;font-size:clamp(34px,4.1vw,58px)!important;line-height:.96!important;letter-spacing:-.055em!important;font-weight:500!important;color:#805b59!important}.inova-sofa-reveal__media{position:absolute!important;left:50%!important;top:auto!important;bottom:-24vh!important;width:min(980px,82vw)!important;z-index:2!important;transform:translate3d(-50%,var(--sofa-y, 70vh),0) scale(var(--sofa-scale, .78))!important;transform-origin:center bottom!important;will-change:transform!important}.inova-sofa-reveal__image{width:100%!important;height:auto!important;object-fit:contain!important;filter:none!important}.inova-sofa-reveal__button{bottom:8vh!important;z-index:4!important;min-height:42px!important;padding:0 24px!important;font-family:Inter,Helvetica,Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;border-radius:999px!important;background:#805b59!important;color:#fff!important;opacity:var(--sofa-button-opacity, 0)!important;transform:translate3d(-50%,var(--sofa-button-y, 24px),0) scale(var(--sofa-button-scale, .96))!important}@media screen and (max-width:749px){.inova-sofa-reveal{min-height:220vh!important}.inova-sofa-reveal__heading{top:12vh!important}.inova-sofa-reveal__heading h2{font-size:clamp(28px,8vw,42px)!important;line-height:1!important}.inova-sofa-reveal__media{width:115vw!important;bottom:-18vh!important}.inova-sofa-reveal__button{bottom:10vh!important;font-size:10px!important}}.inova-sofa-reveal{position:relative!important;min-height:240vh!important;background:#fff!important;overflow:visible!important}.inova-sofa-reveal__sticky{position:sticky!important;top:0!important;height:100vh!important;overflow:hidden!important;background:#fff!important}.inova-sofa-reveal__heading{position:absolute!important;top:16vh!important;left:50%!important;transform:translate(-50%)!important;width:min(980px,88vw)!important;z-index:1!important;text-align:center!important;color:#805b59!important;pointer-events:none!important}.inova-sofa-reveal__heading h2{margin:0!important;color:inherit!important;font-family:Inter,Helvetica,Arial,sans-serif!important;font-size:clamp(34px,4vw,58px)!important;line-height:.96!important;letter-spacing:-.055em!important;font-weight:500!important;text-transform:uppercase!important}.inova-sofa-reveal__media{position:absolute!important;left:50%!important;top:auto!important;bottom:var(--sofa-bottom, -38vh)!important;width:min(1180px,94vw)!important;z-index:2!important;transform:translate(-50%)!important;transform-origin:center bottom!important;will-change:bottom!important;pointer-events:none!important}.inova-sofa-reveal__image,.inova-sofa-reveal__placeholder{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;filter:none!important}.inova-sofa-reveal__button{position:absolute!important;left:50%!important;bottom:12vh!important;z-index:3!important;transform:translate3d(-50%,var(--button-y, 20px),0)!important;opacity:var(--button-opacity, 0)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 24px!important;border-radius:999px!important;background:#805b59!important;color:#fff!important;text-decoration:none!important;font-family:Inter,Helvetica,Arial,sans-serif!important;font-size:10px!important;line-height:1!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;box-shadow:0 14px 34px #805b5938!important;will-change:transform,opacity!important}.inova-sofa-reveal__button:hover{background:#111!important;color:#fff!important}@media screen and (max-width:749px){.inova-sofa-reveal{min-height:220vh!important}.inova-sofa-reveal__heading{top:14vh!important;width:90vw!important}.inova-sofa-reveal__heading h2{font-size:clamp(28px,8vw,42px)!important;line-height:1!important}.inova-sofa-reveal__media{width:120vw!important;bottom:var(--sofa-bottom, -34vh)!important}.inova-sofa-reveal__button{bottom:12vh!important;font-size:9px!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/custom-inova-style.css.map */
