.c-navigationCategories{padding:5rem 2rem 0;border-left:1px solid var(--color-border-primary-default);display:flex;flex-direction:column;gap:2rem;overflow-y:auto;overflow-x:hidden}@media only screen and (max-width:1139px){.c-navigationCategories{padding:4rem 1.5rem}}.c-navigationCategories__title{color:var(--color-text-primary-default);font-family:var(--font-title-title-4-font-family);font-size:var(--font-title-title-4-size-desktop);font-weight:var(--font-title-title-4-weight);line-height:var(--font-title-title-4-line-height-desktop)}.c-navigationCategories__wrapper{display:flex;gap:2rem}@media only screen and (max-width:1139px){.c-navigationCategories__wrapper{flex-direction:column}}.c-navigationCategories__list{list-style:none;margin:0;padding:0;display:grid;grid-auto-rows:8.5rem;grid-gap:.5rem;gap:.5rem;height:-moz-fit-content;height:fit-content;grid-template-columns:repeat(2,minmax(120px,1fr));position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:1139px){.c-navigationCategories__list{position:relative;top:unset}}.c-navigationCategories__listItem{width:100%;position:relative;height:auto;overflow:hidden}.c-navigationCategories__link{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-end}.c-navigationCategories__link:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,2,3,0) 25%,rgba(2,2,3,.25))}@media(hover:hover)and (pointer:fine){.c-navigationCategories__link:focus-visible:after,.c-navigationCategories__link:hover:not([disabled]):after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 25%,rgba(0,0,0,.25) 75%)}}.c-navigationCategories__img{width:100%;height:100%;object-fit:cover;position:relative;transition:all .3s ease}.c-navigationCategories__name{position:absolute!important;bottom:.5rem;left:.5rem;color:var(--color-text-inverse-default);text-shadow:0 3.083px 6.167px rgba(0,0,0,.12);font-family:Jost;font-weight:400;z-index:1}.c-navigationCategories__bannerList{display:flex;flex-direction:column;gap:.5rem;max-width:280px}@media only screen and (max-width:1139px){.c-navigationCategories__bannerList{flex-direction:row;max-width:100%;overflow-x:auto;overflow-y:hidden}.c-navigationCategories__bannerList li{min-width:17.5rem}}@media only screen and (max-width:767px){.c-navigationCategories{overflow:visible;display:contents}.c-navigationCategories__wrapper{display:contents}.c-navigationCategories__list{grid-area:category;padding:1rem;grid-template-columns:repeat(3,minmax(160px,1fr))}.c-navigationCategories__bannerList{grid-area:encart;padding:1.5rem 1rem;align-items:center;height:245px}.c-navigationCategories__title{display:none}}@media only screen and (max-width:575px){.c-navigationCategories__list{grid-area:category;grid-template-columns:repeat(2,minmax(120px,1fr))}}