.fh-header,.fh-header *{box-sizing:border-box}.fh-header{position:relative;z-index:50;width:100%;color:var(--fh-text);background:var(--fh-bg);border-bottom:1px solid color-mix(in srgb,var(--fh-border),transparent 91%);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);letter-spacing:var(--font-body-letter-spacing);transition:background .22s ease,box-shadow .22s ease,border-color .22s ease}.fh-header--sticky{position:sticky;top:0}.fh-header.fh-is-scrolled{background:var(--fh-bg-scrolled);border-bottom-color:color-mix(in srgb,var(--fh-border),transparent 82%);box-shadow:0 18px 46px #1a102814}.fh-announcement{display:flex;justify-content:center;padding:8px 16px;background:var(--fh-text);color:#fff;font-family:inherit;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.fh-announcement a{color:inherit;text-decoration:none}.fh-shell{width:min(100% - 44px,max(var(--fh-max),1560px));min-height:86px;margin:0 auto;display:grid;grid-template-columns:minmax(190px,auto) minmax(0,1fr) minmax(230px,auto);align-items:center;gap:clamp(18px,2vw,34px)}.fh-logo{display:inline-flex;align-items:center;justify-self:start;min-width:0;padding-right:clamp(18px,2.2vw,34px);color:var(--fh-text);text-decoration:none}.fh-logo__image{display:block;width:min(max(var(--fh-logo-width),180px),100%);height:auto}.fh-logo__text{font-family:inherit;font-size:clamp(1.8rem,2.35vw,2.35rem);font-style:inherit;font-weight:900;letter-spacing:-.03em}.fh-nav{width:100%;justify-self:center;min-width:0}.fh-nav__list{display:flex;align-items:center;justify-content:center;gap:clamp(14px,1.45vw,28px);margin:0;padding:0;list-style:none;white-space:nowrap}.fh-nav__item{position:relative}.fh-nav__item--dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:14px}.fh-nav__link{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 2px;border-radius:999px;color:var(--fh-text);font-family:inherit;font-size:clamp(1.28rem,1.42vw,1.55rem);font-weight:700;line-height:1;white-space:nowrap;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.fh-nav__link:hover,.fh-nav__link:focus-visible,.fh-nav__link[aria-current=page]{background:transparent;color:color-mix(in srgb,var(--fh-text),var(--fh-accent) 28%);transform:translateY(-1px)}.fh-nav__chevron{width:10px;height:7px;transition:transform .18s ease}.fh-nav__item--dropdown:hover .fh-nav__chevron,.fh-nav__item--dropdown:focus-within .fh-nav__chevron{transform:rotate(180deg)}.fh-dropdown{position:absolute;top:calc(100% + 4px);left:50%;width:max-content;min-width:260px;max-width:min(720px,calc(100vw - 32px));--fh-dropdown-offset-x: 0px;opacity:0;pointer-events:none;transform:translate3d(calc(-50% + var(--fh-dropdown-offset-x)),12px,0) scale(.98);transform-origin:top center;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.fh-header.fh-dropdowns-ready .fh-dropdown{position:fixed;top:var(--fh-dropdown-top, 0px);left:var(--fh-dropdown-left, 16px);transform:translate3d(0,12px,0) scale(.98)}.fh-dropdown:before{content:"";position:absolute;inset:-14px 0 auto;height:18px}.fh-nav__item--dropdown:hover .fh-dropdown,.fh-nav__item--dropdown:focus-within .fh-dropdown{opacity:1;pointer-events:auto;transform:translate3d(calc(-50% + var(--fh-dropdown-offset-x)),0,0) scale(1)}.fh-header.fh-dropdowns-ready .fh-nav__item--dropdown:hover .fh-dropdown,.fh-header.fh-dropdowns-ready .fh-nav__item--dropdown:focus-within .fh-dropdown{transform:translateZ(0) scale(1)}.fh-dropdown__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;border:1px solid color-mix(in srgb,var(--fh-border),transparent 84%);border-radius:18px;background:var(--fh-dropdown-bg);color:var(--fh-dropdown-text);box-shadow:0 24px 70px #1a102824,inset 0 1px #ffffffbf}.fh-dropdown__group{min-width:0;padding:10px;border-radius:16px;transition:background .18s ease}.fh-dropdown__group:hover,.fh-dropdown__group:focus-within{background:var(--fh-accent)}.fh-dropdown__link{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--fh-dropdown-text);font-family:inherit;font-size:1.28rem;font-weight:700;line-height:1.3;white-space:nowrap;text-decoration:none}.fh-dropdown__link-main{display:inline-flex;align-items:center;gap:12px;min-width:0}.fh-dropdown__thumb{width:clamp(64px,7vw,96px);min-width:clamp(64px,7vw,96px);height:clamp(64px,7vw,96px);border-radius:20px;object-fit:cover;box-shadow:0 14px 30px #1a102824}.fh-dropdown__group--with-image .fh-dropdown__link{white-space:normal}.fh-dropdown__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--fh-accent);color:var(--fh-text);font-size:.72rem;font-weight:900}.fh-dropdown__sublist{display:grid;gap:7px;margin:10px 0 0;padding:0;list-style:none}.fh-dropdown__sublist a{color:color-mix(in srgb,var(--fh-dropdown-text),transparent 22%);font-size:1.14rem;font-weight:650;line-height:1.35;white-space:nowrap;text-decoration:none}.fh-dropdown__sublist a:hover,.fh-dropdown__sublist a:focus-visible{color:var(--fh-dropdown-text)}.fh-nav__link:focus-visible,.fh-dropdown__link:focus-visible,.fh-dropdown__sublist a:focus-visible{border-radius:12px}.fh-actions{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:12px;min-width:0;padding-left:clamp(14px,1.8vw,28px)}.fh-icon-link,.fh-burger,.fh-drawer__close{color:var(--fh-text);background:transparent;border:0}.fh-icon-link{appearance:none;-webkit-appearance:none;position:relative;display:inline-grid;width:34px;height:34px;padding:0;place-items:center;border-radius:999px;cursor:pointer;text-decoration:none;transition:background .18s ease,transform .18s ease}.fh-icon-link:hover,.fh-icon-link:focus-visible{background:var(--fh-accent);transform:translateY(-1px)}.fh-icon-link svg{width:21px;height:21px}.fh-account-link{display:inline-flex;align-items:center;gap:8px;width:auto;min-width:34px;padding:0 12px}.fh-account-link__label{font-family:inherit;font-size:1rem;font-weight:700;line-height:1;white-space:nowrap}.fh-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border:2px solid var(--fh-border);border-radius:999px;background:var(--fh-button-bg);color:var(--fh-button-text);box-shadow:3px 3px 0 var(--fh-border);font-family:inherit;font-size:1.06rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}@media screen and (max-width:1440px)and (min-width:1280px){.fh-shell{grid-template-columns:minmax(180px,auto) minmax(0,1fr) minmax(210px,auto);gap:18px}.fh-logo{padding-right:16px}.fh-logo__image{width:min(max(var(--fh-logo-width),176px),100%)}.fh-nav__list{gap:14px}.fh-nav__link{font-size:1.2rem}.fh-cta{padding:0 16px;font-size:1.08rem}}.fh-cta:hover,.fh-cta:focus-visible{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--fh-border)}.fh-burger{display:none;width:42px;height:42px;place-items:center;padding:0;border:1px solid color-mix(in srgb,var(--fh-border),transparent 76%);border-radius:999px;background:var(--fh-bg-scrolled);box-shadow:0 8px 22px #1a102814;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.fh-burger:hover,.fh-burger:focus-visible{background:var(--fh-accent);border-color:color-mix(in srgb,var(--fh-border),transparent 52%);transform:translateY(-1px)}.fh-burger span{display:block;width:20px;height:2px;border-radius:999px;background:var(--fh-text)}.fh-burger span+span{margin-top:5px}.fh-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;opacity:0;pointer-events:none;transition:opacity .22s ease}.fh-drawer.is-open{opacity:1;pointer-events:auto}.fh-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a102847}.fh-drawer__panel{position:absolute;inset:0 auto 0 0;width:min(88vw,420px);max-width:100%;height:100dvh;display:flex;flex-direction:column;gap:18px;padding:20px 0 18px;background:var(--fh-bg-scrolled);color:var(--fh-text);overflow:hidden;transform:translate3d(-104%,0,0);transition:transform .28s cubic-bezier(.22,1,.36,1)}.fh-drawer.is-open .fh-drawer__panel{transform:translateZ(0)}.fh-drawer__top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px 12px}.fh-drawer__close{position:relative;width:42px;height:42px;border-radius:999px;cursor:pointer}.fh-drawer__close span{position:absolute;top:50%;left:50%;width:20px;height:2px;border-radius:999px;background:currentColor}.fh-drawer__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.fh-drawer__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.fh-mobile-nav{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding-bottom:8px}.fh-mobile-nav__list{display:grid;gap:0;margin:0;padding:0;list-style:none}.fh-mobile-nav__item{position:relative}.fh-mobile-nav__item:after{content:"";position:absolute;right:18px;bottom:0;left:18px;height:1px;background:color-mix(in srgb,var(--fh-border),transparent 88%)}.fh-mobile-nav__label,.fh-mobile-nav__link-with-image{display:inline-flex;align-items:center;gap:12px}.fh-mobile-nav__thumb{width:64px;min-width:64px;height:64px;border-radius:16px;object-fit:cover}.fh-mobile-nav__item>a,.fh-mobile-nav__details summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:0 18px;border-radius:0;background:transparent;color:var(--fh-text);font-family:inherit;font-size:1.12rem;font-weight:850;text-decoration:none;cursor:pointer}.fh-mobile-nav__details summary::-webkit-details-marker{display:none}.fh-mobile-nav__details summary svg,.fh-mobile-nav__child-details summary svg{width:12px;height:8px;transition:transform .18s ease}.fh-mobile-nav__details[open] summary svg,.fh-mobile-nav__child-details[open] summary svg{transform:rotate(180deg)}.fh-mobile-nav__submenu{display:grid;gap:0;padding:4px 0 10px}.fh-mobile-nav__submenu a{color:color-mix(in srgb,var(--fh-text),transparent 12%);font-size:1.02rem;font-weight:700;line-height:1.35;padding:13px 18px 13px 34px;text-decoration:none}.fh-mobile-nav__child-details summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px;padding:0 18px 0 34px;border-radius:0;background:transparent;border:0;color:var(--fh-text);font-family:inherit;font-size:1.02rem;font-weight:800;cursor:pointer}.fh-mobile-nav__child-details summary::-webkit-details-marker{display:none}.fh-mobile-nav__all{color:var(--fh-text)!important}.fh-mobile-nav__nested{display:grid;gap:0;padding:2px 0 8px}.fh-mobile-nav__nested a{color:color-mix(in srgb,var(--fh-text),transparent 35%);font-size:.96rem;padding:11px 18px 11px 52px}.fh-mobile-nav__submenu>a,.fh-mobile-nav__child-details,.fh-mobile-nav__nested a{position:relative}.fh-mobile-nav__submenu>a:before,.fh-mobile-nav__child-details:before,.fh-mobile-nav__nested a:before{content:"";position:absolute;right:18px;bottom:0;left:18px;height:1px;background:color-mix(in srgb,var(--fh-border),transparent 92%)}.fh-drawer__actions{margin-top:auto;flex:0 0 auto;display:grid;gap:16px;padding:16px 18px 0;border-top:1px solid color-mix(in srgb,var(--fh-border),transparent 88%);background:var(--fh-bg-scrolled)}.fh-cta--drawer{width:100%}.fh-drawer__quicklinks{display:flex;flex-wrap:wrap;gap:12px}.fh-drawer__quicklinks a{color:var(--fh-muted);font-size:.9rem;font-weight:700;text-decoration:none}.fh-drawer.is-open .fh-mobile-nav__item{opacity:0;transform:translateY(16px);animation:fhDrawerReveal .48s cubic-bezier(.22,1,.36,1) forwards}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(1){animation-delay:60ms}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(2){animation-delay:.1s}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(3){animation-delay:.14s}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(4){animation-delay:.18s}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(5){animation-delay:.22s}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(6){animation-delay:.26s}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(7){animation-delay:.3s}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(8){animation-delay:.34s}.fh-drawer.is-open .fh-mobile-nav__item:nth-child(9){animation-delay:.38s}.fh-mobile-nav__details[open]>.fh-mobile-nav__submenu>a,.fh-mobile-nav__details[open]>.fh-mobile-nav__submenu>.fh-mobile-nav__child-details,.fh-mobile-nav__child-details[open]>.fh-mobile-nav__nested>a{opacity:0;transform:translateY(10px);animation:fhSubmenuReveal .32s cubic-bezier(.22,1,.36,1) forwards}.fh-mobile-nav__details[open]>.fh-mobile-nav__submenu>*:nth-child(1),.fh-mobile-nav__child-details[open]>.fh-mobile-nav__nested>*:nth-child(1){animation-delay:20ms}.fh-mobile-nav__details[open]>.fh-mobile-nav__submenu>*:nth-child(2),.fh-mobile-nav__child-details[open]>.fh-mobile-nav__nested>*:nth-child(2){animation-delay:60ms}.fh-mobile-nav__details[open]>.fh-mobile-nav__submenu>*:nth-child(3),.fh-mobile-nav__child-details[open]>.fh-mobile-nav__nested>*:nth-child(3){animation-delay:.1s}.fh-mobile-nav__details[open]>.fh-mobile-nav__submenu>*:nth-child(4),.fh-mobile-nav__child-details[open]>.fh-mobile-nav__nested>*:nth-child(4){animation-delay:.14s}.fh-mobile-nav__details[open]>.fh-mobile-nav__submenu>*:nth-child(5),.fh-mobile-nav__child-details[open]>.fh-mobile-nav__nested>*:nth-child(5){animation-delay:.18s}@keyframes fhDrawerReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fhSubmenuReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body.fh-drawer-open{overflow:hidden;touch-action:none}@media screen and (max-width:1279px){.fh-header,.fh-header.fh-is-scrolled{background:var(--fh-bg-scrolled);border-bottom-color:color-mix(in srgb,var(--fh-border),transparent 82%);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 10px 28px #1a102812}.fh-shell{min-height:70px;grid-template-columns:auto minmax(0,1fr) auto;gap:14px}.fh-burger{display:grid;width:48px;height:48px;border:0;background:transparent;box-shadow:none}.fh-burger span{width:22px;height:2.5px}.fh-logo{justify-self:center;padding-right:0}.fh-logo__image{width:min(max(var(--fh-logo-width),210px),240px);max-width:240px}.fh-logo__text{font-size:clamp(32px,4.6vw,44px)}.fh-drawer__panel{width:min(92vw,520px);background:var(--fh-bg-scrolled);box-shadow:18px 0 44px #1a102829}.fh-drawer__actions{padding-top:14px}.fh-drawer__panel .fh-logo__image{width:min(max(var(--fh-logo-width),220px),260px);max-width:260px}.fh-drawer__panel .fh-logo__text{font-size:clamp(34px,4.8vw,46px)}.fh-mobile-nav__item>a,.fh-mobile-nav__details summary{min-height:62px;padding:0 18px;background:transparent;border:0;font-size:clamp(20px,2vw,24px);line-height:1.1}.fh-mobile-nav__submenu a{font-size:clamp(17px,1.55vw,20px);line-height:1.18}.fh-mobile-nav__child-details summary{min-height:56px;padding:0 18px 0 34px;font-size:clamp(17px,1.55vw,20px);line-height:1.14}.fh-mobile-nav__nested a{font-size:clamp(15px,1.35vw,18px);line-height:1.18}.fh-nav,.fh-actions .fh-cta,.fh-actions .fh-icon-link{display:none}}@media screen and (max-width:749px){.fh-shell{width:min(100% - 20px,var(--fh-max))}.fh-drawer__panel{width:min(100vw,420px);padding-top:16px}.fh-drawer__top{padding:0 16px 10px}.fh-logo__image{max-width:168px}.fh-logo__text{font-size:2rem}.fh-mobile-nav__item:after,.fh-mobile-nav__submenu>a:before,.fh-mobile-nav__child-details:before,.fh-mobile-nav__nested a:before{right:16px;left:16px}.fh-mobile-nav__item>a,.fh-mobile-nav__details summary{min-height:58px;padding:0 16px;font-size:18px}.fh-mobile-nav__submenu a{padding:12px 16px 12px 28px;font-size:15px}.fh-mobile-nav__child-details summary{min-height:52px;padding:0 16px 0 28px;font-size:15px}.fh-mobile-nav__nested a{padding:10px 16px 10px 42px;font-size:14px}.fh-drawer__actions{padding:14px 16px 0}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/fellinora-header.css.map */
