favorites-drawer#favorites.Drawer{position:fixed;display:grid;grid-template-rows:auto 1fr;z-index:50;background:var(--background_color);color:var(--primary_text);transition:transform .35s ease}body:has(.pdp-notify-me__popup[data-notify-context=favorites][aria-hidden=false]) favorites-drawer#favorites{z-index:30}favorites-drawer#favorites.Drawer[aria-hidden=true]{display:none}favorites-drawer#favorites.Drawer--right{top:0;right:0;width:100%;height:100dvh;transform:translate(100%)}favorites-drawer#favorites.Drawer--right.is-open{transform:translate(0)}favorites-drawer#favorites .Drawer__header{padding:1.25rem;background:var(--background_color);color:var(--primary_text);border-bottom:none}favorites-drawer#favorites .Drawer__body{--favorites-drawer-inline-padding: 1.25rem;display:flex;flex-direction:column;padding:0 var(--favorites-drawer-inline-padding) 0;min-height:0;background:var(--background_color);color:var(--primary_text)}.favorites-drawer{display:flex;flex-direction:column;flex:1;min-height:100%}.favorites-drawer__main{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.favorites-drawer--empty .favorites-drawer__main{align-items:center;margin-top:5rem}favorites-drawer#favorites .Drawer__close{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.125rem;height:1.125rem;margin-left:auto;margin-right:0;padding:0;background:transparent;border:0;cursor:pointer;color:var(--primary_text)}favorites-drawer#favorites .Drawer__close:before{content:"";position:absolute;top:50%;left:50%;width:2.75rem;height:2.75rem;transform:translate(-50%,-50%)}favorites-drawer#favorites .Drawer__close svg{width:1.125rem;height:1.125rem}favorites-drawer#favorites .Drawer__close svg path{fill:var(--primary_text)}.favorites-drawer__header-title{margin:0;flex:1 1 auto;color:var(--primary_text)}.favorites-drawer__count{font-variant-numeric:tabular-nums}.favorites-drawer__list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.favorites-drawer__main:has(+.favorites-drawer__recently-viewed:not([hidden])) .favorites-drawer__list{margin-bottom:2.5rem}.favorites-drawer__item{display:grid;grid-template-columns:minmax(8.75rem,8.75rem) 1fr;gap:1rem;align-items:center;color:var(--primary_text)}.favorites-drawer__item--sold-out,.favorites-drawer__item--sold-out .favorites-drawer__title-link,.favorites-drawer__item--sold-out .favorites-drawer__price,.favorites-drawer__item--sold-out .favorites-drawer__compare-price,.favorites-drawer__item--sold-out .favorites-drawer__status,.favorites-drawer__item--sold-out .favorites-drawer__option{color:var(--secondary_gray)}.favorites-drawer__item--sold-out .favorites-drawer__action-link{color:var(--primary_text);pointer-events:auto;cursor:pointer}.favorites-drawer__image-link{display:block;flex-shrink:0;width:100%;min-width:8.75rem;max-width:8.75rem;height:11.6875rem;background:var(--secondary_gray);overflow:hidden}.favorites-drawer__image-wrap{position:relative;width:100%;height:100%}.favorites-drawer__image-wrap>.favorites-drawer__image,.favorites-drawer__image-wrap>.favorites-drawer__video,.favorites-drawer__image-wrap>.favorites-drawer__video-embed{position:absolute;top:0;right:0;bottom:0;left:0}.favorites-drawer__image-wrap>[hidden]{display:none!important}.favorites-drawer__item--sold-out .favorites-drawer__image-link{opacity:.7}.favorites-drawer__image-link .favorites-drawer__image,.favorites-drawer__image-link .image__element,.favorites-drawer__image-link .favorites-drawer__video{width:100%;height:100%;object-fit:cover;display:block}.favorites-drawer__image-link .favorites-drawer__video[hidden],.favorites-drawer__image-link .favorites-drawer__video-embed[hidden]{display:none}.favorites-drawer__video-embed{width:100%;height:100%;overflow:hidden}.favorites-drawer__video-embed iframe{width:100%;height:100%;border:0;pointer-events:none}.favorites-drawer__content{display:flex;flex-direction:column;justify-content:center;gap:1.25rem;min-height:100%;padding-block:1rem;color:var(--primary_text)}.favorites-drawer__row{display:flex;justify-content:space-between;align-items:flex-start;gap:.625rem}.favorites-drawer__info{display:flex;flex-direction:column;gap:.25rem}.favorites-drawer__title{margin:0}.favorites-drawer__title-link{color:inherit;text-decoration:none}.favorites-drawer__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem}.favorites-drawer__price,.favorites-drawer__compare-price{margin:0}.favorites-drawer__compare-price{color:var(--secondary_gray);text-decoration:line-through}.favorites-drawer__status{color:var(--secondary_gray);white-space:nowrap}.favorites-drawer__options{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none}.favorites-drawer__options:empty{display:none}.favorites-drawer__option{margin:0}.favorites-drawer__actions{display:flex;justify-content:space-between;align-items:center;gap:1rem}.favorites-drawer__action-link{padding:0;background:none;border:0;cursor:pointer;color:inherit;text-decoration:underline;text-underline-offset:.2em;font:inherit}.favorites-drawer__action-link:disabled{opacity:.45;cursor:not-allowed}.favorites-drawer__action-link[hidden]{display:none!important}.favorites-drawer__empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.favorites-drawer__empty-state[hidden]{display:none}.favorites-drawer__empty{margin:0;color:var(--primary_text)}.favorites-drawer--has-recently-viewed .favorites-drawer__recently-viewed{margin-top:auto}.favorites-drawer__recently-viewed{--favorites-recent-swiper-inline-offset: 16px;--favorites-recent-skeleton-per-view: 2.476;--favorites-recent-skeleton-gap: 1rem;padding-top:.5rem;padding-bottom:2.5rem;overflow:visible;color:var(--primary_text);opacity:0;transform:translateY(1rem);transition:opacity .45s ease,transform .45s ease}.favorites-drawer__recently-viewed--loading{opacity:1;transform:none;transition:none}.favorites-drawer__recent-skeleton{display:flex;gap:var(--favorites-recent-skeleton-gap);margin-inline:calc(-1 * var(--favorites-drawer-inline-padding, 1.25rem));width:calc(100% + (2 * var(--favorites-drawer-inline-padding, 1.25rem)));padding-inline:var(--favorites-recent-swiper-inline-offset, 16px);box-sizing:border-box;overflow:hidden}.favorites-drawer__recent-skeleton-slide{flex:0 0 calc((100% - (var(--favorites-recent-skeleton-gap) * (var(--favorites-recent-skeleton-per-view) - 1))) / var(--favorites-recent-skeleton-per-view));min-width:0}.favorites-drawer__recent-skeleton-image{aspect-ratio:129 / 172;width:100%;background:var(--secondary_gray);opacity:.35;animation:favorites-recent-skeleton-pulse 1.2s ease-in-out infinite}.favorites-drawer__recent-skeleton-slide:nth-child(2) .favorites-drawer__recent-skeleton-image{animation-delay:.15s}.favorites-drawer__recent-skeleton-slide:nth-child(3) .favorites-drawer__recent-skeleton-image{animation-delay:.3s}.favorites-drawer__recent-skeleton-slide:nth-child(4) .favorites-drawer__recent-skeleton-image{animation-delay:.45s}@keyframes favorites-recent-skeleton-pulse{0%,to{opacity:.35}50%{opacity:.55}}.favorites-drawer__recently-viewed--visible{opacity:1;transform:translateY(0)}.favorites-drawer__recently-viewed--visible .swiper-slide{animation:favorites-recent-slide-in .45s ease both}.favorites-drawer__recently-viewed--visible .swiper-slide:nth-child(2){animation-delay:.06s}.favorites-drawer__recently-viewed--visible .swiper-slide:nth-child(3){animation-delay:.12s}.favorites-drawer__recently-viewed--visible .swiper-slide:nth-child(4){animation-delay:.18s}@keyframes favorites-recent-slide-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.favorites-drawer__recently-viewed[hidden]{display:none}.favorites-drawer__recently-viewed-title{margin:0 0 1.5rem;color:var(--primary_text)}.favorites-drawer__recently-viewed .favorites-drawer__recent-swiper{margin-inline:calc(-1 * var(--favorites-drawer-inline-padding, 1.25rem));width:calc(100% + (2 * var(--favorites-drawer-inline-padding, 1.25rem)));padding-inline:var(--favorites-recent-swiper-inline-offset, 16px);box-sizing:border-box;overflow:hidden}.favorites-drawer__recently-viewed .swiper-wrapper{align-items:stretch}.favorites-drawer__recent-card{display:flex;flex-direction:column;text-decoration:none;color:var(--primary_text)}.favorites-drawer__recent-meta--default{display:flex;flex-direction:column;gap:.125rem;margin-top:.375rem}.favorites-drawer__recent-swiper-wrap{position:relative}.favorites-drawer__recent-hover-meta{display:none}.favorites-drawer__recent-image{position:relative;aspect-ratio:129/172;background:var(--secondary_gray);overflow:hidden}.favorites-drawer__recent-image>img,.favorites-drawer__recent-image>.favorites-drawer__video,.favorites-drawer__recent-image>.favorites-drawer__video-embed{position:absolute;top:0;right:0;bottom:0;left:0}.favorites-drawer__recent-image>[hidden]{display:none!important}.favorites-drawer__recent-image img,.favorites-drawer__recent-image .favorites-drawer__video{width:100%;height:100%;object-fit:cover;display:block}.favorites-drawer__recent-image .favorites-drawer__video[hidden],.favorites-drawer__recent-image .favorites-drawer__video-embed[hidden]{display:none}.favorites-drawer__recent-title,.favorites-drawer__recent-price{margin:0;color:var(--primary_text)}.favorites-drawer__loader{display:flex;justify-content:center;padding:2rem 0}.favorites-drawer__loader[hidden]{display:none}favorites-drawer .favorites-quick-atc{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none}favorites-drawer .favorites-quick-atc[hidden]{display:none}favorites-drawer .favorites-quick-atc__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:#0003;opacity:0;cursor:pointer;transition:opacity .35s ease;pointer-events:none}favorites-drawer .favorites-quick-atc--open{pointer-events:auto}favorites-drawer .favorites-quick-atc--open .favorites-quick-atc__backdrop{opacity:1;pointer-events:auto}favorites-drawer .favorites-quick-atc__panel{position:relative;display:flex;flex-direction:column;width:100%;max-height:90dvh;background:var(--background_color);color:var(--primary_text);transform:translateY(100%);transition:transform .35s ease;pointer-events:none}favorites-drawer .favorites-quick-atc--open .favorites-quick-atc__panel{transform:translateY(0);pointer-events:auto}favorites-drawer .favorites-quick-atc__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem}favorites-drawer .favorites-quick-atc__title{margin:0;flex:1 1 auto;min-width:0}favorites-drawer .favorites-quick-atc__close{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.125rem;height:1.125rem;margin-left:auto;padding:0;background:transparent;border:0;cursor:pointer;color:inherit}favorites-drawer .favorites-quick-atc__close:before{content:"";position:absolute;top:50%;left:50%;width:2.75rem;height:2.75rem;transform:translate(-50%,-50%)}favorites-drawer .favorites-quick-atc__close svg{width:1.125rem;height:1.125rem}favorites-drawer .favorites-quick-atc__body{display:flex;flex-direction:column;gap:2.5rem;flex:0 0 auto;padding:1.25rem 1.25rem calc(2.5rem + env(safe-area-inset-bottom,0))}favorites-drawer .favorites-quick-atc__options{display:flex;flex-direction:column;gap:1.875rem;flex:0 0 auto;overflow:visible}favorites-drawer .favorites-quick-atc__stock-status{flex:0 0 auto;margin:0 0 0 auto;color:var(--secondary_gray);white-space:nowrap}favorites-drawer .favorites-quick-atc__option{margin:0;padding:0;border:0;min-width:0}favorites-drawer .favorites-quick-atc__option .pdp-variant-option__title{margin:0 0 .5rem;padding:0;color:var(--primary_text)}favorites-drawer .favorites-quick-atc__option .pdp-variant-option__track{display:flex;flex-wrap:wrap;align-items:center;column-gap:1.5rem;row-gap:.75rem;width:100%}favorites-drawer .favorites-quick-atc__option .pdp-variant-option__list{display:contents}favorites-drawer .favorites-quick-atc__option .pdp-variant-option__item{flex-shrink:0;line-height:0}favorites-drawer .favorites-quick-atc__option .pdp-variant-option__label{position:relative;display:inline-block;margin:0;color:var(--primary_text);cursor:pointer;line-height:normal;text-decoration:none}favorites-drawer .favorites-quick-atc__option .pdp-variant-option__label:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;opacity:0;top:calc(100% + 2px)}@media(hover:hover){favorites-drawer .favorites-quick-atc__option .pdp-variant-option__label--default:hover:after,favorites-drawer .favorites-quick-atc__option .pdp-variant-option__label--selected:hover:after,favorites-drawer .favorites-quick-atc__option .pdp-variant-option__input:focus-visible+.pdp-variant-option__label:after{opacity:1}}favorites-drawer .favorites-quick-atc__option .pdp-variant-option__label--selected:after,favorites-drawer .favorites-quick-atc__option .pdp-variant-option__label--sold-out-selected:after{opacity:1}favorites-drawer .favorites-quick-atc__option .pdp-variant-option__label--sold-out,favorites-drawer .favorites-quick-atc__option .pdp-variant-option__label--sold-out-selected{color:var(--secondary_gray);text-decoration:line-through}favorites-drawer .favorites-quick-atc__footer{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}favorites-drawer .favorites-quick-atc__submit{width:100%}favorites-drawer .favorites-quick-atc__submit .itemLoader{display:none}favorites-drawer .favorites-quick-atc__submit.is-loading .itemLoader{display:flex}favorites-drawer .favorites-quick-atc__submit.is-loading .ButtonTextContainer{visibility:hidden}favorites-drawer .favorites-quick-atc__error{display:none;align-items:flex-start;gap:.25rem;margin:0;color:var(--alert_error)}favorites-drawer .favorites-quick-atc__error.visible{display:flex}favorites-drawer .favorites-quick-atc__error[hidden]{display:none}.favorites-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;background:none;border:0;cursor:pointer;color:var(--primary_text)}favorites-toggle{display:inline-flex}.favorites-toggle__icon{display:inline-flex;align-items:center;justify-content:center}.favorites-toggle__icon svg path{fill:currentColor}.favorites-toggle__button.is-active .favorites-toggle__icon--outline{display:none}.favorites-toggle__button.is-active .favorites-toggle__icon--filled{display:inline-flex}.favorites-toggle__button:not(.is-active) .favorites-toggle__icon--filled{display:none}@media screen and (min-width:1025px){favorites-drawer#favorites .Drawer__header{padding-inline:2rem}favorites-drawer#favorites .Drawer__body{--favorites-drawer-inline-padding: 2rem;padding-inline:var(--favorites-drawer-inline-padding);scrollbar-width:none;-ms-overflow-style:none}favorites-drawer#favorites .Drawer__body::-webkit-scrollbar{display:none}.favorites-drawer__recently-viewed{--favorites-recent-swiper-inline-offset: 2rem;--favorites-recent-skeleton-gap: 1.5rem;--favorites-recent-skeleton-per-view: 4}.favorites-drawer__item{grid-template-columns:minmax(10rem,10rem) 1fr;gap:1.5rem}.favorites-drawer__image-link{min-width:10rem;max-width:10rem;height:13.3125rem}.favorites-drawer__recent-meta--default{display:none}.favorites-drawer__recent-hover-meta{display:block;margin-top:.375rem;margin-inline:calc(-1 * var(--favorites-drawer-inline-padding, 1.25rem));width:calc(100% + (2 * var(--favorites-drawer-inline-padding, 1.25rem)));padding-inline:2rem;box-sizing:border-box;min-height:1.313rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.favorites-drawer__recently-viewed--has-hover .favorites-drawer__recent-hover-meta{opacity:1;visibility:visible}.favorites-drawer__recent-hover-link{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;width:100%;text-decoration:none;color:var(--primary_text)}.favorites-drawer__recent-hover-link .favorites-drawer__recent-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorites-drawer__recent-hover-link .favorites-drawer__recent-price{flex-shrink:0;white-space:nowrap}favorites-drawer#favorites.Drawer{max-width:29rem}.pdp-notify-me__popup[data-notify-context=favorites] .pdp-notify-me__checkboxes{gap:.25rem}favorites-drawer .favorites-quick-atc__panel{padding-inline:.75rem}}@media(prefers-reduced-motion:reduce){favorites-drawer#favorites.Drawer{transition:none}favorites-drawer .favorites-quick-atc__backdrop,favorites-drawer .favorites-quick-atc__panel{transition:none}favorites-drawer .favorites-quick-atc__panel{transform:translateY(0)}.favorites-drawer__recently-viewed{transition:none;opacity:1;transform:none}.favorites-drawer__recent-hover-meta{transition:none}.favorites-drawer__recently-viewed--has-hover .favorites-drawer__recent-hover-meta{opacity:1;visibility:visible}.favorites-drawer__recent-skeleton-image,.favorites-drawer__recently-viewed--visible .swiper-slide{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/73/assets/section-favorites_drawer.css.map */
