.menu-desktop__item.active .menu-desktop__mega{display:block}.menu-desktop__item.active .menu-desktop__drop{display:block}.menu-desktop__item.active .menu-desktop__collection-list{display:block}.menu-desktop__item.active .menu-desktop__link span{color:var(--color-black)}.menu-desktop__mega{display:none;position:absolute;background-color:var(--color-warm-white);left:0;top:0;z-index:-1;width:100%;min-width:10em;padding:9em 1.5em 2.5em 1.5em}.menu-desktop__drop{display:none;position:absolute;background-color:var(--color-white);left:-1em;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:10em;padding:1.5em 0 2em 1.75em}.menu-desktop .menu-drop .menu-child{display:grid;grid-template-rows:repeat(5,auto);grid-auto-flow:column;gap:.5em 0}.menu-desktop .menu-drop a{display:block;padding-right:3em;white-space:nowrap}.menu-desktop .menu-mega{display:grid;grid-template-columns:1fr auto;gap:1em}.menu-desktop .menu-mega a{display:block;min-width:10em}.menu-desktop .menu-mega__title{font-weight:500;text-decoration:none;border-bottom:1px solid var(--color-grey-light);margin-bottom:1em;padding-bottom:1em;line-height:1}.menu-desktop .menu-mega__features{display:flex;gap:1em}.menu-desktop .menu-mega__feature{width:15em;min-width:15em}.menu-desktop .menu-mega__feature img{position:relative;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:linear}.menu-desktop .menu-mega__feature img.preload{opacity:0}.menu-desktop .menu-child__link:focus span,.menu-desktop .menu-child__link:hover span,.menu-desktop .menu-grandchild__link:focus span,.menu-desktop .menu-grandchild__link:hover span{opacity:.5}.menu-desktop .menu-mega-1-tier .menu-child{display:grid;grid-template-columns:repeat(4,auto);gap:1.25em 1.75em}.menu-desktop .menu-mega-2-tier .mega-menus{display:flex;gap:1em}@media (min-width:1440px){.menu-desktop .menu-mega-2-tier .mega-menus{gap:0 18em}}.menu-desktop .menu-mega-2-tier .menu-child{width:100%}.menu-desktop .menu-mega-2-tier .menu-child__title{font-family:gelica,arial,sans-serif;font-weight:700;text-decoration:none;margin-bottom:1.625em;line-height:1;pointer-events:none;font-size:1.25em}.menu-desktop .menu-mega-2-tier .menu-child:first-of-type .menu-grandchild{grid-template-columns:repeat(3,auto)}.menu-desktop .menu-mega-2-tier .menu-child:last-of-type .menu-grandchild{grid-template-columns:repeat(2,auto)}.menu-desktop .menu-mega-2-tier .menu-grandchild{display:grid;grid-template-rows:repeat(5,auto);gap:1.25em 1.75em}