:root{--transition: all .3s ease}@media screen and (max-width: 749px){.wishlist-template .grid__item:only-child{grid-column:1 / -1}}@media screen and (max-width: 989px){.wishlist-template .slider.slider--tablet{margin-bottom:1.5rem}}.wishlist-template .loading-overlay{position:absolute;z-index:1;width:1.8rem}@media screen and (max-width: 749px){.wishlist-template .loading-overlay{top:0;right:0}}@media screen and (min-width: 750px){.wishlist-template .loading-overlay{left:0}}.wishlist-template .loading-overlay{top:0;right:0;bottom:0;left:0;display:none;width:100%;padding:0 1.5rem;opacity:.7}@media screen and (min-width: 750px){.wishlist-template .loading-overlay{padding-left:5rem;padding-right:5rem}}.wishlist-template.loading .loading-overlay{display:block}.wishlist-template--empty .title-wrapper{margin-top:10rem;margin-bottom:15rem}@media screen and (max-width: 989px){.wishlist-template .slider--tablet.product-grid{scroll-padding-left:1.5rem}}.wishlist-header{text-align:center;margin-bottom:4rem;padding-bottom:2rem}.wishlist-title{margin:0;color:rgb(var(--color-foreground));font-family:var(--font-cormorant);font-weight:600;font-size:36px;line-height:100%;letter-spacing:2%;text-align:center}.wishlist-empty{display:flex;justify-content:center;align-items:center;min-height:40vh}.wishlist-empty__content{text-align:center;max-width:50rem}.wishlist-empty__icon{margin-bottom:2rem;opacity:.3}.wishlist-empty__icon svg{width:6rem;height:6rem;stroke:rgb(var(--color-foreground))}.wishlist-empty__title{font-size:2.4rem;margin:0 0 1rem;color:rgb(var(--color-foreground));font-weight:400}.wishlist-empty__description{font-size:1.6rem;margin:0 0 3rem;color:rgba(var(--color-foreground),.7);line-height:1.5}.wishlist-template__description>*{margin:0}.wishlist-template__title.title-wrapper{margin-bottom:2.5rem}.wishlist-template__title .title:not(:only-child){margin-bottom:1rem}.wishlist-template.page-width .grid{place-items:center;justify-content:center}@media screen and (min-width: 990px){.wishlist-template__title--desktop-slider .title{margin-bottom:2.5rem}.wishlist-template__title.title-wrapper--self-padded-tablet-down{padding:0 5rem}.wishlist-template slider-component:not(.page-width-desktop){padding:0}.wishlist-template--full-width slider-component:not(.slider-component-desktop){padding:0 1.5rem;max-width:none}}@media screen and (min-width: 990px){.wishlist-template.page-width{margin:0 auto;padding:0 25px}.wishlist-template.page-width .grid{column-gap:var(--col-gap-large);row-gap:var(--row-gap-large)}}.wishlist-card{position:relative;background:rgb(var(--color-background));border-radius:var(--border-radius);overflow:hidden;height:100%;display:flex;flex-direction:column}.wishlist-card__image-container{position:relative;overflow:hidden}.wishlist-card__image-link{display:block}.wishlist-card__image-wrapper{position:relative;width:100%;aspect-ratio:292 / 377;overflow:hidden;background:rgba(var(--color-foreground),.04);margin:0 auto}.wishlist-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease}.wishlist-card__remove-btn{position:absolute;top:1.2rem;right:1.2rem;width:33.3px;height:33.3px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;background:#ffffffe6;border:none;border-radius:50%;transition:var(--transition);z-index:10;opacity:0;visibility:hidden}.wishlist-card__image-container:hover .wishlist-card__remove-btn{opacity:.6;visibility:visible}.wishlist-card__remove-btn:hover{opacity:1!important;background:#fff;box-shadow:0 2px 8px #0000001a}.wishlist-card__remove-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.wishlist-card__remove-icon:before,.wishlist-card__remove-icon:after{content:"";position:absolute;width:18px;height:2px;background-color:#1f2d3d}.wishlist-card__remove-icon:before{transform:rotate(45deg)}.wishlist-card__remove-icon:after{transform:rotate(-45deg)}.wishlist-card__remove-icon svg{display:none}.wishlist-card__content{padding:1.6rem 0;flex-grow:1;display:flex;flex-direction:column}.wishlist-card__info{flex-grow:1}.wishlist-card__title{margin:0 0 .8rem;font-family:var(--font-muli);font-weight:600;font-size:16px;line-height:100%;letter-spacing:-5%}.wishlist-card__title-link{text-decoration:none;color:rgb(var(--color-foreground));transition:color .2s ease}.wishlist-card__title-link:hover{color:rgba(var(--color-foreground),.7)}.wishlist-card__price{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.6rem}.wishlist-card__price--regular{font-family:var(--font-muli);font-weight:300;font-size:1.4rem;line-height:1;color:rgb(var(--color-foreground))}.wishlist-card__price--compare{font-size:1.2rem;color:rgba(var(--color-foreground),.6);text-decoration:line-through}.wishlist-card__variants{margin-bottom:1.6rem}.wishlist-card__variants-title{font-size:1.3rem;margin:0 0 1rem;color:rgb(var(--color-foreground));font-weight:500}.wishlist-card__variants-grid{display:flex;flex-wrap:wrap;gap:.8rem}.wishlist-card__actions{margin-top:auto}.wishlist-card__add-to-cart-btn{background:rgb(var(--color-foreground));color:#fdf1e8;border:none;padding:10px 20px;font-size:16px;font-family:var(--font-muli);font-weight:400;line-height:100%;letter-spacing:-5%;border-radius:0;cursor:pointer;transition:opacity .2s ease;width:100%;height:38px;align-self:stretch;flex-shrink:0}.wishlist-card__add-to-cart-btn.variant-selection-mode{background:rgb(var(--color-foreground));color:#fdf1e8}.wishlist-card__add-to-cart-btn.variant-selection-mode:hover{background:rgba(var(--color-foreground),.9)}.wishlist-card__add-to-cart-btn.notify-mode{background:rgb(var(--color-foreground));color:#fdf1e8;cursor:pointer}.wishlist-card__add-to-cart-btn.notify-mode:hover{background:rgba(var(--color-foreground),.9)}.wishlist-card__add-to-cart-btn:hover:not(:disabled){opacity:.8}.wishlist-loading{display:flex;justify-content:center;align-items:center;min-height:30rem}.loading-overlay{display:flex;justify-content:center;align-items:center;padding:4rem}.wishlist-item.removing{opacity:0;transform:scale(.8);transition:all .3s ease}.wishlist-item.adding-to-cart .wishlist-card__add-to-cart-btn{position:relative;color:transparent}.wishlist-item.adding-to-cart .wishlist-card__add-to-cart-btn:after{content:"";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;margin:-.8rem 0 0 -.8rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.wishlist-item{transition:opacity .3s ease,transform .3s ease}.wishlist-item.adding{opacity:0;transform:scale(.8)}.wishlist-loading,.wishlist-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;width:100%;min-height:300px}.wishlist-loading .loading__spinner{width:48px;height:48px;margin-bottom:1rem}.wishlist-loading .spinner{animation:rotator 1.4s linear infinite}.wishlist-loading .path{stroke:rgb(var(--color-foreground));stroke-dasharray:90,150;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.wishlist-loading p{font-size:1.6rem;color:rgba(var(--color-foreground),.7);margin:0}.wishlist-error p{color:rgba(var(--color-foreground),.8);margin-bottom:1rem}.wishlist-error button{background:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));border:none;padding:1rem 2rem;border-radius:var(--buttons-radius);cursor:pointer;font-size:1.4rem;transition:background-color .2s ease}.wishlist-error button:hover{background:rgba(var(--color-button),.9)}@media screen and (max-width: 749px){.wishlist-header{margin-bottom:3rem;padding-bottom:1.5rem}.wishlist-title{font-size:2.4rem}.wishlist-count__text{font-size:1.2rem}.wishlist-empty__icon svg{width:4rem;height:4rem}.wishlist-empty__title{font-size:2rem}.wishlist-empty__description{font-size:1.4rem}.wishlist-actions{margin-bottom:1.5rem}.wishlist-card__content{padding:1.2rem 0}.wishlist-card__remove-btn{top:.8rem;right:.8rem;width:33.3px;height:33.3px}.wishlist-card__variants-grid{gap:.6rem}.wishlist-card__variant-btn{padding:.5rem 1rem;font-size:1.1rem}.wishlist-card__add-to-cart-btn{font-size:15px;padding:0}}.wishlist-template .contains-card--product .card-wrapper{background:transparent;border:none}.wishlist-template .card{background:transparent}.wishlist-template__view-all a:not(.link){margin-top:1rem}@media screen and (max-width: 480px){.wishlist-template{max-width:none!important}.wishlist-card__remove-btn{visibility:visible!important;opacity:.7!important}.wishlist-card__remove-btn{width:25px;height:25px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/wishlist.css.map */
