/*
Theme Name:   Astra Child
Template:     astra
*/

/* Rest of your CSS below */
/* ── HD Wishlist Buttons ── */
.hd-wl-heart-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease;
}
.hd-wl-heart-btn:hover { transform: scale(1.1); }
.hd-wl-heart-icon { position: relative; display: flex; }
.hd-wl-heart-btn .hd-heart-empty  { display: block; }
.hd-wl-heart-btn .hd-heart-filled { display: none; }
.hd-wl-heart-btn.tinvwl-product-in-list .hd-heart-empty  { display: none; }
.hd-wl-heart-btn.tinvwl-product-in-list .hd-heart-filled { display: block; }

.hd-wl-gradient-pill-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    background: linear-gradient(136.2deg, #FF6B00 5.22%, #C10F01 86.51%);
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
}
.hd-wl-gradient-pill-btn:hover { opacity: 0.9; color: #fff !important; }
.hd-wl-gpill-text { color: #fff; }
.hd-wl-gpill-heart { display: flex; align-items: center; }
.hd-wl-gradient-pill-btn .hd-heart-empty  { display: block; }
.hd-wl-gradient-pill-btn .hd-heart-filled { display: none; }
.hd-wl-gradient-pill-btn.tinvwl-product-in-list .hd-heart-empty  { display: none; }
.hd-wl-gradient-pill-btn.tinvwl-product-in-list .hd-heart-filled { display: block; }

.hd-wl-pill-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 24px;
    border: 1.5px solid #FF6B00;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #FF6B00 !important;
}
.hd-wl-pill-btn:hover { background: rgba(255,107,0,0.06); color: #FF6B00 !important; }
.hd-wl-pill-heart { display: flex; align-items: center; color: #FF6B00; }
.hd-wl-pill-btn .hd-heart-empty  { display: block; }
.hd-wl-pill-btn .hd-heart-filled { display: none; }
.hd-wl-pill-added { display: none; }
.hd-wl-pill-add   { display: inline; }
.hd-wl-pill-btn.tinvwl-product-in-list {
    background: linear-gradient(136.2deg, #FF6B00 5.22%, #C10F01 86.51%);
    border-color: transparent;
    color: #fff !important;
}
.hd-wl-pill-btn.tinvwl-product-in-list .hd-wl-pill-heart { color: #fff; }
.hd-wl-pill-btn.tinvwl-product-in-list .hd-heart-empty  { display: none; }
.hd-wl-pill-btn.tinvwl-product-in-list .hd-heart-filled { display: block; }
.hd-wl-pill-btn.tinvwl-product-in-list .hd-wl-pill-add  { display: none; }
.hd-wl-pill-btn.tinvwl-product-in-list .hd-wl-pill-added { display: inline; }

.tinvwl-tooltip { display: none !important; }
.tinv-wishlist-clear { display: none !important; }
.tinv-wraper {
    display: block !important;
}
.tinvwl-loop-button-wrapper {
    display: block !important;
}

.hd-wl-card .hd-wl-actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.hd-wl-img {
    min-height: 62px;
    max-height: 82px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}