@charset "UTF-8";.c-categoryList--greyBg .c-categoryList__title{padding:20px 10px 80px;background-color:var(--nj-semantic-color-background-neutral-secondary-default)}
.c-categoryList--greyBg .c-categoryList__categories{margin-top:-60px}
.c-categoryList--grey .c-categoryList__header{background-color:var(--nj-semantic-color-background-neutral-secondary-default)}
.c-categoryList--eauVert .c-categoryList__header{background-color:var(--nj-semantic-color-background-accent-teal-tertiary-default)}
.c-categoryList--grey .c-categoryList__header,.c-categoryList--eauVert .c-categoryList__header{padding-top:20px;padding-bottom:80px}
.c-categoryList--grey .c-categoryList__categories,.c-categoryList--eauVert .c-categoryList__categories{margin-top:-60px}
.c-categoryList__header{padding:0 15px 30px;text-align:center}
.c-categoryList__title{font-size:2.4rem;font-weight:700;text-align:center}
.c-categoryList__subtitle{margin-top:5px}
.c-categoryList__categories{display:flex;flex-wrap:wrap;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;max-width:64rem}
.c-categoryList__category{display:flex}
.c-categoryList__category .c-categoryCard{width:100%}
.c-categoryCard{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:20px;min-height:80px;border-radius:10px;box-shadow:0 1px 10px 0 rgba(0,0,0,0.2);background-color:var(--nj-semantic-color-background-neutral-primary-default);font-weight:700;color:var(--nj-semantic-color-text-neutral-primary-default);line-height:1.125;text-align:center;text-decoration:none}
.c-categoryCard__label{z-index:1;text-shadow:1px 1px var(--nj-semantic-color-background-neutral-primary-default),1px -1px var(--nj-semantic-color-background-neutral-primary-default),-1px 1px var(--nj-semantic-color-background-neutral-primary-default),-1px -1px var(--nj-semantic-color-background-neutral-primary-default)}
.c-categoryCard__img{position:absolute;bottom:0;right:0;max-width:40px;transform:rotate(-12deg)}
@media(max-width:47.99em){.c-categoryCard{padding:20px 10px}
.c-categoryList__category{flex-basis:calc(50% - 5px);margin:5px 0}
.c-categoryList__category:nth-of-type(2n){margin-left:10px}
}
@media(min-width:48em){.c-categoryList--greyBg .c-categoryList__title{padding-top:50px}
.c-categoryList--greyBg .c-categoryList__categories{margin-top:-50px}
.c-categoryList--grey .c-categoryList__header,.c-categoryList--eauVert .c-categoryList__header{padding-top:30px;padding-bottom:90px}
.c-categoryList--grey .c-categoryList__categories,.c-categoryList--eauVert .c-categoryList__categories{margin-top:-60px}
.c-categoryList__title{font-size:2.8rem;line-height:1.1}
.c-categoryList__subtitle{font-size:2rem}
.c-categoryList__categories{display:flex;justify-content:center;padding:0;max-width:100rem}
.c-categoryList__category{flex:0 0 240px;margin:5px}
.c-categoryCard{transition:transform .2s ease-in-out}
.no-touchevents .c-categoryCard:hover,.no-js .c-categoryCard:hover{transform:translateY(-5px)}
}