.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}
