.wishlist-page{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:var(--gap-section);padding:3rem 1.5rem 4rem;width:100%;max-width:1100px;animation:fadeSlideUp .65s cubic-bezier(.16,1,.3,1) both}.wishlist-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;text-align:center}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.8125rem;color:var(--text-300);text-decoration:none;letter-spacing:.04em;cursor:pointer;transition:color .2s ease-out;margin-bottom:.25rem}.back-link:hover,.back-link:focus-visible{color:var(--accent-sky)}.back-link:focus-visible{outline:2px solid var(--accent-sky);outline-offset:4px;border-radius:4px}.back-arrow{font-size:1em;transition:transform .2s ease-out}.back-link:hover .back-arrow{transform:translate(-3px)}.wishlist-title{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,7vw,3rem);letter-spacing:-.03em;color:var(--accent-sky);line-height:1}.wishlist-subtitle{font-family:var(--font-mono);font-size:clamp(.7rem,2.2vw,.8125rem);color:var(--text-300);line-height:1.65}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%}.product-card{display:flex;flex-direction:column;background-color:var(--bg-900);border:1.5px solid rgba(124,203,255,.12);border-radius:12px;overflow:hidden;text-decoration:none;cursor:pointer;transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out}.product-card:hover{border-color:#7ccbff59;box-shadow:0 0 0 1.5px #7ccbff14,0 0 24px #7ccbff1f,0 8px 32px #05081699;transform:translateY(-4px)}.product-card:focus-visible{outline:2px solid var(--accent-sky);outline-offset:4px}.product-image-wrap{aspect-ratio:1 / 1;overflow:hidden;background-color:var(--bg-950)}.product-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease-out}.product-card:hover .product-image{transform:scale(1.04)}.product-info{display:flex;flex-direction:column;gap:.3rem;padding:.9rem 1rem 1rem;border-top:1px solid rgba(124,203,255,.08)}.product-name{font-family:var(--font-display);font-size:.9375rem;font-weight:500;color:var(--text-100);line-height:1.35}.product-description{font-family:var(--font-mono);font-size:.75rem;color:var(--text-300);line-height:1.5}.wishlist-empty{font-family:var(--font-mono);font-size:.875rem;color:var(--text-300);text-align:center;padding:3rem 0}@media (max-width: 860px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-info{padding:.7rem .75rem .75rem}.product-name{font-size:.875rem}}@media (prefers-reduced-motion: reduce){.wishlist-page{animation:none;opacity:1}.product-card,.product-image,.back-link,.back-arrow{transition:none}}
