.btn-atc-container-de2c603f {
    display: inline-block;
    width: 100%;
}
.elementor-align-left .btn-atc-container-de2c603f {
    text-align: left;
}
.elementor-align-center .btn-atc-container-de2c603f {
    text-align: center;
}
.elementor-align-right .btn-atc-container-de2c603f {
    text-align: right;
}
.elementor-align-justify .btn-atc-container-de2c603f .btn-atc-de2c603f {
    width: 100%;
}
.btn-atc-de2c603f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-style: solid;
    transition: all 0.3s ease;
    outline: none;
    text-decoration: none;
}
.btn-atc-de2c603f.state-adding {
    cursor: not-allowed;
}
.btn-atc-de2c603f.state-added {
    cursor: pointer; /* Changed to pointer so next click represents a link */
}
.btn-atc-text-de2c603f {
    font-weight: inherit;
    font-family: inherit;
}
.btn-atc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.btn-atc-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    transition: all 0.3s ease;
}
/* Aviso nativo de WooCommerce ("Producto agregado a tu carrito") */
.btn-atc-notices-de2c603f:empty {
    display: none;
}
.btn-atc-notices-de2c603f {
    margin-top: 10px;
    text-align: left;
}
.btn-atc-notices-de2c603f .woocommerce-message,
.btn-atc-notices-de2c603f .woocommerce-error,
.btn-atc-notices-de2c603f .woocommerce-info {
    margin: 0;
}
/* View Cart styles */
.btn-atc-view-cart-wrap-de2c603f {
    margin-top: 8px;
    text-align: inherit;
}
.btn-atc-view-cart-link-de2c603f {
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s ease;
}