.lg-add-to-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.elementor-align-left .lg-add-to-cart-btn {
    display: inline-flex;
    width: auto;
}

.elementor-align-center {
    text-align: center;
}

.elementor-align-right {
    text-align: right;
}

.elementor-align-justify .lg-add-to-cart-btn {
    display: flex;
    width: 100%;
}

.btn-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon svg {
    fill: currentColor;
}

.lg-add-to-cart-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}
