
.share-popup-container {
    position: relative;
}

.share-popup-btn {
    padding: 15px;
    color: var(--wp--preset--color--font-primary);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.share-popup-modal {
    display: none;
    width: 400px;
    background-color: var(--wp--preset--color--background-primary);
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.share-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.share-popup-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.jssocials-share i {
    font-size: 24px;
}

.iziModal {
    transition: all 0.3s ease-in-out;
}

.iziModal-content {
    padding: 0;
}

.custom-product-share-button {
    position: absolute;
    background-color: transparent;
    top: 0px;
    right: 0px;
    z-index: 999999;
}

.custom-product-share-button,
.share-popup-container.custom-share-popup-container,
.share-popup-container.custom-share-popup-container .share-popup-btn {
    border-radius: 100% !important;
    background-color: transparent !important;
}

.share-popup-btn i.fa-share-alt {
    font-size: 24px;
}

button.share-popup-btn:hover {
    background-color: var(--wp--preset--color--background-primary) !important;
    transform: scale(1.03) !important;
}

button.share-popup-btn:hover i {
    transform: scale(1.03) !important;
}

.custom-share-popup-container .custom-share-popup-btn i.custom-fa-share-alt:before {
    content: "\f1e0";
    display: block;
    position: relative;
    top: 1px;
    left: -1px;
}

.custom-share-popup-modal {
    display: flex;
    width: 100%;
    min-height: fit-content;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.custom-share-modal {
    text-align: center;
}

.custom-jssocials-share {
    font-size: 24px;
}

.custom-jssocials-share br {
    display: none;
}
