.kz-header-drawer{--drawer-animation-speed:.3s;--drawer-width:min(100vw, var(--kz-drawer-width,22.5rem));--drawer-max-width:100vw;--drawer-height:100dvh;--drawer-padding:1.25rem;--menu-drawer-inline-padding:calc(.75rem + 7px);--layer-menu-drawer:70;--layer-overlay:69;display:contents}.kz-header-drawer__summary{width:2.5rem;height:2.5rem;color:var(--color-foreground);cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex}.kz-header-drawer__summary:hover{background:#0000000a}.kz-header-drawer__summary .header-drawer-icon--close,.kz-header-drawer.is-open>.kz-header-drawer__summary .header-drawer-icon--open{display:none}.kz-header-drawer.is-open>.kz-header-drawer__summary .header-drawer-icon--close{display:inline-flex}.kz-header-drawer__backdrop{-webkit-backdrop-filter:brightness(.75);backdrop-filter:brightness(.75);width:100vw;height:100dvh;z-index:var(--layer-overlay);opacity:0;pointer-events:none;transition:opacity var(--drawer-animation-speed) ease;background:#00000059;position:fixed;inset:0}.kz-header-drawer.is-open .kz-header-drawer__backdrop{opacity:1;pointer-events:auto}.menu-drawer{visibility:hidden;height:var(--drawer-height);width:var(--drawer-width);max-width:var(--drawer-max-width);z-index:var(--layer-menu-drawer);background-color:var(--color-background,#fff);opacity:0;isolation:isolate;transition:transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease, opacity var(--drawer-animation-speed) ease;border-right:1px solid #00000014;flex-direction:column;padding:0;display:flex;position:fixed;top:0;left:0;overflow:auto;transform:translate(-100%)}.kz-header-drawer.is-open>.menu-drawer,.menu-drawer.menu-open,.menu-drawer__submenu.menu-open{visibility:visible;opacity:1;transform:translate(0)}.menu-drawer.menu-drawer--has-submenu-opened{overflow:hidden}.menu-drawer__close-button{z-index:2;width:2.5rem;height:2.5rem;color:var(--color-foreground);cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.menu-drawer__close-button:hover{background:#0000000a}.menu-drawer__navigation{flex:1;padding-block:3.5rem 1.5rem;overflow-y:auto}.menu-drawer__menu{padding-inline:var(--drawer-padding);margin:0;list-style:none}.menu-drawer__menu.has-submenu{margin-block-end:.5rem}.menu-drawer__list-item{width:100%;min-height:3rem;display:flex}.menu-drawer__list-item--divider{border-block-end:1px solid #0000001a}.menu-drawer__list-item--flat{flex-direction:column;align-items:flex-start;margin-block-end:1rem}.menu-drawer__list-item--flat.menu-drawer__list-item--divider{margin-block-end:0}.menu-drawer__list-item--deep{flex-direction:column;align-items:stretch}.menu-drawer__menu-item{width:100%;min-height:3rem;color:var(--color-foreground);cursor:pointer;text-align:left;font:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.75rem;padding-block:.85rem;padding-inline:0;text-decoration:none;display:flex}.menu-drawer__menu-item--mainlist{letter-spacing:-.01em;font-size:1.05rem;font-weight:500}.menu-drawer__menu-item--parent{font-size:.95rem;font-weight:500}.menu-drawer__menu-item--child{color:color-mix(in srgb, var(--color-foreground) 72%, transparent);min-height:auto;padding-block:.55rem;font-size:.9rem;font-weight:400}.menu-drawer__menu-item--active{text-underline-offset:.2em;text-decoration:underline}.menu-drawer__menu-item-text{flex:1;min-width:0}.menu-drawer__menu-item>.svg-wrapper{color:var(--color-foreground);flex-shrink:0;display:inline-flex}.menu-drawer__menu--childlist,.menu-drawer__menu--grandchildlist{width:100%;margin:0 0 .75rem;padding-inline:.15rem 0;list-style:none}.menu-drawer__list-item--deep .menu-drawer__menu--childlist{margin-block-start:-.15rem;padding-inline-start:.25rem}.menu-drawer__accordion>summary{list-style:none}.menu-drawer__accordion>summary::-webkit-details-marker{display:none}.menu-drawer__accordion .icon-plus .plus-v{transition:transform .2s}.menu-drawer__accordion[open] .icon-plus .plus-v{transform:scaleY(0)}.menu-drawer__submenu{visibility:hidden;opacity:0;background:var(--color-background,#fff);z-index:3;height:100%;transition:transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease, opacity var(--drawer-animation-speed) ease;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden;transform:translate(100%)}.menu-drawer__inner-submenu{flex-direction:column;height:100%;display:flex;overflow-y:auto}.menu-drawer__nav-buttons{padding:.75rem var(--drawer-padding) .25rem;background:var(--color-background,#fff);z-index:1;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.menu-drawer__back-button{min-height:2.5rem;color:var(--color-foreground);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.5rem;padding:0;font-weight:500;display:inline-flex}.menu-drawer__back-button>.svg-wrapper{display:inline-flex}.icon-caret--forward{transform:rotate(-90deg)}.icon-caret--backward{transform:rotate(90deg)}.menu-drawer__animated-element{will-change:transform, opacity}.kz-header-drawer.is-open .menu-drawer__animated-element{animation:menu-drawer-nav-open var(--drawer-animation-speed) ease-in-out;animation-delay:calc(var(--drawer-animation-speed) + (var(--menu-drawer-animation-index,1) - 1) * 80ms);animation-fill-mode:backwards}@keyframes menu-drawer-nav-open{0%{opacity:0;transform:translate(-.75rem)}to{opacity:1;transform:translate(0)}}.menu-list--mobile{background:var(--kz-nav-bar-bg,transparent);color:var(--kz-nav-bar-fg,var(--color-foreground));border-top:1px solid #0000000f;display:block}.menu-list__scroll-container{-webkit-overflow-scrolling:touch;padding-block:.35rem;position:relative;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 20px calc(100% - 20px),#0000);mask-image:linear-gradient(90deg,#0000,#000 20px calc(100% - 20px),#0000)}.menu-list--mobile .menu-list__list{margin-inline:auto;gap:1.25rem;width:max-content;margin:0;padding:.35rem 1rem;list-style:none;display:flex}.menu-list--mobile .menu-list__list-item{white-space:nowrap;flex-shrink:0}.menu-list--mobile a{color:inherit;opacity:.85;font-size:.8125rem;text-decoration:none}.menu-list--mobile a:hover{opacity:1}@media screen and (min-width:750px){.menu-drawer{width:25rem}.kz-header-drawer--mobile-only>.kz-header-drawer__summary,.menu-list--mobile{display:none}}
.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]){--page-content-width:150rem;--page-margin:16px;--page-width:calc(var(--page-content-width) + var(--page-margin) * 2);--full-page-grid-central-column-width:min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));--floating-header-content-width:var(--full-page-grid-central-column-width);--theme-radius:2px;--button-radius:2px;--product-corner-radius:2px;--product-card-image-radius:14px;--floating-header-radius:0px;--floating-header-bg-inset:0px;--icon-stroke-width:1;--font-size-paragraph:.875rem;--font-size-h2:2rem;--font-size-h4:.875rem;--font-size-h5:.875rem;--font-size-h6:.75rem;--letter-spacing-h6:.03em;--theme-font:var(--font-geist), Inter, system-ui, sans-serif;font-family:var(--theme-font);--theme-bg:#fff;--theme-text:#030302;--color-background:#fff;--color-foreground:#030302;--color-foreground-muted:#030302c2;--color-border:#d3cec5;--color-brand:#713f50;--color-panel:#030302;--color-announce:#713f50;--product-card-price-color:#030302;--header-height:60px;--header-padding:.7rem;--logo-height:36px;--logo-height-mobile:28px;--header-nav-gap:1.25rem;--header-nav-font-size:.875rem;--header-icon-size:1.375rem;--header-action-size:44px;--product-card-gap:4px;--product-card-columns-gap:8px;--product-card-aspect:4 / 5;--quick-add-size:36px;--quick-add-offset:.7rem;--filo-footer-bg:#2b2b2b;--filo-footer-fg:#fff;--filo-footer-border:#666;--filo-footer-gap:17px;--filo-footer-pad-y:48px;--filo-footer-util-pad-end:40px}@media (min-width:750px){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]){--page-margin:40px;--quick-add-offset:.8rem}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-shell{padding:0!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header{min-height:var(--header-height);background:#fff;box-shadow:none!important;border:0!important;border-radius:0!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header__columns{width:100%;min-height:var(--header-height);box-sizing:border-box;margin-inline:auto;max-width:var(--full-page-grid-central-column-width)!important;padding-inline:0!important;padding-block:var(--header-padding)!important;gap:var(--header-nav-gap)!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header__logo-img{height:var(--logo-height)!important}@media (max-width:749px){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header__logo-img{height:var(--logo-height-mobile)!important}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header nav{color:var(--color-foreground);font-weight:500;gap:var(--header-nav-gap)!important;font-size:var(--header-nav-font-size)!important;opacity:1!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header nav a{letter-spacing:0;text-transform:none}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-action{width:var(--header-action-size)!important;height:var(--header-action-size)!important;border-radius:0!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-action svg{width:var(--header-icon-size);height:var(--header-icon-size);stroke-width:var(--icon-stroke-width)}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-announcement{border-bottom:0}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-section__inner{max-width:var(--full-page-grid-central-column-width);width:100%;margin-inline:auto}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card--branded .branded-card{gap:var(--product-card-gap)!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__media{aspect-ratio:auto;background:#f5f5f5;position:relative;border-radius:var(--product-card-image-radius)!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__body{padding-block-start:0;gap:0!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__title{color:var(--color-foreground);margin:0;padding-block-start:4px;font-size:var(--font-size-paragraph)!important;min-height:0!important;font-weight:400!important;line-height:1.4!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__price{letter-spacing:var(--letter-spacing-h6);text-transform:uppercase;margin-top:2px;line-height:1.2;font-size:var(--font-size-h6)!important;color:var(--color-foreground)!important;font-weight:600!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__promo,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__shipping,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__rating-row,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card--branded>button[aria-label*=ishlist],.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card--branded>button[aria-label*=wishlist]{display:none!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__atc{right:var(--quick-add-offset);bottom:var(--quick-add-offset);z-index:3;min-width:var(--quick-add-size);min-height:var(--quick-add-size);height:var(--quick-add-size);opacity:0;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);justify-content:center;gap:0;transition:opacity .2s,transform .2s;width:auto!important;color:var(--color-foreground)!important;pointer-events:auto!important;box-shadow:none!important;background:#fff!important;border:2px solid #00000026!important;border-radius:50px!important;padding:0 .65rem!important;position:absolute!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card:hover .branded-card__atc,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card:focus-within .branded-card__atc{opacity:1}@media (max-width:749px){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__atc{opacity:1}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__atc-price{display:none!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__atc-label{white-space:nowrap;font-size:.8125rem;font-weight:500}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) [data-product-grid]{--resource-list-column-gap:8px}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-carousel-arrow{border-radius:999px!important;width:40px!important;height:40px!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer{--color-foreground:#fff;background:var(--filo-footer-bg)!important;color:var(--filo-footer-fg)!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__brand{display:none!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__label--caps{letter-spacing:.08em;font-size:.75rem}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__signup,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__input-group,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__signup{background:0 0;border:0;border-bottom:1px solid #fff;border-radius:0;align-items:center;gap:.5rem;max-width:28rem;display:flex}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__input,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__input{color:#fff;background:0 0;border:0;outline:none;flex:1;padding:12px 0;font-size:1.25rem;font-weight:600}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__input::placeholder,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__input::placeholder{color:#ffffff8c}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__submit,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__submit{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:0;width:2.5rem;height:2.5rem}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__grid{gap:var(--filo-footer-gap);padding-block:var(--filo-footer-pad-y);grid-template-columns:1fr;display:grid}@media (min-width:750px){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__grid{grid-template-columns:1.2fr 1fr 1fr 1.2fr;align-items:start}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__heading{font-size:var(--font-size-h4);margin:0 0 .75rem;font-weight:600}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__links{gap:8px;margin:0;padding:0;list-style:none;display:grid}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__links a{color:inherit;font-size:var(--font-size-h5);opacity:.85;text-decoration:none}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__links a:hover{opacity:1;text-decoration:underline}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__brand-mark{letter-spacing:.28em;margin:0;font-size:1.75rem;font-weight:600}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__util{padding-top:0;padding-bottom:var(--filo-footer-util-pad-end);letter-spacing:.14em;text-transform:uppercase;opacity:.7;text-align:center;border-top:0;font-size:.75rem}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .theme-btn{border-radius:var(--button-radius);color:#fff;background:#030302}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) [data-filo-bento] .filo-bento-desktop{border-radius:0}
.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]){--page-content-width:112rem;--page-margin:12px;--page-width:calc(var(--page-content-width) + var(--page-margin) * 2);--full-page-grid-central-column-width:min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));--floating-header-content-width:var(--full-page-grid-central-column-width);--theme-radius:0px;--button-radius:0px;--product-corner-radius:0px;--product-card-image-radius:0px;--floating-header-radius:0px;--floating-header-bg-inset:0px;--icon-stroke-width:1.35;--lofy-navy:#222747;--lofy-text:#212529;--lofy-warm:#f6f6f3;--lofy-cream:#eeede6;--lofy-hairline:#cecdc3;--lofy-join:#ff5200;--theme-bg:#fff;--theme-text:var(--lofy-text);--color-background:#fff;--color-foreground:var(--lofy-text);--color-foreground-muted:#212529cc;--color-border:var(--lofy-hairline);--color-brand:var(--lofy-navy);--color-panel:var(--lofy-navy);--color-announce:var(--lofy-navy);--product-card-price-color:var(--lofy-text);--theme-font:var(--font-dm-sans), "DM Sans", system-ui, sans-serif;--theme-display:var(--font-heming), Heming, Georgia, serif;--theme-ui:var(--font-plus-jakarta), "Plus Jakarta Sans", system-ui, sans-serif;font-family:var(--theme-font);--header-height:auto;--header-padding:1rem;--logo-height:56px;--logo-height-mobile:40px;--product-card-aspect:461 / 551}@media (min-width:750px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]){--page-margin:20px}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]),.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) *{border-radius:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]){background:var(--theme-bg);color:var(--lofy-text)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) h1,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) h2,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) h3,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-section h2{font-family:var(--theme-display);letter-spacing:-.01em;text-transform:none;font-weight:400;line-height:1.15}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) em,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-title-accent{font-family:var(--theme-display);color:var(--lofy-navy);opacity:.5;font-style:italic}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-announcement{letter-spacing:.02em;text-transform:none;font-size:.6875rem;font-weight:400;font-family:var(--theme-display);min-height:0;padding:.35rem 1rem;background:var(--lofy-navy)!important;color:#fff!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-announcement__slides{padding-top:.25rem;padding-bottom:.25rem}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-announcement__slides p{font-size:inherit;font-weight:inherit;letter-spacing:inherit}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-announcement{padding:.4rem 2.5rem;font-size:.75rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header-shell{padding:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header--1di{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none!important;font-family:var(--theme-ui)!important;background:#fff!important;border:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header--1di,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header--1di *{font-family:var(--theme-ui)!important;border-radius:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__nav a,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__nav button{color:var(--lofy-text);white-space:nowrap;font-size:14px;font-weight:400;transition:color .2s}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__nav a:hover,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__nav button:hover{color:var(--lofy-navy)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__search{border:1px solid var(--lofy-hairline);background:#fff;align-items:center;gap:.5rem;width:280px;padding:.375rem .75rem;transition:border-color .2s;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__search:focus-within{border-color:var(--lofy-navy)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__search input{color:var(--lofy-text);background:0 0;border:0;outline:none;flex:1;font-size:13px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__desktop{transition:height .5s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__desktop.is-full{height:119px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__desktop.is-compact{height:70px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__layer{transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1),filter .5s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__layer.is-hidden{opacity:0;pointer-events:none;filter:blur(2px);transform:translateY(-4px)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__layer.is-visible{opacity:1;filter:blur();transform:translateY(0)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__compact{border-bottom:1px solid var(--lofy-hairline);background:#fff;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:70px;padding:0 1.25rem;display:grid}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-help-mega{background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 12px 32px #0000001a}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-help-mega h3{color:#111;font-size:1rem;font-weight:400;font-family:var(--theme-display)!important}.kz-theme.ergocraft-home h1,.kz-theme.ergocraft-home h2,.kz-theme.ergocraft-home h3,.kz-theme.ergocraft-home h4,.kz-theme.ergocraft-home h5,.kz-theme.ergocraft-home h6{font-family:var(--theme-display);text-transform:none}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-slideshow__frame{background:#111}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-slideshow__slide{z-index:1}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-rail{background:#fff}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-ps .ps-card{background:#f6f6f3}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands{padding:2.5rem .75rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands{padding:5rem 1.25rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__heading{color:var(--lofy-text);margin:0 0 1.25rem;font-size:clamp(28px,4vw,42px);font-weight:400}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__grid{grid-template-rows:240px 200px 188px;grid-template-columns:repeat(4,minmax(0,1fr))}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile{background:#f3f4f6;height:135px;padding:1.25rem;position:relative;overflow:hidden}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile{padding:1.5rem}}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="1"]{grid-area:1/1/2/3;height:240px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="2"]{grid-area:1/3/2/4;height:240px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="3"]{grid-area:1/4/3/5;height:448px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="4"]{grid-area:2/1/4/2;height:396px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="5"]{grid-area:2/2/3/4;height:200px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="6"]{grid-area:3/2/4/3;height:188px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="7"]{grid-area:3/3/4/5;height:188px}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile img{object-fit:contain;width:100%;height:100%}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase{padding:2.5rem .75rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase{padding:5rem 1.25rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__products>*{min-width:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__row{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__row{flex-direction:row;align-items:stretch}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__hero{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__hero{aspect-ratio:auto;align-self:stretch;width:calc(55% - 6px);min-height:420px}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__slide{will-change:transform, opacity;width:100%;height:100%;position:absolute;inset:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__copy{z-index:2;position:absolute;top:1.25rem;left:1.25rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__copy{top:2.5rem;left:2.5rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__copy h2{margin:0;font-size:clamp(24px,4vw,42px)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__products{flex:1;grid-template-columns:1fr;min-width:0;display:grid;position:relative;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__products-slide{will-change:transform, opacity;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;display:grid}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__products>.kz-lofy-showcase__products-slide{grid-area:1/1}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__card{background:var(--lofy-warm);flex-direction:column;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__card-media{aspect-ratio:461/551;position:relative;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__card-media img{object-fit:cover;width:100%;height:100%}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__card-body{justify-content:space-between;align-items:flex-end;gap:.75rem;padding:1.2rem 1.25rem 1.5rem;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__dots{justify-content:center;gap:6px;margin-top:1rem;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__dots button{background:var(--lofy-navy);opacity:.2;cursor:pointer;border:0;width:30px;height:2px;padding:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__dots button[data-active=true]{opacity:1}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__arrow{z-index:3;z-index:3;cursor:pointer;background:#fff;border:0;padding:10px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001f}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__arrow--prev{left:1rem}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__arrow--next{right:1rem}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom{padding:1rem .75rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom{padding:2rem 1.25rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__row{flex-direction:column;min-height:260px;display:flex}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__row{flex-direction:row;min-height:420px}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__copy{background:var(--lofy-warm);flex-direction:column;justify-content:space-between;width:100%;padding:1rem;display:flex}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__copy{padding:1.75rem}}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__copy{width:45%}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__copy h2{color:var(--lofy-navy);margin:0 0 .75rem;font-size:clamp(32px,5vw,56px)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__cta{background:var(--lofy-navy);color:#fff;text-transform:uppercase;align-items:center;gap:.5rem;width:fit-content;padding:1.25rem 2rem;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__media{background:var(--lofy-warm);flex:1;min-height:190px;padding:0 1.25rem 1.25rem;overflow:hidden}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__media{padding:0 1.75rem 1.75rem}}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__media{background:0 0;padding:0}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__media img{object-fit:cover;width:100%;height:100%}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-features,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true]{background:var(--lofy-navy)!important;color:var(--lofy-cream)!important;padding:2.5rem 1.25rem!important}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-features,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true]{padding:4rem 2.5rem!important}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-features h2,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] h2{max-width:900px;font-size:clamp(24px,3vw,32px);color:#eeede6!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] [data-filo-icons]{flex-direction:column;gap:1.5rem;border:0!important;display:flex!important}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] [data-filo-icons]{flex-direction:row}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] [data-filo-icons]>li{flex:1;max-width:260px;text-align:left!important;border:0!important;flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important;padding:0!important;display:flex!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] [data-filo-icons]>li>p{width:100%;margin:0!important;display:block!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] .mt-3{margin-top:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories{padding:1rem .75rem 2rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories{padding:2rem 1.25rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__heading{color:var(--lofy-text);margin:0 0 1rem;font-size:clamp(28px,5vw,48px);font-weight:400}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__row{flex-direction:column;gap:.75rem;display:flex}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__row{flex-direction:row}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__card{flex:1}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__card.is-wide{flex:2}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__img{height:420px;aspect-ratio:unset}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__img{aspect-ratio:3/4;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__img img{object-fit:cover;width:100%;height:100%}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__cat{text-transform:uppercase;letter-spacing:.06em;color:#212529cc;margin:.75rem 0 .25rem;font-size:12px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__title{color:var(--lofy-text);font-size:16px;line-height:1.35;font-family:var(--theme-font);margin:0;font-weight:400}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer{font-family:var(--theme-ui);background:var(--lofy-navy)!important;color:#fff!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__1di{flex-direction:column;display:flex}@media (min-width:1024px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__1di{flex-direction:row}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__brand{min-width:0;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__wordmark{letter-spacing:-.05em;text-transform:none;color:#fff;white-space:nowrap;max-width:100%;margin:0;font-size:clamp(4.5rem,18vw,8rem);font-weight:700;line-height:.9;display:block;font-family:var(--theme-ui)!important}@media (min-width:1024px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__wordmark{font-size:clamp(5.5rem,9.5vw,11.5rem)}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-title{letter-spacing:-.025em;text-transform:none;color:#fff;margin:0;font-weight:400;line-height:1.25;font-family:var(--theme-ui)!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap{width:100%;position:relative}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap input{color:#fff;letter-spacing:.02em;background:#ffffff0d;border:1px solid #ffffff40;border-radius:.875rem;outline:none;width:100%;height:2.75rem;padding:0 5.5rem 0 1rem;font-size:.875rem;font-weight:500;transition:border-color .2s,background .2s}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap input:focus{background:#ffffff1a;border-color:#fff}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap input::placeholder{color:#fff9}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap button{height:2rem;color:var(--lofy-navy);letter-spacing:.04em;cursor:pointer;background:#fff;border:0;border-radius:.875rem;padding:0 1rem;font-size:.75rem;font-weight:700;transition:background .2s,color .2s;position:absolute;top:50%;right:.375rem;transform:translateY(-50%)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap button:hover{background:var(--lofy-join);color:#fff}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__col-title{letter-spacing:.06em;text-transform:none;color:#fff;margin:0 0 1rem;font-size:1.125rem;font-weight:500;font-family:var(--theme-ui)!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__links{margin:0;padding:0;list-style:none}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__links a,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__links span{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .2s}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__links a:hover{color:#fff}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__contact-row{color:#fff9;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__contact-icon{color:#fff9;flex-shrink:0;width:1rem;height:1rem}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__social{color:#fff;transition:color .2s;display:inline-flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__social:hover{opacity:.75}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__accordion-body{opacity:0;max-height:0;padding-bottom:0;transition:max-height .3s,opacity .3s,padding .3s;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__accordion-body.is-open{opacity:1;max-height:500px;padding-bottom:1rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__accordion-body{opacity:1!important;max-height:500px!important;padding-bottom:0!important}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__divider{background:#fff3;align-self:stretch;width:1px;display:none}@media (min-width:1024px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__divider{display:block}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__util{border-top:1px solid #fff3;margin-top:auto;padding:1rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__util{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__util{padding-left:2rem;padding-right:2rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__util p{margin:0}
