product-card{position:relative}.wishlist-btn{position:absolute;top:10px;right:10px;z-index:3;width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#333;padding:0;transition:transform .15s ease,background .15s ease,color .15s ease;box-shadow:0 2px 8px #0000001f}.wishlist-btn:hover{background:#fff;color:#e0214a;transform:scale(1.1)}.wishlist-btn--active{color:#e0214a;background:#fff}@keyframes wishlist-pop{0%{transform:scale(1)}40%{transform:scale(1.4)}70%{transform:scale(.88)}to{transform:scale(1)}}.wishlist-btn--pop{animation:wishlist-pop .32s ease forwards}.wishlist-btn--product{position:static;width:100%;height:auto;border-radius:var(--style-border-radius-buttons-primary, 4px);background:transparent;border:1.5px solid rgba(var(--color-foreground-rgb, 0 0 0),.3);color:inherit;padding:13px 20px;gap:8px;font-size:14px;font-family:inherit;letter-spacing:.04em;margin-top:10px;justify-content:center;display:flex;flex-direction:row;align-items:center;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.wishlist-btn--product:hover{background:rgba(var(--color-foreground-rgb, 0 0 0),.05);color:inherit;transform:none}.wishlist-btn--product.wishlist-btn--active{background:#fff0f3;border-color:#e0214a;color:#e0214a}.wishlist-btn__text{font-weight:500}.wishlist-page{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.wishlist-page__header{margin-bottom:32px;border-bottom:1px solid rgba(var(--color-foreground-rgb, 0 0 0),.1);padding-bottom:20px}.wishlist-page__title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin:0 0 6px}.wishlist-page__count{color:rgba(var(--color-foreground-rgb, 0 0 0),.5);font-size:14px;margin:0}.wishlist-page__empty{text-align:center;padding:80px 20px}.wishlist-page__empty-icon{display:block;margin:0 auto 20px;color:rgba(var(--color-foreground-rgb, 0 0 0),.2)}.wishlist-page__empty-title{font-size:1.4rem;font-weight:600;margin:0 0 10px}.wishlist-page__empty-text{color:rgba(var(--color-foreground-rgb, 0 0 0),.55);margin:0 0 28px}#wishlist-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.wishlist-product-card{border:1px solid rgba(var(--color-foreground-rgb, 0 0 0),.1);border-radius:var(--style-border-radius-cards, 8px);overflow:hidden;background:var(--color-background, #fff);transition:box-shadow .2s ease,transform .2s ease}.wishlist-product-card:hover{box-shadow:0 6px 24px #0000001a;transform:translateY(-2px)}.wishlist-product-card__img-link{display:block;aspect-ratio:1 / 1;overflow:hidden;background:rgba(var(--color-foreground-rgb, 0 0 0),.04)}.wishlist-product-card__img-link img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;display:block}.wishlist-product-card:hover .wishlist-product-card__img-link img{transform:scale(1.05)}.wishlist-product-card__no-img{width:100%;height:100%;background:rgba(var(--color-foreground-rgb, 0 0 0),.06)}.wishlist-product-card__body{padding:14px 16px 16px}.wishlist-product-card__title{display:block;font-weight:600;font-size:14px;color:inherit;text-decoration:none;margin-bottom:4px;line-height:1.4}.wishlist-product-card__title:hover{text-decoration:underline}.wishlist-product-card__price{font-size:13px;color:rgba(var(--color-foreground-rgb, 0 0 0),.6);margin:0 0 14px}.wishlist-product-card__actions{display:flex;gap:8px;flex-wrap:wrap}.wishlist-product-card__view{flex:1;text-align:center;padding:9px 14px;font-size:13px;text-decoration:none;min-width:0}.wishlist-product-card__remove{display:flex;align-items:center;gap:5px;background:transparent;border:1px solid rgba(var(--color-foreground-rgb, 0 0 0),.2);border-radius:var(--style-border-radius-buttons-primary, 4px);padding:9px 12px;cursor:pointer;font-size:12px;font-family:inherit;color:inherit;white-space:nowrap;transition:border-color .15s ease,color .15s ease}.wishlist-product-card__remove:hover{border-color:#e0214a;color:#e0214a}@media(max-width:749px){#wishlist-items{grid-template-columns:repeat(2,1fr);gap:14px}.wishlist-product-card__actions{flex-direction:column}.wishlist-product-card__view,.wishlist-product-card__remove{width:100%;justify-content:center;text-align:center}}@media(max-width:480px){.wishlist-page{padding:24px 16px 60px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/wishlist.css.map */
