.rftk-quick-view-btn,.rftk-wishlist-btn,.rftk-compare-btn{border:0;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.12);border-radius:50%;width:32px;height:32px;cursor:pointer;margin-inline-end:4px;}
.rftk-wishlist-btn.is-active,.rftk-compare-btn.is-active{background:var(--rft-color-accent,#c99b3f);color:#fff;}

.rftk-quick-view-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:500;}
.rftk-quick-view-modal__inner{background:#fff;max-width:600px;width:90%;padding:24px;border-radius:8px;position:relative;max-height:90vh;overflow:auto;}
.rftk-quick-view-close{position:absolute;top:10px;right:10px;border:0;background:none;font-size:22px;cursor:pointer;}
.rftk-quick-view-modal__inner img{width:100%;max-height:300px;object-fit:cover;border-radius:6px;margin-bottom:14px;}

.rftk-compare-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #eee;}
.rftk-compare-row img{width:50px;height:50px;object-fit:cover;border-radius:4px;}
