/* ====== BUTON STOC EPUIZAT – SHOP ====== */
.sb-soldout a.button,
.sb-soldout a.add_to_cart_button,
.sb-soldout .button.product_type_simple {
    background: #c9c9c9 !important;
    color: #555 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    border: none !important;
}

/* fara hover */
.sb-soldout a.button:hover,
.sb-soldout .button:hover {
    background: #c9c9c9 !important;
    color: #555 !important;
}

/* ===== BUTON SINGLE PRODUCT ===== */
.sb-btn-stoc-epuizat-single {
    width: 100%;
    background: #c9c9c9;
    color: #555;
    border: none;
    padding: 14px 0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: not-allowed;
    pointer-events: none;
    margin: 12px 0 15px;
}
