.nav-list-item-card{position:relative;width:100%;height:40px}.nav-list-item-card__image-holder{background-color:#e5e5e5;flex:0 0 40px;width:40px;height:100%}.nav-list-item-card__text{flex:1 0 auto;width:auto}.nav-list-item-card__arrow-holder{width:32px;height:100%;flex:0 0 32px}.nav-list-item-card__arrow{transform:rotate(-90deg);width:16px;fill:#1a1a1a}.nav-dropdown-items-list__item{position:relative;width:100%;margin-bottom:16px}.nav-dropdown-items-list__item--button{position:relative;border:none;outline:none;background:none;display:block}.nav-dropdown-items-list__item:last-child{margin-bottom:0}:export{BREAKPOINT_xs:0}:export{BREAKPOINT_sm:560}:export{BREAKPOINT_md:768}:export{BREAKPOINT_lg:992}:export{BREAKPOINT_xl:1280}:export{BREAKPOINT_xxl:1920}:export{COLOUR_bleach_black:#1a1a1a}:export{COLOUR_bleach_grey_10:#1a1a1a}:export{COLOUR_bleach_grey_20:#333}:export{COLOUR_bleach_grey_30:#4c4c4c}:export{COLOUR_bleach_grey_40:#666}:export{COLOUR_bleach_grey_50:#7f7f7f}:export{COLOUR_bleach_grey_60:#999}:export{COLOUR_bleach_grey_80:#ccc}:export{COLOUR_bleach_grey_90:#e5e5e5}:export{COLOUR_bleach_white:#fff}:export{COLOUR_bleach_offwhite:#f0f0f0}:export{COLOUR_bleach_purple:#e182f0}:export{COLOUR_bleach_purple_dark:#bc3ad1}:export{COLOUR_bleach_lime:#b5e850}:export{COLOUR_bleach_green:#19c694}:export{COLOUR_bleach_mint:#8cfe9f}:export{COLOUR_bleach_peach:#fda68f}:export{COLOUR_bleach_pink:#faaab5}:export{COLOUR_bleach_pink_dark:#f04182}:export{NAV_HEIGHT_DEFAULT:50;NAV_HEIGHT_MD:50;NAV_HEIGHT_LG:64;NAV_HEIGHT_XL:72;NAV_TOTAL_HEIGHT_DEFAULT:50;NAV_TOTAL_HEIGHT_MD:50;NAV_TOTAL_HEIGHT_LG:108;NAV_TOTAL_HEIGHT_XL:116}:export{BANNER_HEIGHT_DEFAULT:24;BANNER_HEIGHT_SM:28;BANNER_HEIGHT_LG:40}:export{PLP_SCROLL_OFFSET_xs:90}:export{PLP_SCROLL_OFFSET_sm:89}:export{PLP_SCROLL_OFFSET_md:103}:export{PLP_SCROLL_OFFSET_lg:153}:export{PLP_SCROLL_OFFSET_xl:177}.nav-menu-desktop{position:relative;height:44px;width:100vw;z-index:1}.nav-menu-desktop__background{position:absolute;top:0;left:0;width:100%;height:100%}.nav-menu-desktop__main-menu{position:relative;height:100%;width:100%;max-width:1280px;padding:0;pointer-events:all;display:flex;flex-direction:row;justify-content:center;align-items:stretch;z-index:1}.nav-menu-desktop__main-menu--root span{opacity:0}.nav-menu-desktop__main-menu-item{position:relative;background-color:transparent;border:none;outline:none;cursor:pointer;padding:4px 16px 0;display:flex;flex-direction:column;justify-content:flex-start}.nav-menu-desktop__main-menu-item:after{content:"";position:absolute;width:100%;height:4px;bottom:0;left:0;background-color:#666;opacity:0;transition:opacity .05s linear}.nav-menu-desktop__main-menu-item:hover:after{opacity:1}.nav-menu-desktop__main-menu-item--selected:after{background-color:#b5e850;opacity:1}.nav-menu-desktop__dropdown{z-index:0;position:absolute;top:100%;width:100%;opacity:0;overflow:hidden;transition:opacity 0s linear .2s}@media(min-width:768px){.nav-menu-desktop__dropdown{height:calc(100vh - 50px)}}@media(min-width:992px){.nav-menu-desktop__dropdown{height:calc(100vh - 64px)}}@media(min-width:1280px){.nav-menu-desktop__dropdown{height:calc(100vh - 72px)}}.nav-menu-desktop__dropdown--active{opacity:1;transition:opacity 0s linear}.nav-menu-desktop__dropdown-frame{pointer-events:all;width:100%;background-color:#f0f0f0;transform:translateY(-100%);transition:transform .2s cubic-bezier(.65,0,.35,1)}.nav-menu-desktop__dropdown-frame--active{transform:translateY(0)}.nav-menu-desktop__dropdown-content{position:absolute;opacity:0;top:24px;left:50%;transform:translateX(-50%);transition:opacity .1s linear,transform .2s cubic-bezier(.65,0,.35,1);pointer-events:none}.nav-menu-desktop__dropdown-content--active{opacity:1;transition:opacity .1s linear .2s;pointer-events:all}.nav-menu-desktop__dropdown-section{flex:0 0 calc(25% - 24px);width:calc(25% - 24px);margin-right:32px}.nav-menu-desktop__dropdown-section:last-child{margin-right:unset}