.page-header { padding-top: calc(36px + 58px); border-bottom: 1px solid #f0f0f0; }
.page-header-inner { padding: 32px 24px 22px; display: flex; align-items: flex-end; justify-content: space-between; max-width: 1200px; margin: 0 auto; }
.page-title { font-size: 13px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: #0a0a0a; }
.page-count { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #bbb; }
.wishlist-empty { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: calc(100vh - 200px); padding-top: 100px; padding-left: 24px; padding-right: 24px; padding-bottom: 60px; text-align: center; gap: 12px; }
.wishlist-empty-title { font-size: 17px; letter-spacing: 4px; text-transform: uppercase; color: #0a0a0a; font-weight: 500; }
.wishlist-empty-sub { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #666; line-height: 1.7; max-width: 280px; }
.wishlist-empty-btn { margin-top: 16px; background: #0a0a0a; color: #fff; border: none; padding: 13px 32px; font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; cursor: pointer; }
.wishlist-empty-btn:hover { background: #1a1a1a; }
.wishlist-grid { max-width: 1200px; margin: 0 auto; padding: 32px 24px 80px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.wishlist-card { position: relative; background: #f0ede8; cursor: pointer; }
.wishlist-card-img { aspect-ratio: 3/4; background: #e8e5e0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.wishlist-card-img-placeholder { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(0,0,0,0.2); }
.wishlist-card-remove { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; background: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 2; }
.wishlist-card-remove:hover { background: #0a0a0a; }
.wishlist-card-remove svg { width: 12px; height: 12px; fill: none; stroke: #0a0a0a; stroke-width: 1.5; stroke-linecap: round; transition: stroke 0.2s; }
.wishlist-card-remove:hover svg { stroke: #fff; }
.wishlist-card-info { padding: 12px 14px 16px; background: #fff; }
.wishlist-card-brand { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: #999; margin-bottom: 4px; }
.wishlist-card-name { font-size: 13px; letter-spacing: 0.5px; color: #0a0a0a; margin-bottom: 6px; line-height: 1.3; }
.wishlist-card-price { font-size: 13px; letter-spacing: 1px; color: #0a0a0a; margin-bottom: 10px; }
.size-select { width: 100%; font-family: "Barlow Condensed", sans-serif; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #0a0a0a; background: #fff; border: 1px solid #e0e0e0; padding: 9px 12px; outline: none; cursor: pointer; appearance: none; margin-bottom: 8px; }
.size-select:focus { border-color: #0a0a0a; }
.wishlist-card-btn { width: 100%; background: #0a0a0a; color: #fff; border: none; padding: 11px; font-family: "Barlow Condensed", sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; cursor: pointer; transition: background 0.2s, opacity 0.2s; }
.wishlist-card-btn:hover:not(:disabled) { background: #1a1a1a; }
.wishlist-card-btn:disabled { opacity: 0.3; cursor: not-allowed; }
