:root{--wishlist-active-color: #e53e3e}.wishlist-btn{position:absolute;inset-block-start:8px;inset-inline-end:8px;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffffe0;border:none;border-radius:50%;cursor:pointer;padding:0;transition:background .2s ease,transform .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 1px 4px #0000001f}.wishlist-btn:hover{background:#fff;transform:scale(1.1)}.wishlist-btn:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem;box-shadow:0 0 0 .4rem rgba(var(--color-foreground),.15)}.wishlist-btn svg{width:20px;height:20px;fill:none;stroke:rgba(var(--color-foreground),.85);stroke-width:1.8;transition:fill .2s ease,stroke .2s ease;pointer-events:none}.wishlist-btn--active svg{fill:var(--wishlist-active-color);stroke:var(--wishlist-active-color)}@keyframes wishlist-pop{0%{transform:scale(1)}40%{transform:scale(1.3)}to{transform:scale(1)}}.wishlist-btn--pop{animation:wishlist-pop .25s ease}.wishlist-btn--product-page.wishlist-btn--pop{animation:none}.wishlist-btn--product-page{position:static;width:auto;height:auto;background:none;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--buttons-radius, 0);padding:1rem 1.6rem;display:inline-flex;align-items:center;gap:.8rem;font-size:1.4rem;color:rgba(var(--color-foreground),.75);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:border-color .2s ease,color .2s ease,background .2s ease;margin-top:1.2rem;cursor:pointer}.wishlist-btn--product-page:hover{transform:none;background:rgba(var(--color-foreground),.04);border-color:rgba(var(--color-foreground),.5);color:rgba(var(--color-foreground),1)}.wishlist-btn--product-page:focus-visible{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}.wishlist-btn--product-page svg{width:20px;height:20px;flex-shrink:0}.wishlist-btn--product-page.wishlist-btn--active{border-color:var(--wishlist-active-color);color:var(--wishlist-active-color)}.wishlist-btn--product-page.wishlist-btn--active svg{fill:var(--wishlist-active-color);stroke:var(--wishlist-active-color)}.header__icon--wishlist{position:relative}.header__icon--wishlist .svg-wrapper{width:20px;height:20px}.wishlist-count-bubble{position:absolute;inset-block-start:-4px;inset-inline-end:-4px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:100px;font-size:.9rem;font-weight:600;padding:0 4px;line-height:1;pointer-events:none}.wishlist-count-bubble[hidden]{display:none}.wishlist-page{padding:4rem 0}.wishlist-page__title{margin-bottom:3rem;text-align:center}.wishlist-empty{text-align:center;padding:6rem 2rem}.wishlist-empty p{margin:1.2rem 0 2rem;opacity:.7}.wishlist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem 1.6rem}@media screen and (min-width:750px){.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:3rem 2rem}}@media screen and (min-width:990px){.wishlist-grid{grid-template-columns:repeat(4,1fr)}}.wishlist-item{display:flex;flex-direction:column;gap:1.2rem}.wishlist-item__image-link{display:block;text-decoration:none}.wishlist-item__image-wrapper{aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--media-radius, 0);background:rgba(var(--color-foreground),.05)}.wishlist-item__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.wishlist-item__image-link:hover img{transform:scale(1.04)}.wishlist-item__info{display:flex;flex-direction:column;gap:.8rem}.wishlist-item__title{text-decoration:none;color:rgba(var(--color-foreground),.75);font-size:1.4rem;line-height:1.4;display:block}.wishlist-item__title:hover{color:rgba(var(--color-foreground),1)}.wishlist-item__price{display:flex;gap:.8rem;align-items:baseline;flex-wrap:wrap}.wishlist-item__price--compare{text-decoration:line-through;opacity:.55;font-size:1.3rem}.wishlist-item__price--current{font-weight:600;font-size:1.4rem}.wishlist-item__actions{display:flex;gap:.8rem;align-items:center}.wishlist-item__view-btn{flex:1;text-align:center;font-size:1.3rem;padding:.8rem 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.wishlist-item__remove{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(var(--color-foreground),.18);border-radius:50%;cursor:pointer;font-size:1.8rem;line-height:1;color:rgba(var(--color-foreground),.5);transition:border-color .2s ease,color .2s ease;padding:0}.wishlist-item__remove:hover{border-color:var(--wishlist-active-color);color:var(--wishlist-active-color)}.wishlist-item__remove:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.wishlist-item__quick-add{flex:1;position:relative;font-size:1.3rem;padding:.8rem 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.wishlist-item__quick-add .loading__spinner{position:absolute;inset-inline-end:.8rem;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem}@media(max-width:480px){.wishlist-item__actions{flex-direction:column;align-items:stretch}.wishlist-item__quick-add{width:100%;text-align:center}.wishlist-item__remove{align-self:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/wishlist.css.map */
