.header{position:relative}.samago-mm{position:static}.samago-mm__trigger{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.samago-mm__chev{display:inline-flex;transition:transform .18s ease}.samago-mm__chev svg{width:1rem;height:1rem}.samago-mm.is-open>.samago-mm__trigger,.samago-mm.is-open>.samago-mm__trigger>span:first-child{color:var(--color-brand-teal)}.samago-mm.is-open .samago-mm__chev{transform:rotate(180deg)}.samago-mm__trigger:focus-visible,.samago-mm__primary-item:focus-visible,.samago-mm__sub:focus-visible,.samago-mm__view-all:focus-visible{outline:2px solid rgba(0,170,183,.42);outline-offset:3px;border-radius:var(--radius-s);box-shadow:none}.samago-mm__panel{--samago-mm-motion-duration: .48s;--samago-mm-motion-easing: cubic-bezier(.22, 1, .36, 1);--samago-mm-panel-max-height: calc(100vh - var(--header-height, 12rem) - 1.2rem);--samago-mm-shadow-bleed: 9rem;position:absolute;top:100%;left:0;right:0;z-index:50;box-sizing:border-box;max-height:0;margin-top:0;overflow:hidden;overscroll-behavior:contain;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;transform:translateY(-18px);transform-origin:top center;clip-path:inset(0 -9rem 100% -9rem);will-change:transform,max-height,clip-path;pointer-events:none;visibility:hidden;transition:transform var(--samago-mm-motion-duration) var(--samago-mm-motion-easing),max-height var(--samago-mm-motion-duration) var(--samago-mm-motion-easing),clip-path var(--samago-mm-motion-duration) var(--samago-mm-motion-easing),visibility 0s linear var(--samago-mm-motion-duration)}.samago-mm.is-open .samago-mm__panel{opacity:1;transform:translateY(0);clip-path:inset(0 -9rem -9rem -9rem);max-height:var(--samago-mm-panel-max-height);overflow:clip;overflow-clip-margin:var(--samago-mm-shadow-bleed);pointer-events:auto;visibility:visible;transition:transform var(--samago-mm-motion-duration) var(--samago-mm-motion-easing),max-height var(--samago-mm-motion-duration) var(--samago-mm-motion-easing),clip-path var(--samago-mm-motion-duration) var(--samago-mm-motion-easing),visibility 0s}.samago-mm__panel::-webkit-scrollbar{width:8px}.samago-mm__panel::-webkit-scrollbar-track{background:transparent}.samago-mm__panel::-webkit-scrollbar-thumb{border-radius:999px;background:#0024322e}.samago-mm__panel::-webkit-scrollbar-thumb:hover{background:#00aab76b}.samago-mm__panel{scrollbar-width:thin;scrollbar-color:rgba(0,36,50,.22) transparent}.samago-mm__inner{--samago-mm-main-width: 36rem;--samago-mm-min-panel-width: 56rem;--samago-mm-column-count: 1;--samago-mm-col-width: 20rem;--samago-mm-col-gap: 3.4rem;--samago-mm-panel-pad-x: 3.6rem;--samago-mm-panel-pad-y: 3rem;--samago-mm-columns-width: 20rem;--samago-mm-panel-pad-total: 7.2rem;--samago-mm-active-panel-width: max(var(--samago-mm-min-panel-width), calc(var(--samago-mm-columns-width) + var(--samago-mm-panel-pad-total)));--samago-mm-active-width: calc(var(--samago-mm-active-panel-width) + var(--samago-mm-main-width));--samago-mm-panel-shadow: drop-shadow(0 18px 48px rgba(0, 36, 50, .14)) drop-shadow(0 8px 22px rgba(0, 36, 50, .08));box-sizing:border-box;display:grid;grid-template-columns:0 minmax(30rem,36rem);justify-content:end;align-items:start;width:min(100%,36rem);margin-left:auto;overflow:visible;isolation:isolate;border:0;border-radius:2.2rem;background:transparent;transition:width .22s cubic-bezier(.22,1,.36,1),grid-template-columns .22s cubic-bezier(.22,1,.36,1)}.samago-mm.has-active-panel .samago-mm__inner{grid-template-columns:minmax(0,var(--samago-mm-active-panel-width)) minmax(30rem,36rem);width:min(100%,var(--samago-mm-active-width))}.samago-mm.has-active-panel:has(.samago-mm__category-panel--1col.is-active) .samago-mm__inner{--samago-mm-column-count: 1;--samago-mm-col-width: 20rem;--samago-mm-panel-pad-x: 3.6rem;--samago-mm-panel-pad-y: 3rem;--samago-mm-columns-width: 20rem;--samago-mm-panel-pad-total: 7.2rem}.samago-mm.has-active-panel:has(.samago-mm__category-panel--2col.is-active) .samago-mm__inner{--samago-mm-column-count: 2;--samago-mm-col-width: 20rem;--samago-mm-panel-pad-x: 3.8rem;--samago-mm-panel-pad-y: 3rem;--samago-mm-columns-width: 43.4rem ;--samago-mm-panel-pad-total: 7.6rem}.samago-mm.has-active-panel:has(.samago-mm__category-panel--3col.is-active) .samago-mm__inner{--samago-mm-column-count: 3;--samago-mm-col-width: 18rem;--samago-mm-panel-pad-x: 4.2rem;--samago-mm-panel-pad-y: 3.2rem;--samago-mm-columns-width: 60.8rem ;--samago-mm-panel-pad-total: 8.4rem}.samago-mm.has-active-panel:has(.samago-mm__category-panel--4col.is-active) .samago-mm__inner{--samago-mm-column-count: 4;--samago-mm-col-width: 17rem;--samago-mm-panel-pad-x: 4.6rem;--samago-mm-panel-pad-y: 3.4rem;--samago-mm-columns-width: calc(17rem + 3.4rem + 17rem + 3.4rem + 17rem + 3.4rem + 17rem);--samago-mm-panel-pad-total: 9.2rem}.samago-mm.has-active-panel:has(.samago-mm__category-panel--wide-header.is-active) .samago-mm__inner{--samago-mm-min-panel-width: 72rem}.samago-mm.has-active-panel:has(.samago-mm__category-panel--extra-wide-header.is-active) .samago-mm__inner{--samago-mm-min-panel-width: 80rem}.samago-mm__main-categories-shell{position:relative;z-index:1;align-self:stretch;min-height:0;max-height:var(--samago-mm-panel-max-height);overflow:visible;border-radius:2.2rem;background:transparent;box-shadow:none;filter:var(--samago-mm-panel-shadow)}.samago-mm.has-active-panel .samago-mm__main-categories-shell{border-radius:0 2.2rem 2.2rem 0}.samago-mm__main-categories{display:flex;flex-direction:column;gap:.6rem;height:100%;min-height:0;max-height:var(--samago-mm-panel-max-height);padding:1.8rem;overflow:hidden;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:0;border-radius:inherit;background:#f7f9f9;box-shadow:none;filter:none;scrollbar-width:thin;scrollbar-color:rgba(0,36,50,.2) transparent;transition:border-color .18s ease}.samago-mm__main-categories::-webkit-scrollbar{width:6px}.samago-mm__main-categories::-webkit-scrollbar-track{background:transparent}.samago-mm__main-categories::-webkit-scrollbar-thumb{border-radius:999px;background:#00243229}.samago-mm__main-categories::-webkit-scrollbar-thumb:hover{background:#00243242}.samago-mm.has-active-panel .samago-mm__main-categories{border-left:1px solid rgba(0,36,50,.045)}.samago-mm__primary-item{-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:flex-start;gap:1.2rem;width:100%;min-height:4.8rem;padding:0 1.4rem;border:1px solid transparent;border-radius:1.2rem;background:transparent;color:var(--color-brand-navy);font-family:var(--font-display);font-size:1.38rem;font-weight:600;line-height:1.2;text-align:left;text-decoration:none;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.samago-mm__primary-item:hover{background:#00aab714}.samago-mm__primary-item.is-active{background:#e7ecee;border-color:#00243214;color:var(--color-brand-navy)}.samago-mm__primary-label{min-width:0}.samago-mm__primary-chevron{flex:0 0 auto;width:1.4rem;color:#46606ab3;font-size:1.8rem;line-height:1;transition:color .18s ease,transform .18s ease}.samago-mm__primary-item:hover .samago-mm__primary-chevron,.samago-mm__primary-item.is-active .samago-mm__primary-chevron{color:var(--color-brand-teal);transform:translate(-2px)}.samago-mm__subcategories-panel{position:relative;min-width:0;align-self:start;overflow:visible;visibility:hidden;pointer-events:none;background:transparent;filter:none}.samago-mm.has-active-panel .samago-mm__subcategories-panel{visibility:visible;pointer-events:auto;filter:var(--samago-mm-panel-shadow)}.samago-mm__category-panel{position:absolute;top:0;right:0;bottom:0;left:0;width:min(100%,var(--samago-mm-active-panel-width));visibility:hidden;pointer-events:none;transform:translate(16px);clip-path:inset(0 0 0 100%);transition:transform .28s cubic-bezier(.22,1,.36,1),clip-path .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s}.samago-mm__category-panel--empty{display:none}.samago-mm__category-panel.is-active{position:relative;visibility:visible;pointer-events:auto;transform:translate(0);clip-path:inset(-4rem);transition:transform .28s cubic-bezier(.22,1,.36,1),clip-path .28s cubic-bezier(.22,1,.36,1),visibility 0s}.samago-mm.is-resetting-panel .samago-mm__category-panel{visibility:hidden;pointer-events:none;transform:translate(16px);clip-path:inset(0 0 0 100%);transition:none}.samago-mm__content-surface{box-sizing:border-box;align-self:flex-start;width:var(--samago-mm-active-panel-width);height:auto;min-height:0;padding:var(--samago-mm-panel-pad-y) var(--samago-mm-panel-pad-x);overflow:hidden;border:0;border-radius:2.2rem 0 0 2.2rem;background:#fff}.samago-mm__content-head{display:flex;align-items:flex-start;justify-content:space-between;gap:4rem;width:100%;padding-bottom:2.2rem;border-bottom:1px solid rgba(0,36,50,.1)}.samago-mm__category-title{flex:1 1 auto;min-width:0;max-width:calc(100% - 26rem);margin:0;color:var(--color-brand-navy);font-family:var(--font-display);font-size:clamp(3.2rem,2.8vw,4.8rem);font-weight:750;letter-spacing:0;line-height:.98;text-wrap:balance;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.samago-mm__view-all{flex:0 0 auto;display:inline-flex;align-items:center;align-self:center;margin-left:0;gap:.5rem;color:var(--color-brand-teal);font-family:var(--font-display);font-size:1.6rem;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;transition:color .18s ease}.samago-mm__category-panel--stacked-header.is-active .samago-mm__content-head{flex-direction:column;align-items:flex-start;gap:1.2rem}.samago-mm__category-panel--stacked-header.is-active .samago-mm__category-title{max-width:100%}.samago-mm__category-panel--stacked-header.is-active .samago-mm__view-all{align-self:flex-start}.samago-mm__view-all span{transition:transform .18s ease}.samago-mm__view-all:hover{color:var(--color-brand-secondary)}.samago-mm__view-all:hover span{transform:translate(2px)}.samago-mm__subgrid{display:grid;justify-content:start;align-content:start;align-items:start;column-gap:3.4rem;row-gap:1.8rem;margin:0;padding:2.6rem 0 0}.samago-mm__subgrid--1{grid-template-columns:repeat(1,minmax(20rem,1fr))}.samago-mm__subgrid--2{grid-template-columns:repeat(2,minmax(20rem,1fr))}.samago-mm__subgrid--3{grid-template-columns:repeat(3,minmax(18rem,1fr))}.samago-mm__subgrid--4{grid-template-columns:repeat(4,minmax(17rem,1fr))}.samago-mm__subcolumn{position:relative;display:flex;flex-direction:column;gap:1.4rem;min-width:0;margin:0;padding:0;list-style:none}.samago-mm__subcolumn:not(:first-child):before{content:"";position:absolute;top:0;bottom:0;left:-1.8rem;width:1px;background:#00243212}.samago-mm__sub{display:inline-flex;color:var(--color-text-secondary);font-family:var(--font-body);font-size:1.45rem;font-weight:500;line-height:1.35;text-decoration:none;transition:color .16s ease,transform .16s ease}.samago-mm__sub:hover{color:var(--color-brand-teal);transform:translate(2px)}@media(prefers-reduced-motion:reduce){.samago-mm__panel,.samago-mm.is-open .samago-mm__panel,.samago-mm__inner{transform:none;transition:visibility 0s}.samago-mm__primary-chevron,.samago-mm__category-panel,.samago-mm__view-all span,.samago-mm__sub{transition:none}}@media screen and (max-width:1200px)and (min-width:990px){.samago-mm__inner{--samago-mm-main-width: 30rem;--samago-mm-min-panel-width: 56rem;grid-template-columns:0 minmax(26rem,30rem);width:min(100%,30rem)}.samago-mm.has-active-panel .samago-mm__inner{grid-template-columns:minmax(0,var(--samago-mm-active-panel-width)) minmax(26rem,30rem);width:min(100%,var(--samago-mm-active-width))}.samago-mm.has-active-panel:has(.samago-mm__category-panel--1col.is-active) .samago-mm__inner{--samago-mm-col-width: 20rem;--samago-mm-columns-width: 20rem}.samago-mm.has-active-panel:has(.samago-mm__category-panel--2col.is-active) .samago-mm__inner{--samago-mm-col-width: 20rem;--samago-mm-columns-width: 42.8rem }.samago-mm.has-active-panel:has(.samago-mm__category-panel--3col.is-active) .samago-mm__inner{--samago-mm-col-width: 18rem;--samago-mm-columns-width: calc(18rem + 2.8rem + 18rem + 2.8rem + 18rem)}.samago-mm.has-active-panel:has(.samago-mm__category-panel--4col.is-active) .samago-mm__inner{--samago-mm-column-count: 3;--samago-mm-col-width: 18rem;--samago-mm-columns-width: calc(18rem + 2.8rem + 18rem + 2.8rem + 18rem)}.samago-mm__subgrid{column-gap:2.8rem}.samago-mm__subgrid--1,.samago-mm__subgrid--2,.samago-mm__subgrid--3{grid-template-columns:repeat(var(--samago-mm-column-count),minmax(var(--samago-mm-col-width),1fr))}.samago-mm__subgrid--4{grid-template-columns:repeat(3,minmax(18rem,1fr))}.samago-mm__subcolumn:not(:first-child):before{left:-1.4rem}}@media screen and (max-width:1180px)and (min-width:990px){.samago-mm__content-head{flex-direction:column;align-items:flex-start;gap:1.2rem}.samago-mm__category-title{max-width:100%}.samago-mm__view-all{align-self:flex-start}}@media screen and (max-width:989px){.samago-mm__panel,.samago-mm__chev{display:none}}
/*# sourceMappingURL=/cdn/shop/t/77/assets/samago-megamenu.css.map */
