/* Compact heart for wishlist button on product cards */
.jrlb-wish{overflow:hidden;position:absolute}
.jrlb-wish::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:center/15px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231D2A22' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-7-4.6-9.2-9C1.1 7.6 3 4.6 6.1 4.6c1.9 0 3.9 1 5.9 3.4 2-2.4 4-3.4 5.9-3.4 3.1 0 5 3 3.3 6.4C19 15.4 12 20 12 20z'/%3E%3C/svg%3E")}
.jrlb-wish .tinv-wishlist,.jrlb-wish .tinv-wishlist *{margin:0!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important;font-size:0!important;line-height:0!important;color:transparent!important;min-height:0!important;width:auto!important}
.jrlb-wish .tinv-wishlist a,.jrlb-wish a.tinvwl_add_to_wishlist_button{position:absolute!important;inset:0!important;display:block!important;z-index:2;width:100%!important;height:100%!important}
.jrlb-wish .tinvwl-tooltip,.jrlb-wish .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-loading:after{display:none!important}
/* Center the collection cards (works for 3 or 5) */
.jrlb-products{display:flex!important;flex-wrap:wrap;justify-content:center;gap:16px}
.jrlb-pcard{flex:0 1 200px;max-width:214px}
@media(max-width:560px){.jrlb-pcard{flex:0 1 46%;max-width:none}}
/* Blend placeholder crop backgrounds into light sections */
.jrlb-hero-visual img,.jrlb-fcard-img img,.jrlb-banner-img img,.jrlb-step-img img,.jrlb-pcard-imgwrap img{mix-blend-mode:multiply}
