.acpd-icon-widget-wrapper {
    display: inline-flex;
    position: relative;
}

.acpd-wishlist-trigger,
.acpd-compare-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.acpd-counter-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding: 0 4px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.elementor-widget-yith-compare-button .elementor-button,
.elementor-widget-tl-wishlist-button  .elementor-button {
    position: relative;
    overflow: visible !important;
}

.elementor-widget-yith-compare-button .elementor-button .acpd-added-status,
.elementor-widget-tl-wishlist-button  .elementor-button .acpd-added-status {
    display: none;
}

.elementor-widget-yith-compare-button .elementor-button.is-added .acpd-added-status,
.elementor-widget-tl-wishlist-button  .elementor-button.is-added .acpd-added-status {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background-color: #1865f2;
    color: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    box-shadow: 0 0 0 2px #ffffff;
    z-index: 2;
    pointer-events: none;
}

.elementor-widget-yith-compare-button .elementor-button.is-added,
.elementor-widget-tl-wishlist-button  .elementor-button.is-added {
    cursor: default;
}

.elementor-widget-yith-compare-button .elementor-button.is-added .elementor-button-icon,
.elementor-widget-tl-wishlist-button  .elementor-button.is-added .elementor-button-icon {
    position: relative;
}

.elementor-widget-yith-compare-button .elementor-button.is-added .elementor-button-icon::after,
.elementor-widget-tl-wishlist-button .elementor-button.is-added .elementor-button-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 100%;
    width: 16px;
    height: 16px;
    background-color: #1865f2;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
    z-index: 2;
    pointer-events: none;
}

.elementor-widget-yith-compare-button .elementor-button.is-added .elementor-button-icon::before,
.elementor-widget-tl-wishlist-button .elementor-button.is-added .elementor-button-icon::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    pointer-events: none;
    border-right: 1.5px solid #ffffff;
    border-bottom: 1.5px solid #ffffff;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    top: -6px;
    left: calc(100% + 5px);
}

.wd-wishlist-product-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}
.wd-wishlist-product-actions .wishlist-remove {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #333333;
}

.wishlist-bulk-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    height: 0;
    padding: 0 15px;
    margin-top: -15px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.04);
    pointer-events: none;
    overflow: hidden;
    transition: all .3s ease;
}

.wishlist-bulk-action.visible {
    height: 40px;
    pointer-events: unset;
}

.wishlist-bulk-action a {
    font-family: 'Jost', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #333333;
}
.acpd-wishlist-content-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 15px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.105);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
@media(min-width: 1024px) {
    .acpd-wishlist-content-heading {
        gap: 1em;
        justify-content: space-between;
    }
}
.acpd-wishlist-content-heading .heading-2 {
    display: block;
    margin-bottom: 0;
    color: #242424;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
}
.social-buttons {
    display: flex;
    align-items: center;
    margin-inline-start: 0 !important;
}
.social-buttons > span {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 600;
    color: #333333;
}
.social-buttons ul {
    list-style: none;
    padding-inline: 0;
    margin-inline: 0;
    display: flex;
    align-items: center;
    gap: 0;
    margin-block-end: 0 !important;
    margin-block-start: 0 !important;
}
.social-buttons ul li {
    margin-block-end: 0 !important;
    margin-block-start: 0 !important;
}
.social-buttons ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    padding-inline: 6px;
    padding-block: 6px;
    color: rgba(0,0,0,0.6);
    border-radius: 50%;
    line-height: 1;
    font-size: 14px;
}