.header-user-name{all:unset;justify-content:flex-start;align-items:center;gap:calc(var(--spacing-vertical-medium) + var(--stroke-medium));padding:0 var(--spacing-vertical-tiny);border-radius:var(--radius-none);cursor:pointer;flex-direction:row;display:flex}.header-user-name:hover .header-nav-item-link-icon,.header-user-name:active .header-nav-item-link-icon,.header-user-name--active .header-nav-item-link-icon{background:var(--color-action-icon-hover-background);border-radius:var(--radius-full)}.header-user-name:focus-visible{outline:var(--stroke-medium) solid var(--color-utility-focus);outline-offset:var(--stroke-medium)}.header-user-name--guest{color:var(--web-nav-account-label-color,var(--color-text-dark));padding:0 var(--spacing-vertical-tiny);text-decoration:none;position:relative}.header-user-name--guest:hover,.header-user-name--guest:active{color:var(--web-nav-account-label-color,var(--color-text-dark))}.header-user-name--guest:hover .header-user-icon svg path,.header-user-name--guest:active .header-user-icon svg path{fill:var(--web-nav-account-icon-hover-color,var(--web-nav-account-icon-color,var(--color-text-dark)))}.header-user-name-text{color:var(--web-nav-ms-acc-font-color,var(--web-nav-account-label-color,var(--color-text-dark)));font-family:var(--web-nav-ms-acc-font-family,var(--typography-font-family-body));font-size:var(--web-nav-ms-acc-font-size,var(--typography-body-large));font-style:normal;font-weight:var(--web-nav-ms-acc-font-weight,var(--typography-font-weight-regular));line-height:var(--web-nav-ms-acc-line-height,var(--typography-line-height-medium));letter-spacing:var(--web-nav-ms-acc-letter-spacing,var(--typography-letter-spacing-root));text-transform:var(--web-nav-ms-acc-text-transform,var(--web-nav-account-label-text-transform,none))}@media (max-width:767px){.header-user-name-text{color:var(--web-nav-ms-acc-font-color-m,var(--web-nav-ms-acc-font-color,var(--web-nav-account-label-color,var(--color-text-dark))));font-family:var(--web-nav-ms-acc-font-family-m,var(--web-nav-ms-acc-font-family,var(--typography-font-family-body)));font-size:var(--web-nav-ms-acc-font-size-m,var(--web-nav-ms-acc-font-size,var(--typography-body-large)))}}.header-user-name .header-nav-item-link-icon{padding:var(--spacing-vertical-tiny);border-radius:var(--radius-full);transition:background var(--motion-duration-fast) var(--motion-easing-standard);-webkit-transition:background var(--motion-duration-fast) var(--motion-easing-standard);-moz-transition:background var(--motion-duration-fast) var(--motion-easing-standard);-o-transition:background var(--motion-duration-fast) var(--motion-easing-standard)}.header-user-icon{justify-content:center;align-items:center;display:inline-flex;position:relative}.header-user-icon-indicator{width:var(--spacing-vertical-medium);height:var(--spacing-vertical-medium);background:var(--color-utility-positive);border-radius:var(--radius-full);position:absolute;bottom:0;right:0}
.mobile-drawer-backdrop{background:var(--color-overlay-dark);z-index:var(--z-modal-backdrop);position:fixed;inset:0}.mobile-drawer{--_drawer-pad-x:20px;--_drawer-top-bar-pad-y:16px;--_drawer-section-gap:32px;--_drawer-close-size:28px;--_drawer-link-font-size:20px;--_drawer-account-font-size:18px;--_drawer-account-icon-size:32px;--_drawer-account-icon-gap:10px;--_drawer-child-indent:24px;--_drawer-child-gap:24px;--_drawer-account-button-height:29px;--_drawer-underline-height:calc(var(--stroke-small) + var(--stroke-medium));background:var(--web-nav-drawer-bg,var(--color-surface-background));z-index:var(--z-modal);flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-drawer-top-bar{padding:var(--_drawer-top-bar-pad-y) var(--_drawer-pad-x);background:var(--web-nav-drawer-bg,var(--color-surface-background));flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.mobile-drawer-close{all:unset;width:var(--_drawer-close-size);height:var(--_drawer-close-size);cursor:pointer;color:var(--web-nav-dw-close-icon-color,var(--color-text-dark));flex-direction:row;justify-content:center;align-items:center;display:flex}.mobile-drawer-close svg{width:var(--_drawer-close-size);height:var(--_drawer-close-size)}.mobile-drawer-close:hover{color:var(--web-nav-dw-close-icon-hover-color,var(--color-action-text-surface-hover))}.mobile-drawer-close:focus-visible{outline:var(--stroke-medium) solid var(--color-utility-focus);outline-offset:var(--stroke-medium);border-radius:var(--radius-extra-small)}.mobile-drawer-content{justify-content:flex-start;align-items:stretch;gap:var(--_drawer-section-gap);padding:var(--_drawer-section-gap) var(--_drawer-pad-x);overscroll-behavior:contain;flex-direction:column;flex:1;display:flex;overflow-y:auto}.mobile-drawer-user{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-drawer-user-info{justify-content:flex-start;align-items:center;gap:var(--_drawer-account-icon-gap);flex-direction:row;display:flex;position:relative}.mobile-drawer-account.header-user-name{gap:var(--_drawer-account-icon-gap);padding:0}.mobile-drawer-account.header-user-name .header-user-name-text{color:var(--web-nav-dw-acc-font-color,inherit);font-family:var(--web-nav-dw-acc-font-family,var(--typography-font-family-body));font-size:var(--web-nav-dw-acc-font-size,var(--_drawer-account-font-size));font-weight:var(--web-nav-dw-acc-font-weight,inherit);line-height:var(--web-nav-dw-acc-line-height,var(--typography-line-height-medium));text-transform:var(--web-nav-dw-acc-text-transform,none)}@media (max-width:767px){.mobile-drawer-account.header-user-name .header-user-name-text{font-size:var(--web-nav-dw-acc-font-size-m,var(--web-nav-dw-acc-font-size,var(--_drawer-account-font-size)));color:var(--web-nav-dw-acc-font-color-m,var(--web-nav-dw-acc-font-color,inherit))}}.mobile-drawer-user-icon-indicator{--_drawer-indicator-size:8px;bottom:var(--stroke-medium);left:calc(var(--_drawer-account-icon-size) - var(--_drawer-indicator-size));width:var(--_drawer-indicator-size);height:var(--_drawer-indicator-size);background:var(--color-utility-positive);border-radius:var(--radius-full);pointer-events:none;position:absolute}.mobile-drawer-account-button.button{height:var(--_drawer-account-button-height)}.mobile-drawer-separator{width:100%;height:var(--stroke-small);background:var(--color-border-dark)}.mobile-drawer-nav{flex:1}.mobile-drawer-nav-list{justify-content:flex-start;align-items:stretch;gap:var(--_drawer-section-gap);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.mobile-drawer-nav-item{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.mobile-drawer-nav-link{all:unset;justify-content:flex-start;align-items:center;gap:var(--spacing-horizontal-tiny);padding:0 var(--spacing-horizontal-tiny);cursor:pointer;--_drawer-link-color:var(--web-nav-dw-ml-font-color,var(--color-text-dark));color:var(--_drawer-link-color);font-family:var(--web-nav-dw-ml-font-family,var(--typography-font-family-body));font-size:var(--web-nav-dw-ml-font-size,var(--_drawer-link-font-size));font-weight:var(--web-nav-dw-ml-font-weight,var(--typography-font-weight-regular));line-height:var(--web-nav-dw-ml-line-height,var(--typography-line-height-medium));letter-spacing:var(--web-nav-dw-ml-letter-spacing,var(--typography-letter-spacing-root));text-transform:var(--web-nav-dw-ml-text-transform,none);flex-direction:row;align-self:flex-start;text-decoration:none;display:flex}@media (max-width:767px){.mobile-drawer-nav-link{font-size:var(--web-nav-dw-ml-font-size-m,var(--web-nav-dw-ml-font-size,var(--_drawer-link-font-size)));--_drawer-link-color:var(--web-nav-dw-ml-font-color-m,var(--web-nav-dw-ml-font-color,var(--color-text-dark)))}}.mobile-drawer-nav-link:hover{color:var(--web-nav-dw-ml-hover-font-color,var(--color-action-text-surface-hover));box-shadow:inset 0 calc(-1*var(--_drawer-underline-height)) 0 0 var(--web-nav-dw-ml-hover-underline-color,transparent)}.mobile-drawer-nav-link--active{font-weight:var(--typography-font-weight-bold);color:var(--web-nav-dw-ml-active-font-color,var(--_drawer-link-color));border-bottom:var(--_drawer-underline-height) solid var(--web-nav-dw-ml-active-underline-color,var(--color-text-dark))}.mobile-drawer-nav-link:focus-visible{outline:var(--stroke-medium) solid var(--color-utility-focus);outline-offset:var(--stroke-medium);border-radius:var(--radius-extra-small)}.mobile-drawer-nav-link--dropdown{cursor:pointer}.mobile-drawer-nav-link-icon{transition:transform var(--motion-duration-normal) var(--motion-easing-standard);-webkit-transition:transform var(--motion-duration-normal) var(--motion-easing-standard);-moz-transition:transform var(--motion-duration-normal) var(--motion-easing-standard);-o-transition:transform var(--motion-duration-normal) var(--motion-easing-standard);flex-direction:row;justify-content:center;align-items:center;display:flex}.mobile-drawer-nav-link-icon svg{width:calc(var(--spacing-vertical-large) - var(--stroke-medium));height:calc(var(--spacing-vertical-large) - var(--stroke-medium))}.mobile-drawer-nav-link-icon--rotated{transform:rotate(-180deg)}.mobile-drawer-subnav{margin:0;margin-top:var(--_drawer-section-gap);padding:0;padding-left:var(--_drawer-child-indent);justify-content:flex-start;align-items:stretch;gap:var(--_drawer-child-gap);flex-direction:column;list-style:none;display:flex}.mobile-drawer-subnav-item{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.mobile-drawer-subnav-link{padding:0 var(--spacing-horizontal-tiny);--_drawer-link-color:var(--web-nav-dw-ml-font-color,var(--color-text-dark));color:var(--_drawer-link-color);font-family:var(--web-nav-dw-ml-font-family,var(--typography-font-family-body));font-size:var(--web-nav-dw-ml-font-size,var(--_drawer-link-font-size));font-weight:var(--web-nav-dw-ml-font-weight,var(--typography-font-weight-regular));line-height:var(--web-nav-dw-ml-line-height,var(--typography-line-height-medium));letter-spacing:var(--web-nav-dw-ml-letter-spacing,var(--typography-letter-spacing-root));text-transform:var(--web-nav-dw-ml-text-transform,none);text-decoration:none;display:block}@media (max-width:767px){.mobile-drawer-subnav-link{font-size:var(--web-nav-dw-ml-font-size-m,var(--web-nav-dw-ml-font-size,var(--_drawer-link-font-size)));--_drawer-link-color:var(--web-nav-dw-ml-font-color-m,var(--web-nav-dw-ml-font-color,var(--color-text-dark)))}}.mobile-drawer-subnav-link:hover{color:var(--web-nav-dw-ml-hover-font-color,var(--color-action-text-surface-hover));box-shadow:inset 0 calc(-1*var(--_drawer-underline-height)) 0 0 var(--web-nav-dw-ml-hover-underline-color,transparent)}.mobile-drawer-subnav-link--active{font-weight:var(--typography-font-weight-bold);color:var(--web-nav-dw-ml-active-font-color,var(--_drawer-link-color));border-bottom:var(--_drawer-underline-height) solid var(--web-nav-dw-ml-active-underline-color,var(--color-text-dark))}.mobile-drawer-subnav-link:focus-visible{outline:var(--stroke-medium) solid var(--color-utility-focus);outline-offset:var(--stroke-medium);border-radius:var(--radius-extra-small)}@media (prefers-reduced-motion:reduce){.mobile-drawer-nav-link-icon{transition:none}}
.empty-bag-wrapper{--_gap:var(--spacing-vertical-xxlarge);--_px:var(--spacing-horizontal-jumbo);--_py:var(--spacing-vertical-giga);--_text-gap:var(--spacing-vertical-medium);--_title-font-size:var(--typography-headline-small);--_subtitle-font-size:var(--typography-body-medium);justify-content:center;align-items:center;gap:var(--_gap);padding:var(--_py) var(--_px);text-align:center;flex-direction:column;display:flex}.empty-bag-wrapper--small{--_gap:var(--spacing-vertical-xlarge);--_px:var(--spacing-horizontal-xxlarge);--_py:var(--spacing-vertical-ultra);--_text-gap:var(--spacing-vertical-small);--_title-font-size:var(--typography-body-extralarge);--_subtitle-font-size:var(--typography-body-small)}.empty-bag-wrapper--large{--_gap:var(--spacing-vertical-xxlarge);--_px:var(--spacing-horizontal-jumbo);--_py:var(--spacing-vertical-giga);--_text-gap:var(--spacing-vertical-medium);--_title-font-size:var(--typography-headline-small);--_subtitle-font-size:var(--typography-body-medium)}.empty-bag-wrapper__icon{color:var(--color-text-dark);flex-direction:row;justify-content:center;align-items:center;display:flex}.empty-bag-wrapper__text{justify-content:flex-start;align-items:center;gap:var(--_text-gap);flex-direction:column;display:flex}.empty-bag-wrapper__title{font-family:var(--typography-font-family-heading);font-weight:var(--typography-font-weight-bold);font-size:var(--_title-font-size);line-height:var(--typography-line-height-small);letter-spacing:var(--typography-letter-spacing-root);color:var(--color-text-dark);margin:0}.empty-bag-wrapper__subtitle{font-family:var(--typography-font-family-body);font-weight:var(--typography-font-weight-regular);font-size:var(--_subtitle-font-size);line-height:var(--typography-line-height-medium);letter-spacing:var(--typography-letter-spacing-root);color:var(--color-text-medium);margin:0}.empty-bag-wrapper--loading .skeleton-container{justify-content:flex-start;align-items:center;gap:var(--_gap);flex-direction:column;width:100%;display:flex}.empty-bag-wrapper__skeleton-bar{border-radius:var(--radius-xxsmall)}.empty-bag-wrapper__skeleton-bar:first-child{width:var(--spacing-horizontal-titan);height:var(--spacing-vertical-titan)}.empty-bag-wrapper__skeleton-bar:nth-child(2){width:calc(var(--spacing-horizontal-colosal)*3);height:var(--spacing-vertical-xlarge)}.empty-bag-wrapper__skeleton-bar:nth-child(3){width:calc(var(--spacing-horizontal-colosal)*2);height:var(--spacing-vertical-large)}.empty-bag-wrapper__skeleton-bar:nth-child(4){width:calc(var(--spacing-horizontal-colosal) + var(--spacing-horizontal-giga));height:var(--spacing-vertical-ultra);border-radius:var(--radius-small)}
