.pw-heart{position:absolute;top:10px;right:10px;z-index:3;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffffeb;border:none;border-radius:50%;cursor:pointer;padding:0;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.pw-heart:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026;background:#fff}.pw-heart:active{transform:scale(.95)}.pw-heart svg{width:18px;height:18px;transition:fill .25s ease,stroke .25s ease}.pw-heart .pw-heart-outline{display:block}.pw-heart .pw-heart-filled{display:none}.pw-heart .pw-heart-outline{fill:none;stroke:#6b7280;stroke-width:2}.pw-heart--active .pw-heart-outline{display:none}.pw-heart--active .pw-heart-filled{display:block}.pw-heart--active .pw-heart-filled{fill:#ef4444;stroke:#ef4444;stroke-width:1}.pw-heart--active{background:#fff}@keyframes pw-heart-bounce{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(.9)}75%{transform:scale(1.15)}to{transform:scale(1)}}.pw-heart--bounce{animation:pw-heart-bounce .45s ease}.card__inner{position:relative}.pw-header-icon{position:relative;display:flex;align-items:center;justify-content:center}.pw-header-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.pw-header-badge{position:absolute;bottom:.8rem;left:2.2rem;height:1.4rem;width:1.4rem;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:100%;font-size:.8rem;line-height:1.4rem;transition:opacity .2s ease,transform .2s ease}.pw-header-badge--hidden{display:none}@keyframes pw-badge-pop{0%{transform:scale(1)}40%{transform:scale(1.4)}to{transform:scale(1)}}.pw-header-badge--pop{animation:pw-badge-pop .35s ease}.pw-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:#1f2937;color:#fff;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:500;z-index:9999;pointer-events:none;opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .35s ease;display:flex;align-items:center;gap:8px;box-shadow:0 8px 30px #0003;white-space:nowrap}.pw-toast--visible{opacity:1;transform:translate(-50%) translateY(0)}.pw-toast svg{width:18px;height:18px;flex-shrink:0}.pw-page{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.pw-page__title{font-family:Fraunces,Georgia,serif;font-weight:900;font-size:36px;text-align:center;margin-bottom:8px;color:#0f1115}.pw-page__subtitle{text-align:center;color:#6b7280;font-size:16px;margin-bottom:40px}.pw-page__actions{display:flex;justify-content:flex-end;margin-bottom:20px}.pw-add-all-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#c5ff89,#a8e6a1);color:#0f1115;border:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #c5ff894d}.pw-add-all-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c5ff8966}.pw-add-all-btn:active{transform:translateY(0)}.pw-add-all-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.pw-add-all-btn svg{width:18px;height:18px}.pw-loading{text-align:center;padding:60px 20px;color:#6b7280;font-size:15px}.pw-loading__spinner{display:inline-block;width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#3b303e;border-radius:50%;animation:pw-spin .7s linear infinite;margin-bottom:12px}@keyframes pw-spin{to{transform:rotate(360deg)}}.pw-empty{text-align:center;padding:80px 20px;display:none}.pw-empty__icon svg{width:56px;height:56px;fill:none;stroke:#d1d5db;stroke-width:1.5;margin-bottom:16px}.pw-empty__heading{font-family:Fraunces,Georgia,serif;font-weight:900;font-size:24px;margin-bottom:8px;color:#0f1115}.pw-empty__text{color:#6b7280;font-size:15px;margin-bottom:24px;max-width:400px;margin-left:auto;margin-right:auto}.pw-empty__cta{display:inline-block;background:linear-gradient(135deg,#c5ff89,#a8e6a1);color:#0f1115;padding:12px 28px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #c5ff894d}.pw-empty__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c5ff8966;text-decoration:none;color:#0f1115}.pw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:990px){.pw-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.pw-grid{grid-template-columns:repeat(2,1fr)}.pw-page__title{font-size:28px}.pw-add-all-btn{width:100%;justify-content:center}}.pw-card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff;transition:transform .2s ease,box-shadow .2s ease,opacity .4s ease}.pw-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014}.pw-card--removing{opacity:0;transform:scale(.95) translateY(10px);transition:opacity .35s ease,transform .35s ease}.pw-card__media{display:block;aspect-ratio:1;overflow:hidden;background:#f9fafb;text-decoration:none}.pw-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pw-card:hover .pw-card__media img{transform:scale(1.03)}.pw-card__placeholder{width:100%;height:100%;background:#f3f4f6}.pw-card__info{padding:14px 16px 8px}.pw-card__title{display:block;font-weight:600;font-size:14px;color:#0f1115;text-decoration:none;line-height:1.4;margin-bottom:6px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pw-card__title:hover{text-decoration:underline}.pw-card__price{font-size:14px;font-weight:600;color:#0f1115}.pw-card__compare-price{text-decoration:line-through;color:#9ca3af;font-weight:400;margin-right:6px}.pw-card__footer{display:flex;border-top:1px solid #f3f4f6}.pw-card__atc{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:none;background:none;color:#0f1115;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s ease,background .2s ease}.pw-card__atc:hover{background:#f0fdf4;color:#166534}.pw-card__atc:disabled{opacity:.5;cursor:not-allowed}.pw-card__atc svg{flex-shrink:0}.pw-card__divider{width:1px;background:#f3f4f6}.pw-card__remove{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:none;background:none;color:#9ca3af;font-size:13px;cursor:pointer;transition:color .2s ease,background .2s ease}.pw-card__remove:hover{color:#ef4444;background:#fef2f2}.pw-card__remove svg{flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/32/assets/paintly-wishlist.css.map */
