/*
Generated time: June 18, 2026 21:19
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.wishlist-btn{position:absolute;top:1rem;right:1rem;z-index:5;display:flex;flex-direction:column;align-items:center;gap:.2rem;background:rgba(var(--color-background),.9);border:none;border-radius:50%;width:3.6rem;height:3.6rem;cursor:pointer;transition:background .15s,transform .15s;box-shadow:0 1px 6px rgba(var(--color-foreground),.12);padding:0;justify-content:center}.wishlist-btn:hover{background:rgb(var(--color-background));transform:scale(1.08)}.wishlist-btn__icon{width:1.8rem;height:1.8rem;fill:none;stroke:rgb(var(--color-foreground));stroke-width:1.8;transition:fill .2s,stroke .2s;flex-shrink:0}.wishlist-btn.is-active .wishlist-btn__icon{fill:#e03535;stroke:#e03535}.wishlist-btn__count{display:none;position:absolute;bottom:-.8rem;left:50%;transform:translateX(-50%);background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1rem;font-weight:600;line-height:1;padding:.2rem .4rem;border-radius:1rem;white-space:nowrap;min-width:1.6rem;text-align:center}.wishlist-btn__count.is-visible{display:block}.product__info-container:not(.product__column-sticky){position:relative}.product__title--with-wishlist{padding-right:5rem}.wishlist-btn--product{position:absolute;top:0;right:0;z-index:3;width:4rem;height:4rem;padding:0;border-radius:50%;flex-direction:row;gap:0;background:rgba(var(--color-background),.9);border:1px solid rgba(var(--color-foreground),.12);color:rgb(var(--color-foreground));box-shadow:0 1px 6px rgba(var(--color-foreground),.12);transition:border-color .2s,background .2s,transform .15s}.wishlist-btn--product:hover{transform:scale(1.08);border-color:rgba(var(--color-foreground),.5);background:rgb(var(--color-background))}.wishlist-btn--product .wishlist-btn__text{display:none}.wishlist-btn--product .wishlist-btn__icon{width:1.9rem;height:1.9rem}.wishlist-btn--product .wishlist-btn__count{position:absolute;top:-.4rem;right:-.4rem;left:auto;bottom:auto;transform:none;background:#e03535;color:#fff;display:none;font-size:1rem;font-weight:600;line-height:1;padding:.2rem .4rem;border-radius:1rem;min-width:1.6rem;text-align:center}.wishlist-btn--product .wishlist-btn__count.is-visible{display:block}.wishlist-btn--product.is-active{border-color:#e03535}.wishlist-btn--product.is-active .wishlist-btn__icon{stroke:#e03535;fill:#e03535}.wishlist-page{padding:4rem 0 6rem}.wishlist-page__empty{text-align:center;padding:6rem 2rem;color:rgba(var(--color-foreground),.5)}.wishlist-page__empty-icon{font-size:3rem;display:block;margin-bottom:1.2rem}.wishlist-page__title{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:2.4rem}.wishlist-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr));gap:2.4rem}.wishlist-card{border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--product-card-corner-radius,.4rem);overflow:hidden;transition:box-shadow .2s}.wishlist-card:hover{box-shadow:0 4px 16px rgba(var(--color-foreground),.08)}.wishlist-card__img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.wishlist-card__img-placeholder{width:100%;aspect-ratio:1;background:rgba(var(--color-foreground),.06);display:flex;align-items:center;justify-content:center;font-size:3rem}.wishlist-card__body{padding:1.4rem}.wishlist-card__title{font-size:1.4rem;font-weight:600;margin:0 0 .4rem}.wishlist-card__title a{color:inherit;text-decoration:none}.wishlist-card__title a:hover{text-decoration:underline}.wishlist-card__price{font-size:1.4rem;color:rgba(var(--color-foreground),.7);margin-bottom:1rem}.wishlist-card__remove{background:0 0;border:none;padding:0;font-size:1.2rem;color:rgba(var(--color-foreground),.45);cursor:pointer;text-decoration:underline}.wishlist-card__remove:hover{color:#e03535}