/* Custom Wishlist styles */
.cwp-wishlist-button,
.cwp-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    padding: .5rem .75rem;
    font-size: 14px;
    line-height: 1;
}
.cwp-wishlist-button .cwp-heart,
.cwp-footer-btn .cwp-heart {
    width: 16px; height: 16px;
    display: inline-block;
    mask: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 21s-6.716-4.297-9.428-7.01A6.5 6.5 0 0 1 12 4.07a6.5 6.5 0 0 1 9.428 9.92C18.716 16.703 12 21 12 21Z\"/></svg>') center/contain no-repeat;
    background: currentColor;
}
.cwp-wishlist-button.is-active,
.cwp-footer-btn.is-active {
    color: #2E2C29;
}

.cwp-footer-entry {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
}
.cwp-footer-btn .cwp-count {
    font-weight: 600;
    margin-left: .25rem;
}

/* Table layout on wishlist page */
.cwp-wishlist-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}
.cwp-wishlist-table th, .cwp-wishlist-table td {
    border: 1px solid #e5e7eb;
    padding: .75rem;
}
.cwp-empty {
    padding: 2rem 0;
    text-align: center;
    opacity: .7;
}
.cwp-remove {
    cursor: pointer;
    text-decoration: underline;
}
