.wishlist-drawer{--wishlist-drawer-padding: 24px;--wishlist-drawer-padding-mobile: 18px;--wishlist-drawer-border: rgba(var(--color-foreground-rgb), .08);--wishlist-drawer-muted: rgba(var(--color-foreground-rgb), .62)}.wishlist-drawer__dialog{position:fixed;top:0;right:0;bottom:0;left:auto;margin:0;width:50vw;min-width:50vw;max-width:50vw;height:100dvh;max-height:100dvh;padding:0;border:0;border-left:var(--style-border-drawer);border-radius:0;box-shadow:var(--shadow-drawer);background-color:var(--color-background);z-index:var(--layer-overlay);animation:none!important;transform:translate3d(100%,0,0);transition:transform .26s cubic-bezier(.22,.61,.36,1);will-change:transform}.wishlist-drawer__dialog[open],.wishlist-drawer__dialog.dialog-closing{animation:none!important}.wishlist-drawer__dialog::backdrop{background:#0000}.wishlist-drawer__dialog[data-eg-state=opening]{transform:translate3d(100%,0,0)}.wishlist-drawer__dialog[data-eg-state=opening]::backdrop{background:#0000;transition:background .36s cubic-bezier(.16,1,.3,1)}.wishlist-drawer__dialog[data-eg-state=open]{transform:translateZ(0)}.wishlist-drawer__dialog[data-eg-state=open]::backdrop{background:#00000038;transition:background .36s cubic-bezier(.16,1,.3,1)}.wishlist-drawer__dialog[data-eg-state=closing]{transform:translate3d(100%,0,0)}.wishlist-drawer__dialog[data-eg-state=closing]::backdrop{background:#0000;transition:background .18s cubic-bezier(.4,0,.2,1)}.wishlist-drawer__dialog:modal{max-height:100dvh;overflow:hidden}.wishlist-drawer__inner,.wishlist-drawer__content{height:100%}.wishlist-drawer__content{display:flex;flex-direction:column;background-color:var(--color-background);min-height:0}.wishlist-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px var(--wishlist-drawer-padding);border-bottom:1px solid var(--wishlist-drawer-border);flex:0 0 auto}.wishlist-drawer__header-left{display:flex;min-width:0;flex-direction:column;gap:2px}.wishlist-drawer__title{margin:0;font:inherit;font-size:var(--font-size--lg);letter-spacing:0}.wishlist-drawer__meta{color:var(--wishlist-drawer-muted);font-size:var(--font-size--sm);line-height:1.35}.wishlist-drawer__close-button{flex:0 0 auto}.wishlist-drawer__body{flex:1 1 auto;min-height:0;overflow:hidden;padding:0;display:flex;flex-direction:column}.wishlist-drawer__body .eg-wishlist-page,.wishlist-drawer__body .wk-page{--page-padding-top: 0 !important;--page-padding-bottom: 0 !important;--page-max-width: none !important;display:flex!important;flex-direction:column!important;min-height:100%!important;height:100%!important;width:100%!important;margin:0!important;padding:0!important;max-width:none!important;flex:1 1 auto!important}.wishlist-drawer__body .wk-header{display:none!important}.wishlist-drawer__body .wk-body{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;flex:1 1 auto!important;min-height:0!important;width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important;overflow:auto!important;overscroll-behavior:contain!important;scrollbar-width:none;-ms-overflow-style:none}.wishlist-drawer__body .wk-body::-webkit-scrollbar{width:0;height:0;display:none}.wishlist-drawer__dialog[data-eg-wishlist-rows-ready=true] .wishlist-drawer__body .wk-body{flex:0 0 auto!important;height:var(--eg-wishlist-products-visible-height)!important;max-height:var(--eg-wishlist-products-visible-height)!important}.wishlist-drawer__body .wk-grid{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;min-width:0!important;flex:0 0 auto!important;margin:0!important;padding:0!important;gap:0!important}.wishlist-drawer__body .wk-grid>wishlist-product-card{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;border-bottom:1px solid #000!important;box-sizing:border-box!important}.wishlist-drawer__body .wk-grid>wishlist-product-card:first-child{border-top:1px solid #000!important}.wishlist-drawer__body .wk-wishlist-empty-callout{margin:0!important;padding:20px var(--wishlist-drawer-padding)!important;flex:0 0 auto!important}.wishlist-drawer__body .wk-wishlist-empty-callout p,.wishlist-drawer__body .wk-login-callout p{margin:0}.wishlist-drawer__body .wk-callout-cta{display:inline-flex;margin-top:12px}.wishlist-drawer__body .wk-footer{position:relative!important;bottom:auto!important;z-index:2;display:flex;flex-direction:column;gap:14px;margin-top:0!important;padding:0 0 18px;border-top:0!important;background:var(--color-background);flex:0 0 auto!important}.wishlist-drawer__body .wk-footer .wk-login-callout{margin:0;color:var(--wishlist-drawer-muted);font-size:var(--font-size--xs);line-height:1.45;padding-inline:var(--wishlist-drawer-padding)}.wishlist-drawer__body .wk-footer .wk-login-callout a{color:inherit;text-decoration:underline;text-underline-offset:.12em}.wishlist-drawer__body .wk-footer .wk-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding-inline:var(--wishlist-drawer-padding)}.wishlist-drawer__body .wk-footer .wk-controls wk-button,.wishlist-drawer__body .wk-footer .wk-controls .wk-button{width:100%}@media screen and (max-width:989px){.wishlist-drawer__body .wk-footer .wk-controls{grid-template-columns:1fr}}@media screen and (max-width:900px){.wishlist-drawer__dialog{width:50vw;min-width:50vw;max-width:50vw}}@media screen and (max-width:749px){.wishlist-drawer__header{padding:16px var(--wishlist-drawer-padding-mobile)}.wishlist-drawer__body .wk-wishlist-empty-callout{padding:18px var(--wishlist-drawer-padding-mobile)!important}.wishlist-drawer__body .wk-footer{padding:0 0 18px}.wishlist-drawer__body .wk-footer .wk-login-callout,.wishlist-drawer__body .wk-footer .wk-controls{padding-inline:var(--wishlist-drawer-padding-mobile)}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/eg-wishlist-drawer.css.map */
