.shop-wishlist-page{min-height:60vh;background:var(--sh-bg, hsl(36, 15%, 97%));font-family:var(--sh-font-body, "Inter", sans-serif)}.shop-wl__inner{max-width:80rem;margin:0 auto;padding:40px 1rem 80px}@media(min-width:640px){.shop-wl__inner{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.shop-wl__inner{padding-left:2rem;padding-right:2rem}}.shop-wl__heading-row{margin-bottom:32px}.shop-wl__heading{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:clamp(1.5rem,4vw,2rem);font-weight:900;color:#0d0d0d;letter-spacing:-.03em;line-height:1.1;margin:0}.shop-wl__count{font-family:var(--sh-font-body, "Inter", sans-serif);font-size:1rem;font-weight:400;color:#958e83;margin-left:8px}.shop-wl__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0 120px;text-align:center}.shop-wl__empty[aria-hidden=true]{display:none}.shop-wl__empty-icon-wrap{width:80px;height:80px;background:#edebe8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#a19b91}.shop-wl__empty-title{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:1.25rem;font-weight:900;color:#0d0d0d;margin:0 0 8px}.shop-wl__empty-text{font-size:14px;color:#958e83;margin:0 0 32px}.shop-wl__empty-cta{display:inline-flex;align-items:center;gap:8px;background:var(--sh-primary, hsl(354, 77%, 45%));color:#fff;font-weight:700;font-size:14px;padding:0 24px;height:44px;border-radius:12px;text-decoration:none;transition:background .2s ease}.shop-wl__empty-cta:hover{background:#a21523}.shop-wl__skeletons{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:640px){.shop-wl__skeletons{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:1024px){.shop-wl__skeletons{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1280px){.shop-wl__skeletons{grid-template-columns:repeat(4,1fr);gap:20px}}.shop-wl__skeletons[aria-hidden=true]{display:none}.shop-wl__skeleton{background:#fff;border:1px solid hsl(36,10%,88%);border-radius:20px;overflow:hidden;animation:wlPulse 1.5s ease-in-out infinite}.shop-wl__skeleton-img{aspect-ratio:3 / 4;background:#edebe8}.shop-wl__skeleton-body{padding:14px;display:flex;flex-direction:column;gap:8px}.shop-wl__skeleton-line{height:12px;background:#edebe8;border-radius:6px}.shop-wl__skeleton-line--short{width:40%}.shop-wl__skeleton-line--mid{width:60%}.shop-wl__skeleton-actions{height:36px;background:#edebe8;border-radius:10px;margin-top:4px}@keyframes wlPulse{0%,to{opacity:1}50%{opacity:.5}}.shop-wl__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:640px){.shop-wl__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:1024px){.shop-wl__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1280px){.shop-wl__grid{grid-template-columns:repeat(4,1fr);gap:20px}}.shop-wl__card{background:#fff;border:1.5px solid hsl(36,10%,88%);border-radius:20px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,transform .2s ease}.shop-wl__card:hover{border-color:#cb1a2c4d;box-shadow:0 8px 28px #00000014;transform:translateY(-2px)}.shop-wl__card-img-link{display:block;position:relative;aspect-ratio:3 / 4;overflow:hidden;background:#f2f0ee;text-decoration:none}.shop-wl__card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.shop-wl__card:hover .shop-wl__card-img{transform:scale(1.05)}.shop-wl__card-badge{position:absolute;top:12px;left:12px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;border-radius:8px;line-height:1}.shop-wl__card-badge--sale{background:var(--sh-primary, hsl(354, 77%, 45%));color:#fff}.shop-wl__card-badge--new{background:#3c83f6;color:#fff}.shop-wl__card-badge--default{background:#0d0d0d;color:#fff}.shop-wl__card-heart{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#ffffffeb;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid hsl(36,10%,88%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--sh-primary, hsl(354, 77%, 45%));cursor:pointer;transition:background .15s ease,color .15s ease}.shop-wl__card-heart:hover{background:var(--sh-primary, hsl(354, 77%, 45%));color:#fff;border-color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-wl__card-body{padding:14px}.shop-wl__card-type{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#958e83;margin:0 0 4px}.shop-wl__card-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:14px;font-weight:700;color:#0d0d0d;text-decoration:none;line-height:1.3;transition:color .15s ease;display:block}.shop-wl__card-name:hover{color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-wl__card-prices{display:flex;align-items:center;gap:6px;margin:8px 0 14px;flex-wrap:wrap}.shop-wl__card-price{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:15px;font-weight:900;color:#0d0d0d}.shop-wl__card-compare{font-size:13px;color:#a19b91;text-decoration:line-through}.shop-wl__card-discount{font-size:11px;font-weight:700;color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-wl__card-actions{display:flex;gap:8px}.shop-wl__card-add-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;height:36px;background:#0d0d0d;color:#fff;font-size:12px;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:background .15s ease;font-family:var(--sh-font-body, "Inter", sans-serif);white-space:nowrap}.shop-wl__card-add-btn:hover{background:var(--sh-primary, hsl(354, 77%, 45%))}.shop-wl__card-add-btn.is-added{background:#248f4b}.shop-wl__card-remove-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1.5px solid hsl(36,10%,88%);background:transparent;color:#a19b91;border-radius:10px;cursor:pointer;flex-shrink:0;transition:border-color .15s ease,color .15s ease}.shop-wl__card-remove-btn:hover{border-color:#cb1a2c80;color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-wl__card.is-removing{opacity:0;transform:scale(.95);transition:opacity .25s ease,transform .25s ease}@media(prefers-reduced-motion:reduce){.shop-wl__card,.shop-wl__card-img,.shop-wl__skeleton,.shop-wl__card-add-btn,.shop-wl__card-heart,.shop-wl__card-remove-btn{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/shop-wishlist.css.map */
