.product-recommendations{display:flex;flex-direction:column;flex-wrap:nowrap;gap:48px;margin-top:48px}@media only screen and (max-width:1200px){.product-recommendations{gap:24px;margin-top:24px}}.gender-switch{display:flex;align-items:center;gap:16px}.gender-switch,.gender-switch__button{width:-moz-fit-content;width:fit-content}.gender-switch__button{display:inline-block;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;font-family:var(--font-manrope);font-weight:400;font-size:16px;line-height:120%;padding:4px 0;border:none;border-bottom:1px solid transparent;transition:color .2s linear,border-color .2s linear}.gender-switch__button:disabled{cursor:not-allowed}@media(hover:hover){.gender-switch__button:hover{color:#070707}}.gender-switch__button--active{font-family:var(--font-manrope);font-weight:500;pointer-events:none}.gender-switch--dark .gender-switch__button{color:gray}@media(hover:hover){.gender-switch--dark .gender-switch__button:hover{color:#070707}}.gender-switch--dark .gender-switch__button--active{color:#070707;border-color:#070707}.gender-switch--light .gender-switch__button{color:#e0e0e0}@media(hover:hover){.gender-switch--light .gender-switch__button:hover{color:#fff}}.gender-switch--light .gender-switch__button--active{color:#fff;border-color:#fff}.header-user-menu-item{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:100%;display:flex;align-items:center;text-align:left;color:#2c2c2c;transition:color .2s linear}.header-user-menu-item:disabled{cursor:not-allowed}@media(hover:hover){.header-user-menu-item:hover{color:#285141}}.header-user-menu-item__icon{width:20px;flex-shrink:0;color:inherit;margin-right:8px}.header-user-menu-item__title{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:120%;color:inherit}.header-user-menu-item__extra{margin-left:8px}.header-user-menu{width:200px;position:absolute;top:100%;right:0;padding-top:16px}.header-user-menu__wrapper{width:100%;max-height:calc(100vh - 80px - var(--tab-bar-height) - var(--top-message-height));padding:0 12px;background-color:#f8f8f8;box-shadow:0 1.44px 8.44px 0 rgba(0,0,0,.024),0 6.6px 23.73px 0 rgba(0,0,0,.035),0 16.71px 63.65px 0 rgba(0,0,0,.047),0 33px 146px 0 rgba(0,0,0,.071);border-radius:12px;overflow-y:auto}.header-user-menu__wrapper::-webkit-scrollbar{width:4px}.header-user-menu__wrapper::-webkit-scrollbar-track{background-color:transparent;border-radius:100px}.header-user-menu__wrapper::-webkit-scrollbar-thumb{background-color:silver;border-radius:100px}.header-user-menu__block{width:100%;padding:12px 0;display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px;border-bottom:1px solid #e0e0e0}.header-user-menu__block:last-child{border:none}.header-user{flex-shrink:0;position:relative}