.wl-heart{position:absolute;top:8px;right:0px;z-index:5;background:none;border:none;cursor:pointer;transition:color .2s ease;color:#555;padding:0;line-height:0;outline:none;-webkit-appearance:none;appearance:none;box-shadow:none}
.wl-heart:hover{color:#e25555}
.wl-heart.wl-active{color:#e25555}
.wl-heart.wl-active svg{fill:#e25555}




.wl-product-btn.wl-active svg{fill:#e25555;stroke:#e25555}
.wl-count{position:absolute;top:-5px;right:-5px;background:#e25555;color:#fff;font-size:10px;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center;font-weight:600}
.wl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;padding:20px 0}
.wl-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(48,36,27,.06);border:1px solid rgba(48,36,27,.06);transition:all .3s ease}
.wl-item:hover{box-shadow:0 6px 20px rgba(48,36,27,.1);transform:translateY(-2px)}
.wl-item__img{display:block;aspect-ratio:1;overflow:hidden;background:#f5ede4}
.wl-item__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.wl-item:hover .wl-item__img img{transform:scale(1.04)}
.wl-item__info{padding:14px 16px 16px}
.wl-item__title{display:block;font-size:14px;font-weight:500;color:#30241b;text-decoration:none;margin-bottom:4px}
.wl-item__price{font-size:14px;color:#666;margin-bottom:12px}
.wl-item__actions{display:flex;gap:8px;align-items:center}
.wl-item__remove{background:none;border:none;color:#999;font-size:13px;cursor:pointer;text-decoration:underline;padding:0}
.wl-item__remove:hover{color:#e25555}
.wl-empty{text-align:center;padding:60px 20px}
.wl-empty svg{margin-bottom:16px}
.wl-empty h3{font-size:20px;color:#30241b;margin:0 0 8px}
.wl-empty p{color:#888;margin:0 0 24px;font-size:15px}
.wl-empty .btn{display:inline-block;padding:12px 24px;background:#30241b;color:#fff;text-decoration:none;border-radius:8px;font-size:14px}.wl-product-heart{background:none;border:none;cursor:pointer;color:#999;padding:0;line-height:0;outline:none;-webkit-appearance:none;appearance:none;box-shadow:none;transition:color .2s ease,transform .2s ease;flex-shrink:0}.wl-product-heart:hover{color:#e8a0a0;transform:scale(1.15)}.wl-product-heart.wl-active{color:#e25555}.wl-product-heart.wl-active svg{fill:#e25555}