.woocommerce ul.products li.product { position: relative; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding-right: 42px; }
.wajah-wishlist-button { display: grid; position: absolute; z-index: 5; right: 4px; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid rgba(74,55,43,.16); border-radius: 50%; background: #fff; color: #6d3d52; cursor: pointer; transition: .2s; }
.wajah-wishlist-button:hover { border-color: #6d3d52; transform: scale(1.06); }
.wajah-wishlist-button svg { width: 18px; height: 18px; fill: transparent; stroke: currentColor; stroke-width: 1.5; transition: .2s; }
.wajah-wishlist-button.is-active { background: #6d3d52; color: #fff; }
.wajah-wishlist-button.is-active svg { fill: currentColor; }
.wajah-wishlist-button.is-busy { opacity: .5; pointer-events: none; }
.wajah-wishlist-empty { max-width: 720px; margin: 10px auto 60px; padding: 58px 30px; border: 1px solid rgba(74,55,43,.14); background: #fff; text-align: center; }
.wajah-wishlist-empty > span { display: block; color: #6d3d52; font: 400 52px/1 serif; }
.wajah-wishlist-empty h2 { margin: 15px 0 8px; font: 600 34px/1.1 "Cormorant Garamond",serif; }
.wajah-wishlist-empty p { margin: 0 0 24px; color: #746a63; font-size: 12px; }
.wajah-wishlist-empty .button { border-radius: 0 !important; background: #6d3d52 !important; color: #fff !important; }
