.mega-menu-sections{display:flex;align-items:stretch;width:100%}.mega-menu-sections__sidebar{display:flex;flex-direction:column;gap:0;min-width:22rem;max-width:26rem;border-right:1px solid rgb(var(--color-border));padding-right:3.2rem;margin-right:3.2rem;flex-shrink:0}.mega-menu-sections__sidebar-item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.6rem;background:transparent;border:none;cursor:pointer;font-family:var(--font-header-menu-family);font-weight:var(--font-header-menu-weight);font-style:var(--font-heading-style);font-size:calc(var(--font-header-menu-link-scale) * 1rem);text-transform:uppercase;color:rgb(var(--color-foreground));opacity:.5;transition:opacity var(--duration-default) ease;text-align:left;width:100%;border-radius:var(--border-radius)}.mega-menu-sections__sidebar-item:hover,.mega-menu-sections__sidebar-item.active{opacity:1}.mega-menu-sections__sidebar-item.active{z-index:1}.mega-menu-hover-bridge{position:absolute;top:50%;right:0;width:450px!important;height:166px!important;transform:translate(30%,-50%) rotate(180deg);z-index:1;pointer-events:none}.mega-menu-hover-bridge polygon{fill:transparent;pointer-events:visibleFill}.mega-menu-sections__sidebar-item svg:not(.mega-menu-hover-bridge){width:.8rem;height:.8rem;flex-shrink:0;transition:transform var(--duration-default) ease}.mega-menu-sections__sidebar-item.active svg:not(.mega-menu-hover-bridge){transform:translate(.2rem)}.mega-menu-sections__view-all--sidebar-link.button--simple{width:fit-content;min-width:0;padding:0;margin:1.2rem 1.6rem 0;font-family:var(--font-header-menu-family);font-weight:var(--font-header-menu-weight);font-style:var(--font-heading-style);font-size:calc(var(--font-header-menu-link-scale) * 1rem);text-transform:uppercase;color:rgb(var(--color-button-tertiary-text));opacity:.5}.mega-menu-sections__view-all--sidebar-link.button--simple:hover{color:rgb(var(--color-button-tertiary-text-hover));opacity:1}.mega-menu-sections__view-all--mobile{margin-top:1.6rem;color:rgb(var(--color-button-tertiary-text));opacity:.5}.mega-menu-sections__view-all--mobile:hover{color:rgb(var(--color-button-tertiary-text-hover));opacity:1}.mega-menu-sections__section-view-all{align-self:flex-start;color:rgb(var(--color-button-tertiary-text));opacity:.5}.mega-menu-sections__section-view-all:hover{color:rgb(var(--color-button-tertiary-text-hover));opacity:1}@media screen and (max-width:1149px){.mega-menu-sections__section-view-all{margin-bottom:1.2rem}}.mega-menu-sections__content{flex:1;overflow:hidden;min-width:0}.mega-menu-sections__panel{display:none}.mega-menu-sections__panel.active{display:block}.mega-menu-sections__panel-content{display:flex;flex-direction:column;gap:2.4rem}.mega-menu-sections__row{display:grid;gap:2.4rem}.mega-menu-sections__row--2-col{grid-template-columns:repeat(2,1fr)}.mega-menu-sections__row--3-col{grid-template-columns:repeat(3,1fr)}.mega-menu-sections__row--4-col{grid-template-columns:repeat(4,1fr)}.mega-menu-sections__row--5-col{grid-template-columns:repeat(5,1fr)}.mega-menu-sections__row--6-col{grid-template-columns:repeat(6,1fr)}.mega-menu-sections__card{display:flex;flex-direction:column;gap:.8rem;text-decoration:none;color:rgb(var(--color-foreground))}.mega-menu-sections__card-image{aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--border-radius);background-color:rgba(var(--color-foreground),.04)}.mega-menu-sections__card-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform var(--duration-default) ease}.mega-menu-sections__card:hover .mega-menu-sections__card-img{transform:scale(1.05)}.mega-menu-sections__card-placeholder{width:100%;height:100%}.mega-menu-sections__card-label{font-size:1.3rem;font-family:var(--font-body-family);line-height:1.3}.mega-menu-sections__card--align-center{text-align:center}.mega-menu-sections__card--align-right{text-align:right}.mega-menu-sections-mobile{display:none}button.menu-drawer__dropdown-toggle{background:transparent;border:none;cursor:pointer;padding:0}.mega-menu-sections-panel{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(var(--color-background));z-index:2;transform:translate(100%);transition:transform var(--duration-default) ease,visibility var(--duration-default) ease;visibility:hidden;overflow-y:auto;padding:2.4rem 2rem 4rem}.mega-menu-sections-panel.active{transform:translate(0);visibility:visible}.mega-menu-sections-panel__back{display:flex;align-items:center;gap:.8rem;background:transparent;border:none;font-family:var(--font-header-menu-family);font-weight:var(--font-header-menu-weight);font-size:calc(var(--font-header-menu-link-scale) * 1rem);text-transform:uppercase;color:rgb(var(--color-foreground));cursor:pointer;padding:0;opacity:.7}.mega-menu-sections-panel__back .icon-arrow{width:2rem;height:auto;transform:rotate(180deg)}.mega-menu-sections-panel .mega-menu-sections-mobile{display:block}.mega-menu-sections-mobile__accordion{border-bottom:1px solid rgb(var(--color-border))}.mega-menu-sections-mobile__accordion-title{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.6rem 0;background:transparent;border:none;font-family:var(--font-header-menu-family);font-weight:var(--font-header-menu-weight);font-style:var(--font-heading-style);font-size:calc(var(--font-header-menu-link-scale) * 1rem);text-transform:uppercase;color:rgb(var(--color-foreground));cursor:pointer;text-align:left}.mega-menu-sections-mobile__accordion-title:after{content:"+";font-size:2rem;font-weight:300;line-height:1;transition:transform var(--duration-default) ease}.mega-menu-sections-mobile__accordion-title.active:after{content:"\2013"}.mega-menu-sections-mobile__accordion-content{padding-bottom:2rem}.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row{gap:1.6rem}@media screen and (min-width:750px)and (max-width:1149px){.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row[data-tablet-columns="1"]{grid-template-columns:1fr!important}.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row[data-tablet-columns="2"]{grid-template-columns:repeat(2,1fr)!important}.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row[data-tablet-columns="3"]{grid-template-columns:repeat(3,1fr)!important}.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row[data-tablet-columns="4"]{grid-template-columns:repeat(4,1fr)!important}}@media screen and (max-width:749px){.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row[data-mobile-columns="1"]{grid-template-columns:1fr!important}.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row[data-mobile-columns="2"]{grid-template-columns:repeat(2,1fr)!important}.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row[data-mobile-columns="3"]{grid-template-columns:repeat(3,1fr)!important}.mega-menu-sections-mobile__accordion-content .mega-menu-sections__row[data-mobile-columns="4"]{grid-template-columns:repeat(4,1fr)!important}}@media screen and (min-width:1150px){.mega-menu-sections-mobile,.mega-menu-sections-panel,.mega-menu-sections__view-all--mobile{display:none!important}.mega-menu-sections__view-all--sidebar-link{display:flex}}@media screen and (max-width:1149px){.mega-menu-sections__sidebar,.mega-menu-sections__content,.mega-menu-sections__view-all--sidebar-link{display:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/mega-menu-sections.css.map */
