/* Global fixes */

.quantity .btn:hover,
.quantity .btn:focus,
.quantity .btn:active,
.quantity button.plus:hover,
.quantity button.plus:focus,
.quantity button.plus:active,
.quantity button.minus:hover,
.quantity button.minus:focus,
.quantity button.minus:active {
    color: rgb(119, 119, 119) !important;
    background-color: rgba(15, 15, 15, 0.04) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.quantity .btn {
    --btn-bgcolor-hover: rgba(15, 15, 15, 0.04);
    --btn-color-hover: rgb(119, 119, 119);
}

/* Elementor-specific fix */
.elementor-2789 .elementor-element.elementor-element-227559f > .elementor-widget-container {
    background-color: transparent !important;
}
