.bmf-wishlist-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:transparent;color:var(--bmf-wishlist-normal,#111);cursor:pointer;line-height:1;padding:0;border-radius:0;box-shadow:none;opacity:var(--bmf-wishlist-opacity,1);-webkit-appearance:none;appearance:none}
.bmf-wishlist-button:hover,.bmf-wishlist-button:focus,.bmf-wishlist-button:active{background:transparent;box-shadow:none;color:var(--bmf-wishlist-normal,#111)}
.bmf-wishlist-button.is-active,.bmf-wishlist-button.is-active:hover,.bmf-wishlist-button.is-active:focus,.bmf-wishlist-button.is-active:active{color:var(--bmf-wishlist-active,#d72b59)}
.bmf-wishlist-button.is-active .bmf-wishlist-icon svg{fill:currentColor}
.bmf-wishlist-icon{display:inline-flex;width:var(--bmf-wishlist-size,22px);height:var(--bmf-wishlist-size,22px);flex:0 0 auto}
.bmf-wishlist-icon svg{display:block;width:100%;height:100%;max-width:none}
.bmf-wishlist-overlay{position:absolute;top:10px;z-index:4}
.bmf-wishlist-overlay.bmf-pos-top-right{right:10px;left:auto}
.bmf-wishlist-overlay.bmf-pos-top-left{left:10px;right:auto}
.bmf-wishlist-single{margin-top:10px}
.bmf-wishlist-header{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:inherit}
.bmf-wishlist-header .bmf-wishlist-icon{width:20px;height:20px}
.bmf-wishlist-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;font-size:11px;line-height:1;background:#111;color:#fff}
.bmf-wishlist-page{width:100%}
.bmf-wishlist-list{display:grid;gap:14px}
.bmf-wishlist-item{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.09)}
.bmf-wishlist-thumb img{display:block;width:92px;height:92px;object-fit:cover}
.bmf-wishlist-info{min-width:0}
.bmf-wishlist-title{display:inline-block;font-weight:500;text-decoration:none;margin-bottom:6px}
.bmf-wishlist-price{margin-bottom:5px}
.bmf-wishlist-stock p{margin:0;font-size:.9em}
.bmf-wishlist-actions{display:flex;align-items:center;gap:10px}
.bmf-wishlist-remove{border:0;background:transparent;color:inherit;font-size:26px;line-height:1;cursor:pointer;padding:4px}
.bmf-wishlist-clear{margin-top:18px;border:1px solid rgba(0,0,0,.18);background:transparent;padding:9px 14px;border-radius:5px;cursor:pointer}
.bmf-wishlist-empty{padding:20px 0}
.bmf-wishlist-page [hidden]{display:none!important}
.bmf-wishlist-page.is-loading .bmf-wishlist-list{opacity:.55;pointer-events:none}
@media(max-width:700px){.bmf-wishlist-item{grid-template-columns:72px minmax(0,1fr);gap:12px}.bmf-wishlist-thumb img{width:72px;height:72px}.bmf-wishlist-actions{grid-column:2;justify-content:flex-start;flex-wrap:wrap}.bmf-wishlist-single{width:auto}}
